[arch-commits] Commit in gupnp-dlna/trunk (PKGBUILD)

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:12:46
  Author: felixonmars
Revision: 386193

upgpkg: gupnp-dlna 0.10.5+4+gc947eed-2: reproducibility rebuild

Modified:
  gupnp-dlna/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 08:12:40 UTC (rev 386192)
+++ PKGBUILD2020-05-19 08:12:46 UTC (rev 386193)
@@ -3,7 +3,7 @@
 
 pkgname=gupnp-dlna
 pkgver=0.10.5+4+gc947eed
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/GUPnP";


[arch-commits] Commit in gupnp-dlna/trunk (PKGBUILD)

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 10:34:40
  Author: heftig
Revision: 347918

0.10.5+4+gc947eed-1

Modified:
  gupnp-dlna/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 10:30:12 UTC (rev 347917)
+++ PKGBUILD2019-03-14 10:34:40 UTC (rev 347918)
@@ -2,8 +2,8 @@
 # Contributor: Balló György 
 
 pkgname=gupnp-dlna
-pkgver=0.10.5
-pkgrel=3
+pkgver=0.10.5+4+gc947eed
+pkgrel=1
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/GUPnP";
@@ -10,8 +10,8 @@
 license=(LGPL)
 depends=(gst-plugins-base-libs)
 makedepends=(gobject-introspection gtk-doc vala git autoconf-archive)
-_commit=d8c2a40767e47fe8427e019cad5359092a8fa662  # tags/gupnp-dlna-0.10.5^0
-source=("git+https://git.gnome.org/browse/gupnp-dlna#commit=$_commit";)
+_commit=c947eed68559152ac95bdab207b206794ee9a5c2  # master
+source=("git+https://gitlab.gnome.org/GNOME/gupnp-dlna.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in gupnp-dlna/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 00:49:52
  Author: foutrelis
Revision: 338886

PIE/BUILDINFO rebuild

Modified:
  gupnp-dlna/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 00:49:04 UTC (rev 338885)
+++ PKGBUILD2018-11-10 00:49:52 UTC (rev 338886)
@@ -3,7 +3,7 @@
 
 pkgname=gupnp-dlna
 pkgver=0.10.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/GUPnP";


[arch-commits] Commit in gupnp-dlna/trunk (PKGBUILD)

2017-04-05 Thread Jan Steffens
Date: Wednesday, April 5, 2017 @ 18:40:50
  Author: heftig
Revision: 292191

0.10.5-2

Modified:
  gupnp-dlna/trunk/PKGBUILD

--+
 PKGBUILD |   30 +-
 1 file changed, 21 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 18:40:33 UTC (rev 292190)
+++ PKGBUILD2017-04-05 18:40:50 UTC (rev 292191)
@@ -4,29 +4,41 @@
 
 pkgname=gupnp-dlna
 pkgver=0.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(i686 x86_64)
-url="http://gupnp.org/";
+url="https://wiki.gnome.org/Projects/GUPnP";
 license=(LGPL)
 depends=(gst-plugins-base-libs)
-makedepends=(gobject-introspection gtk-doc vala)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('123e368227c11d5c17fc1aa76cbdaffa345355eb51d172cd39fc74a5b468ff6a')
+makedepends=(gobject-introspection gtk-doc vala git autoconf-archive)
+_commit=d8c2a40767e47fe8427e019cad5359092a8fa662  # tags/gupnp-dlna-0.10.5^0
+source=("git+https://git.gnome.org/browse/gupnp-dlna#commit=$_commit";)
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^gupnp-dlna-//;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 --disable-Werror --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make -j1 DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in gupnp-dlna/trunk (PKGBUILD)

2016-06-20 Thread Jan Steffens
Date: Monday, June 20, 2016 @ 20:53:54
  Author: heftig
Revision: 270394

0.10.5-1

Modified:
  gupnp-dlna/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-20 20:53:46 UTC (rev 270393)
+++ PKGBUILD2016-06-20 20:53:54 UTC (rev 270394)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=gupnp-dlna
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gst-plugins-base-libs)
 makedepends=(gobject-introspection gtk-doc vala)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5641134baa8fe3a2e129de15fc6a992f2fe1006ea446b7566483eada4840e1d6')
+sha256sums=('123e368227c11d5c17fc1aa76cbdaffa345355eb51d172cd39fc74a5b468ff6a')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gupnp-dlna/trunk (PKGBUILD)

2016-02-13 Thread Jan Steffens
Date: Saturday, February 13, 2016 @ 14:41:06
  Author: heftig
Revision: 259118

0.10.4

Modified:
  gupnp-dlna/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-13 13:40:57 UTC (rev 259117)
+++ PKGBUILD2016-02-13 13:41:06 UTC (rev 259118)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=gupnp-dlna
-pkgver=0.10.2
+pkgver=0.10.4
 pkgrel=1
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gst-plugins-base-libs)
 makedepends=(gobject-introspection gtk-doc vala)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3')
+sha256sums=('5641134baa8fe3a2e129de15fc6a992f2fe1006ea446b7566483eada4840e1d6')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gupnp-dlna/trunk (PKGBUILD)

2013-05-30 Thread Jan Steffens
Date: Thursday, May 30, 2013 @ 19:19:28
  Author: heftig
Revision: 186711

0.10.2

Modified:
  gupnp-dlna/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-30 17:03:38 UTC (rev 186710)
+++ PKGBUILD2013-05-30 17:19:28 UTC (rev 186711)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=gupnp-dlna
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk-doc vala)
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c514ec6edd2a427914ef79fed002f91b875fde127084f21d770401a1d2b95f7b')
+sha256sums=('158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gupnp-dlna/trunk (PKGBUILD)

2013-04-09 Thread Jan Steffens
Date: Tuesday, April 9, 2013 @ 16:56:46
  Author: heftig
Revision: 182363

0.10.1

Modified:
  gupnp-dlna/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-09 13:42:05 UTC (rev 182362)
+++ PKGBUILD2013-04-09 14:56:46 UTC (rev 182363)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=gupnp-dlna
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk-doc vala)
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2d432f1a36819f4ebf01b96fc5f2b5d2771b6b7ec91f16f3fcff98fc3ed1f8e0')
+sha256sums=('c514ec6edd2a427914ef79fed002f91b875fde127084f21d770401a1d2b95f7b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gupnp-dlna/trunk (PKGBUILD)

2013-03-21 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 00:00:40
  Author: heftig
Revision: 180480

0.10.0

Modified:
  gupnp-dlna/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 16 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 23:00:34 UTC (rev 180479)
+++ PKGBUILD2013-03-21 23:00:40 UTC (rev 180480)
@@ -1,29 +1,33 @@
 # $Id$
-# Maintainer: Balló György 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
 
 pkgname=gupnp-dlna
-pkgver=0.6.6
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://gupnp.org/";
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('gobject-introspection')
+license=(LGPL)
+depends=(gst-plugins-base-libs)
+makedepends=(gobject-introspection gtk-doc vala)
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('82a1e75c398379567a5a5db9acd19bd01334b4f0053c8a166a77bc09bf0ca047')
+sha256sums=('2d432f1a36819f4ebf01b96fc5f2b5d2771b6b7ec91f16f3fcff98fc3ed1f8e0')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
 }