🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536
pkgname: webp-pixbuf-loader
pkgver: '0.2.7'
pkgrel: '1'
pkgdesc: WebM GDK Pixbuf Loader library
url: 'https://github.com/aruiz/webp-pixbuf-loader'
arch: x86_64
license:
- LGPL2.1
depends: []
makedepends:
- gdk-pixbuf
- libwebp
source:
- 'https://github.com/aruiz/${pkgname}/archive/${pkgver}.tar.gz'
- 834657c8.patch
sha256sums:
- 61ce5e8e036043f9d0e78c1596a621788e879c52aedf72ab5e78a8c44849411a
- SKIP
build: |
cd ${pkgname}-${pkgver}
# Fix libwebp dependency
#patch -Np1 -i ../834657c8.patch
mkdir build
cd build
meson setup .. \
--prefix=/usr
ninja
DESTDIR=${PKGDIR} ninja install
install -Dm644 ../LICENSE.LGPL-2 ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE.LGPL-2
package: |
true