[arch-commits] Commit in babl/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sat Oct 13 21:10:58 UTC 2018
Date: Saturday, October 13, 2018 @ 21:10:58
Author: jgc
Revision: 336544
archrelease: copy trunk to extra-x86_64
Added:
babl/repos/extra-x86_64/PKGBUILD
(from rev 336543, babl/trunk/PKGBUILD)
Deleted:
babl/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 87 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-13 21:10:53 UTC (rev 336543)
+++ PKGBUILD 2018-10-13 21:10:58 UTC (rev 336544)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=babl
-pkgver=0.1.56
-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)
-_commit=0449b887bd57ecb3dff1fa931410b3fb13cf4858 # tags/BABL_0_1_56^0
-source=("git+https://gitlab.gnome.org/GNOME/babl.git#commit=$_commit")
-sha256sums=('SKIP')
-
-# Don't port to meson until babl's runtime cpu detection works there
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- make -C $pkgname check
-}
-
-package() {
- DESTDIR="$pkgdir" make -C $pkgname install
-}
-
-# vim:set sw=2 et:
Copied: babl/repos/extra-x86_64/PKGBUILD (from rev 336543, babl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-13 21:10:58 UTC (rev 336544)
@@ -0,0 +1,43 @@
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=babl
+pkgver=0.1.58
+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)
+_commit=c47dfb63556e4884f65702386fa1d45df2931d08 # tags/BABL_0_1_58^0
+source=("git+https://gitlab.gnome.org/GNOME/babl.git#commit=$_commit")
+sha256sums=('SKIP')
+
+# Don't port to meson until babl's runtime cpu detection works there
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ make -C $pkgname check
+}
+
+package() {
+ DESTDIR="$pkgdir" make -C $pkgname install
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list