[arch-commits] Commit in rygel/repos (8 files)
Jan de Groot
jgc at archlinux.org
Fri Sep 26 10:53:41 UTC 2014
Date: Friday, September 26, 2014 @ 12:53:41
Author: jgc
Revision: 223047
db-move: moved rygel from [gnome-unstable] to [testing] (i686, x86_64)
Added:
rygel/repos/testing-i686/
rygel/repos/testing-i686/PKGBUILD
(from rev 223030, rygel/repos/gnome-unstable-i686/PKGBUILD)
rygel/repos/testing-i686/rygel.install
(from rev 223030, rygel/repos/gnome-unstable-i686/rygel.install)
rygel/repos/testing-x86_64/
rygel/repos/testing-x86_64/PKGBUILD
(from rev 223030, rygel/repos/gnome-unstable-x86_64/PKGBUILD)
rygel/repos/testing-x86_64/rygel.install
(from rev 223030, rygel/repos/gnome-unstable-x86_64/rygel.install)
Deleted:
rygel/repos/gnome-unstable-i686/
rygel/repos/gnome-unstable-x86_64/
------------------------------+
testing-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
testing-i686/rygel.install | 11 +++++++++++
testing-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
testing-x86_64/rygel.install | 11 +++++++++++
4 files changed, 104 insertions(+)
Copied: rygel/repos/testing-i686/PKGBUILD (from rev 223030, rygel/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-09-26 10:53:41 UTC (rev 223047)
@@ -0,0 +1,41 @@
+# $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.24.0
+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 hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+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)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('98d63c8ee0532abb8f603e18fca3a9d8101a0674e2fc3e0fd88f280a4217f1b0')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --enable-mediathek-plugin --enable-gst-launch-plugin
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: rygel/repos/testing-i686/rygel.install (from rev 223030, rygel/repos/gnome-unstable-i686/rygel.install)
===================================================================
--- testing-i686/rygel.install (rev 0)
+++ testing-i686/rygel.install 2014-09-26 10:53:41 UTC (rev 223047)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Copied: rygel/repos/testing-x86_64/PKGBUILD (from rev 223030, rygel/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:41 UTC (rev 223047)
@@ -0,0 +1,41 @@
+# $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.24.0
+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 hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+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)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('98d63c8ee0532abb8f603e18fca3a9d8101a0674e2fc3e0fd88f280a4217f1b0')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --enable-mediathek-plugin --enable-gst-launch-plugin
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: rygel/repos/testing-x86_64/rygel.install (from rev 223030, rygel/repos/gnome-unstable-x86_64/rygel.install)
===================================================================
--- testing-x86_64/rygel.install (rev 0)
+++ testing-x86_64/rygel.install 2014-09-26 10:53:41 UTC (rev 223047)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list