[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Friday, September 18, 2020 @ 23:23:41 Author: heftig Revision: 396292 0.12.11+3+g2123c81-1 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-09-18 23:20:01 UTC (rev 396291) +++ PKGBUILD2020-09-18 23:23:41 UTC (rev 396292) @@ -1,10 +1,10 @@ -# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer: Jan Alexander Steffens (heftig) # Contributor: Thijs Vermeir # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.11+2+gb5ca07c -pkgrel=2 +pkgver=0.12.11+3+g2123c81 +pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" url="https://wiki.gnome.org/Projects/GUPnP"; arch=(x86_64) @@ -11,7 +11,7 @@ license=(LGPL) depends=(glib2 libxml2) makedepends=(gobject-introspection gtk-doc vala meson git) -_commit=b5ca07c0117dfb4a9aaf470649294251f3f6ace1 # master +_commit=2123c810fa2129f77f907e9cc9107982e29e8ee6 # master source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit";) sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson $pkgname build -D gtk_doc=true - ninja -C build + meson compile -C build } check() { @@ -34,5 +34,8 @@ } package() { + depends+=(libg{lib,object}-2.0.so) + provides+=(libgupnp-av-1.0.so) + DESTDIR="$pkgdir" meson install -C build }
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Tuesday, May 19, 2020 @ 08:27:23 Author: felixonmars Revision: 386310 upgpkg: gupnp-av 0.12.11+2+gb5ca07c-2: reproducibility rebuild Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-05-19 08:27:14 UTC (rev 386309) +++ PKGBUILD2020-05-19 08:27:23 UTC (rev 386310) @@ -4,7 +4,7 @@ pkgname=gupnp-av pkgver=0.12.11+2+gb5ca07c -pkgrel=1 +pkgrel=2 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" url="https://wiki.gnome.org/Projects/GUPnP"; arch=(x86_64)
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Thursday, March 14, 2019 @ 10:30:02 Author: heftig Revision: 347916 0.12.11+2+gb5ca07c-1 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-14 09:59:24 UTC (rev 347915) +++ PKGBUILD2019-03-14 10:30:02 UTC (rev 347916) @@ -3,15 +3,15 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.11 +pkgver=0.12.11+2+gb5ca07c pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" url="https://wiki.gnome.org/Projects/GUPnP"; arch=(x86_64) license=(LGPL) -depends=(gupnp) +depends=(glib2 libxml2) makedepends=(gobject-introspection gtk-doc vala meson git) -_commit=b4dd4dd0b3f369680367a6c9efb1f9d3077ff074 # tags/gupnp-av-0.12.11^0 +_commit=b5ca07c0117dfb4a9aaf470649294251f3f6ace1 # master source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit";) sha256sums=('SKIP')
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Sunday, November 25, 2018 @ 20:04:11 Author: heftig Revision: 340384 0.12.11-1 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD | 23 +-- 1 file changed, 9 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-11-25 18:27:58 UTC (rev 340383) +++ PKGBUILD2018-11-25 20:04:11 UTC (rev 340384) @@ -3,15 +3,15 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.10 -pkgrel=2 +pkgver=0.12.11 +pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" +url="https://wiki.gnome.org/Projects/GUPnP"; arch=(x86_64) -url="http://gupnp.org/"; license=(LGPL) depends=(gupnp) -makedepends=(gobject-introspection gtk-doc vala autoconf-archive git) -_commit=d61e6a16d1b5e7df70277f410b2853e4b6e7d877 # tags/gupnp-av-0.12.10^0 +makedepends=(gobject-introspection gtk-doc vala meson git) +_commit=b4dd4dd0b3f369680367a6c9efb1f9d3077ff074 # tags/gupnp-av-0.12.11^0 source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit";) sha256sums=('SKIP') @@ -22,22 +22,17 @@ prepare() { cd $pkgname - NOCONFIGURE=1 ./autogen.sh } build() { - cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --enable-gtk-doc --enable-compile-warnings=minimum - make + arch-meson $pkgname build -D gtk_doc=true + ninja -C build } check() { - cd $pkgname - make check + meson test -C build } package() { - cd $pkgname - make DESTDIR="$pkgdir" install + DESTDIR="$pkgdir" meson install -C build }
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Friday, November 9, 2018 @ 23:44:44 Author: felixonmars Revision: 338796 PIE/BUILDINFO rebuild Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-11-09 23:44:43 UTC (rev 338795) +++ PKGBUILD2018-11-09 23:44:44 UTC (rev 338796) @@ -4,7 +4,7 @@ pkgname=gupnp-av pkgver=0.12.10 -pkgrel=1 +pkgrel=2 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(x86_64) url="http://gupnp.org/";
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Friday, November 9, 2018 @ 19:51:02 Author: jelle Revision: 338465 Fix source url git.gnome.org moved to gitlab. Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-11-09 17:16:33 UTC (rev 338464) +++ PKGBUILD2018-11-09 19:51:02 UTC (rev 338465) @@ -12,7 +12,7 @@ depends=(gupnp) makedepends=(gobject-introspection gtk-doc vala autoconf-archive git) _commit=d61e6a16d1b5e7df70277f410b2853e4b6e7d877 # tags/gupnp-av-0.12.10^0 -source=("git://git.gnome.org/gupnp-av#commit=$_commit") +source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit";) sha256sums=('SKIP') pkgver() {
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Saturday, October 15, 2016 @ 14:55:43 Author: heftig Revision: 278842 0.12.10-1 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-15 14:29:24 UTC (rev 278841) +++ PKGBUILD2016-10-15 14:55:43 UTC (rev 278842) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.9 +pkgver=0.12.10 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -12,7 +12,7 @@ license=(LGPL) depends=(gupnp) makedepends=(gobject-introspection gtk-doc vala autoconf-archive git) -_commit=349dd04ccf29dffd866536f08f3fd7ec11bffbde # tags/gupnp-av-0.12.9^0 +_commit=d61e6a16d1b5e7df70277f410b2853e4b6e7d877 # tags/gupnp-av-0.12.10^0 source=("git://git.gnome.org/gupnp-av#commit=$_commit") sha256sums=('SKIP')
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Monday, October 10, 2016 @ 19:57:43 Author: heftig Revision: 278184 0.12.9-1 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-10 17:50:14 UTC (rev 278183) +++ PKGBUILD2016-10-10 19:57:43 UTC (rev 278184) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.8 +pkgver=0.12.9 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -11,23 +11,34 @@ url="http://gupnp.org/"; license=(LGPL) depends=(gupnp) -makedepends=(gobject-introspection gtk-doc vala) -source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('759bc7d46aff894c282d17f508d9b5be82de96aa74b10cb6b0fc6c5e07cc273c') +makedepends=(gobject-introspection gtk-doc vala autoconf-archive git) +_commit=349dd04ccf29dffd866536f08f3fd7ec11bffbde # tags/gupnp-av-0.12.9^0 +source=("git://git.gnome.org/gupnp-av#commit=$_commit") +sha256sums=('SKIP') +pkgver() { + cd $pkgname + git describe --tags | sed 's/^gupnp-av-//;s/-/+/g' +} + +prepare() { + cd $pkgname + NOCONFIGURE=1 ./autogen.sh +} + build() { - cd $pkgname-$pkgver + cd $pkgname ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static + --disable-static --enable-gtk-doc --enable-compile-warnings=minimum make } check() { - cd $pkgname-$pkgver + cd $pkgname make check } package() { - cd $pkgname-$pkgver + cd $pkgname make DESTDIR="$pkgdir" install }
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Saturday, February 13, 2016 @ 14:40:02 Author: heftig Revision: 259116 0.12.8 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-02-13 13:39:37 UTC (rev 259115) +++ PKGBUILD2016-02-13 13:40:02 UTC (rev 259116) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.7 +pkgver=0.12.8 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=(gupnp) makedepends=(gobject-introspection gtk-doc vala) source=(https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8') +sha256sums=('759bc7d46aff894c282d17f508d9b5be82de96aa74b10cb6b0fc6c5e07cc273c') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Wednesday, January 28, 2015 @ 17:09:31 Author: heftig Revision: 230197 0.12.7 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-01-28 16:08:47 UTC (rev 230196) +++ PKGBUILD2015-01-28 16:09:31 UTC (rev 230197) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.6 +pkgver=0.12.7 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=(gupnp) makedepends=(gobject-introspection gtk-doc vala) source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44') +sha256sums=('35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Monday, June 23, 2014 @ 21:30:30 Author: heftig Revision: 215379 0.12.6 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-06-23 19:29:00 UTC (rev 215378) +++ PKGBUILD2014-06-23 19:30:30 UTC (rev 215379) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.5 +pkgver=0.12.6 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=(gupnp) makedepends=(gobject-introspection gtk-doc vala) source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('8375034ccc4a45e90923c26135517aab57a88f5757ce65a1b23378df4c60bff6') +sha256sums=('e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Monday, February 3, 2014 @ 22:24:44 Author: heftig Revision: 205054 0.12.5 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-02-03 21:23:26 UTC (rev 205053) +++ PKGBUILD2014-02-03 21:24:44 UTC (rev 205054) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.4 +pkgver=0.12.5 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=(gupnp) makedepends=(gobject-introspection gtk-doc vala) source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('548a9cef8ab3007734e20a4ce284c422ae299b7e024a4824299f6ae7e3dd7a5b') +sha256sums=('8375034ccc4a45e90923c26135517aab57a88f5757ce65a1b23378df4c60bff6') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Tuesday, November 19, 2013 @ 00:53:43 Author: heftig Revision: 199917 0.12.4 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-18 21:56:02 UTC (rev 199916) +++ PKGBUILD2013-11-18 23:53:43 UTC (rev 199917) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.3 +pkgver=0.12.4 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=(gupnp) makedepends=(gobject-introspection gtk-doc vala) source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('fa37325ee8aa22909131eedff871b61ccd183b66c7770c147a0d4c34b83bbf02') +sha256sums=('548a9cef8ab3007734e20a4ce284c422ae299b7e024a4824299f6ae7e3dd7a5b') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Wednesday, October 16, 2013 @ 17:39:46 Author: heftig Revision: 196695 0.12.3 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-16 15:38:13 UTC (rev 196694) +++ PKGBUILD2013-10-16 15:39:46 UTC (rev 196695) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.2 +pkgver=0.12.3 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -14,7 +14,7 @@ makedepends=(gobject-introspection gtk-doc vala) options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270') +sha256sums=('fa37325ee8aa22909131eedff871b61ccd183b66c7770c147a0d4c34b83bbf02') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Thursday, May 30, 2013 @ 19:39:07 Author: heftig Revision: 186712 0.12.2 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-30 17:19:28 UTC (rev 186711) +++ PKGBUILD2013-05-30 17:39:07 UTC (rev 186712) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -14,7 +14,7 @@ makedepends=(gobject-introspection gtk-doc vala) options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('7c73f3c1e1c8f552079b8db8971348acf85078c82ed4da883b218bd993fcd4c4') +sha256sums=('43597bdfb1c352338e706962ff7fcdbcb544c5a36f27c9c2aaa5a550b6990270') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Thursday, March 21, 2013 @ 23:54:41 Author: heftig Revision: 180477 0.12.1 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-03-21 22:53:52 UTC (rev 180476) +++ PKGBUILD2013-03-21 22:54:41 UTC (rev 180477) @@ -4,17 +4,17 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.10.3 +pkgver=0.12.1 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" -arch=('i686' 'x86_64') +arch=(i686 x86_64) url="http://gupnp.org/"; -license=('LGPL') -depends=('gupnp') -makedepends=('gobject-introspection' 'gtk-doc') +license=(LGPL) +depends=(gupnp) +makedepends=(gobject-introspection gtk-doc vala) options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('d0dbb727d87bc9f2dc834455d14a30700b16b41a57e9dcde2e822b378ca8f1e2') +sha256sums=('7c73f3c1e1c8f552079b8db8971348acf85078c82ed4da883b218bd993fcd4c4') build() { cd $pkgname-$pkgver @@ -23,6 +23,11 @@ make } +check() { + cd $pkgname-$pkgver + make check +} + package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Saturday, November 3, 2012 @ 13:51:18 Author: heftig Revision: 170149 0.10.3 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-11-03 17:51:07 UTC (rev 170148) +++ PKGBUILD2012-11-03 17:51:18 UTC (rev 170149) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.10.2 +pkgver=0.10.3 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('gobject-introspection' 'gtk-doc') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('4863c9bcbfa2e9fcb215d43c8d1e4090fbd078f8ae65e45a3314e7f6d59a8cbf') +sha256sums=('d0dbb727d87bc9f2dc834455d14a30700b16b41a57e9dcde2e822b378ca8f1e2') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Monday, April 23, 2012 @ 09:09:22 Author: heftig Revision: 157075 0.10.2 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-04-23 13:07:53 UTC (rev 157074) +++ PKGBUILD2012-04-23 13:09:22 UTC (rev 157075) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Jan "heftig" Steffens +# Maintainer: Jan Alexander Steffens (heftig) # Contributor: Thijs Vermeir # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.10.1 +pkgver=0.10.2 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=('i686' 'x86_64') @@ -14,17 +14,16 @@ makedepends=('gobject-introspection' 'gtk-doc') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('41aeb5d243426b293c315788b41bc79a2be1f466eeff114cf6c89a37140f507e') +sha256sums=('4863c9bcbfa2e9fcb215d43c8d1e4090fbd078f8ae65e45a3314e7f6d59a8cbf') build() { - cd "$srcdir/$pkgname-$pkgver" - + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }
[arch-commits] Commit in gupnp-av/trunk (PKGBUILD)
Date: Monday, October 3, 2011 @ 14:52:56 Author: heftig Revision: 139608 0.10.1 Modified: gupnp-av/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-10-03 18:52:33 UTC (rev 139607) +++ PKGBUILD2011-10-03 18:52:56 UTC (rev 139608) @@ -4,7 +4,7 @@ # Contributor: Denis Zawada pkgname=gupnp-av -pkgver=0.8.0 +pkgver=0.10.1 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ depends=('gupnp') makedepends=('gobject-introspection' 'gtk-doc') options=('!libtool') -source=(http://gupnp.org/sites/all/files/sources/$pkgname-$pkgver.tar.gz) -sha256sums=('e6aa032377488cedc4e347519bd30701c583780b7c54f00bab083f2316a93dc9') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('41aeb5d243426b293c315788b41bc79a2be1f466eeff114cf6c89a37140f507e') build() { cd "$srcdir/$pkgname-$pkgver"