🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839404142
pkgname: gdk-pixbuf
pkgver: '2.44.8'
pkgrel: 1
pkgdesc: Toolkit for image loading and pixel buffer manipulation.
url: 'https://wiki.gnome.org/Projects/GdkPixbuf'
arch: x86_64
depends:
- shared-mime-info
makedepends:
- gobject-introspection
- meson
- ninja
- libtiff
- libjpeg-turbo
- lcms2
- xorg-fontconfig
- libseccomp
- libpng
source:
- 'https://download.gnome.org/sources/${pkgname}/2.44/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
rm -rf builddir
meson setup --prefix /usr \
--buildtype plain \
--libexecdir lib \
--sbindir bin \
-D b_pie=true \
-D introspection=enabled \
-D tests=false \
-D installed_tests=false \
-D others=enabled \
--wrap-mode=nofallback \
-D glycin=disabled \
${pkgname}-${pkgver} builddir
meson compile -C builddir
package: |
DESTDIR="${PKGDIR}" meson install -C builddir