Date: Wednesday, April 18, 2018 @ 11:16:02 Author: jgc Revision: 322180
archrelease: copy trunk to extra-x86_64 Added: babl/repos/extra-x86_64/PKGBUILD (from rev 322179, babl/trunk/PKGBUILD) Deleted: babl/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-04-18 11:15:57 UTC (rev 322179) +++ PKGBUILD 2018-04-18 11:16:02 UTC (rev 322180) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Daniel Isenmann <dan...@archlinux.org> - -pkgname=babl -pkgver=0.1.44 -pkgrel=2 -pkgdesc="Dynamic, any to any, pixel format conversion library" -arch=(x86_64) -url="http://gegl.org/babl/" -license=(LGPL3) -depends=(glibc) -makedepends=(git meson) -_commit=9e4bfe9f1470a7836f7f885ea95607427ed7997f # tags/BABL_0_1_44^0 -source=("git+https://git.gnome.org/browse/babl#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g' -} - -build() { - arch-meson $pkgname build \ - -D enable-sse4_1=false \ - -D enable-f16c=false \ - -D with-docs=false - ninja -C build -} - -check() { - cd build - meson test -} - -package() { - DESTDIR="$pkgdir" ninja -C build install -} Copied: babl/repos/extra-x86_64/PKGBUILD (from rev 322179, babl/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-04-18 11:16:02 UTC (rev 322180) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Daniel Isenmann <dan...@archlinux.org> + +pkgname=babl +pkgver=0.1.46 +pkgrel=1 +pkgdesc="Dynamic, any to any, pixel format conversion library" +arch=(x86_64) +url="http://gegl.org/babl/" +license=(LGPL3) +depends=(glibc) +makedepends=(git meson) +_commit=e92ced2c54250af1dddb58f76ff1678d74a30dcf # tags/BABL_0_1_46^0 +source=("git+https://git.gnome.org/browse/babl#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g' +} + +build() { + arch-meson $pkgname build \ + -D enable-sse4_1=false \ + -D enable-f16c=false \ + -D with-docs=false + ninja -C build +} + +check() { + cd build + meson test +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +}