[arch-commits] Commit in rygel/repos (4 files)

Jan Steffens heftig at archlinux.org
Mon Oct 10 20:19:13 UTC 2016


    Date: Monday, October 10, 2016 @ 20:19:13
  Author: heftig
Revision: 278188

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  rygel/repos/testing-i686/PKGBUILD
    (from rev 278187, rygel/trunk/PKGBUILD)
  rygel/repos/testing-x86_64/PKGBUILD
    (from rev 278187, rygel/trunk/PKGBUILD)
Deleted:
  rygel/repos/testing-i686/PKGBUILD
  rygel/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |  106 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   53 -----------------------
 testing-x86_64/PKGBUILD |   53 -----------------------
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-10-10 20:18:27 UTC (rev 278187)
+++ testing-i686/PKGBUILD	2016-10-10 20:19:13 UTC (rev 278188)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=rygel
-pkgver=0.32.0+1+ge615875
-pkgrel=1
-pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Rygel"
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql libmediaart)
-makedepends=(vala intltool python2 gobject-introspection git valadoc)
-optdepends=('gst-plugins-base: Extra media codecs'
-            'gst-plugins-good: Extra media codecs'
-            'gst-plugins-bad: Extra media codecs'
-            'gst-plugins-ugly: Extra media codecs'
-            'gst-libav: Extra media codecs'
-            'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-groups=(gnome-extra)
-_commit=e6158753f2413076fa74e558cd9ec3ce0fcfc2ff  # rygel-0-32
-source=("git://git.gnome.org/rygel#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^RYGEL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
-              --disable-static --enable-mediathek-plugin --enable-gst-launch-plugin \
-              --enable-apidocs
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: rygel/repos/testing-i686/PKGBUILD (from rev 278187, rygel/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-10-10 20:19:13 UTC (rev 278188)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=rygel
+pkgver=0.32.1
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel"
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql libmediaart)
+makedepends=(vala intltool python2 gobject-introspection git valadoc)
+optdepends=('gst-plugins-base: Extra media codecs'
+            'gst-plugins-good: Extra media codecs'
+            'gst-plugins-bad: Extra media codecs'
+            'gst-plugins-ugly: Extra media codecs'
+            'gst-libav: Extra media codecs'
+            'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+groups=(gnome-extra)
+_commit=3c84b744b446ae84f6811e6b232840ab3d77fc7d  # tags/RYGEL_0_32_1^0
+source=("git://git.gnome.org/rygel#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^RYGEL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
+              --disable-static --enable-mediathek-plugin --enable-gst-launch-plugin \
+              --enable-apidocs
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-10-10 20:18:27 UTC (rev 278187)
+++ testing-x86_64/PKGBUILD	2016-10-10 20:19:13 UTC (rev 278188)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=rygel
-pkgver=0.32.0+1+ge615875
-pkgrel=1
-pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Rygel"
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql libmediaart)
-makedepends=(vala intltool python2 gobject-introspection git valadoc)
-optdepends=('gst-plugins-base: Extra media codecs'
-            'gst-plugins-good: Extra media codecs'
-            'gst-plugins-bad: Extra media codecs'
-            'gst-plugins-ugly: Extra media codecs'
-            'gst-libav: Extra media codecs'
-            'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-groups=(gnome-extra)
-_commit=e6158753f2413076fa74e558cd9ec3ce0fcfc2ff  # rygel-0-32
-source=("git://git.gnome.org/rygel#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^RYGEL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
-              --disable-static --enable-mediathek-plugin --enable-gst-launch-plugin \
-              --enable-apidocs
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: rygel/repos/testing-x86_64/PKGBUILD (from rev 278187, rygel/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-10-10 20:19:13 UTC (rev 278188)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=rygel
+pkgver=0.32.1
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel"
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql libmediaart)
+makedepends=(vala intltool python2 gobject-introspection git valadoc)
+optdepends=('gst-plugins-base: Extra media codecs'
+            'gst-plugins-good: Extra media codecs'
+            'gst-plugins-bad: Extra media codecs'
+            'gst-plugins-ugly: Extra media codecs'
+            'gst-libav: Extra media codecs'
+            'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+groups=(gnome-extra)
+_commit=3c84b744b446ae84f6811e6b232840ab3d77fc7d  # tags/RYGEL_0_32_1^0
+source=("git://git.gnome.org/rygel#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^RYGEL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
+              --disable-static --enable-mediathek-plugin --enable-gst-launch-plugin \
+              --enable-apidocs
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list