[arch-commits] Commit in rhythmbox/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Aug 30 16:32:13 UTC 2018
Date: Thursday, August 30, 2018 @ 16:32:13
Author: felixonmars
Revision: 333126
archrelease: copy trunk to extra-x86_64
Added:
rhythmbox/repos/extra-x86_64/PKGBUILD
(from rev 333125, rhythmbox/trunk/PKGBUILD)
Deleted:
rhythmbox/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 142 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 71 insertions(+), 71 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-30 16:31:56 UTC (rev 333125)
+++ PKGBUILD 2018-08-30 16:32:13 UTC (rev 333126)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=rhythmbox
-pkgver=3.4.2+4+ge123ad533
-pkgrel=1
-pkgdesc="Music playback and management application"
-arch=(i686 x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Rhythmbox"
-depends=(dconf gst-plugins-base gst-plugins-good libsoup json-glib libnotify libpeas
- media-player-info totem-plparser tdb python-gobject libgudev grilo)
-makedepends=(itstool intltool brasero gobject-introspection vala grilo libdmapsharing lirc libgpod
- libmtp gtk-doc yelp-tools git)
-checkdepends=(check xorg-server-xvfb)
-optdepends=('gst-plugins-ugly: Extra media codecs'
- 'gst-plugins-bad: Extra media codecs'
- 'gst-libav: Extra media codecs'
- 'brasero: Audio CD Recorder plugin'
- 'libdmapsharing: DAAP Music Sharing plugin'
- 'grilo-plugins: Grilo media browser plugin'
- 'lirc: LIRC plugin'
- 'libgpod: Portable Players - iPod plugin'
- 'libmtp: Portable Players - MTP plugin'
- 'gvfs-mtp: Portable Players - Android plugin')
-options=('!emptydirs')
-_commit=e123ad533503b231f68612fcb92884c0f391c5b0 # master
-source=("git+https://git.gnome.org/browse/rhythmbox#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc \
- --libexecdir=/usr/lib/rhythmbox \
- MOZILLA_PLUGINDIR=/usr/lib/epiphany/plugins \
- --localstatedir=/var --disable-static \
- --enable-daap --enable-python --enable-vala \
- --enable-gtk-doc
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-check() {
- cd $pkgname
- glib-compile-schemas --targetdir=tests --schema-file=data/org.gnome.rhythmbox.gschema.xml
- GSETTINGS_BACKEND=memory \
- GSETTINGS_SCHEMA_DIR="$PWD/tests" \
- CK_TIMEOUT_MULTIPLIER=3 \
- xvfb-run -a -n 63 -s '-extension GLX' make check
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
- rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins"
- rm -r "$pkgdir/usr/lib/rhythmbox/plugins/rbzeitgeist"
-}
Copied: rhythmbox/repos/extra-x86_64/PKGBUILD (from rev 333125, rhythmbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-30 16:32:13 UTC (rev 333126)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=rhythmbox
+pkgver=3.4.2+4+ge123ad533
+pkgrel=2
+pkgdesc="Music playback and management application"
+arch=(x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Rhythmbox"
+depends=(dconf gst-plugins-base gst-plugins-good libsoup json-glib libnotify libpeas
+ media-player-info totem-plparser tdb python-gobject libgudev grilo)
+makedepends=(itstool intltool brasero gobject-introspection vala grilo libdmapsharing lirc libgpod
+ libmtp gtk-doc yelp-tools git)
+checkdepends=(check xorg-server-xvfb)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+ 'gst-plugins-bad: Extra media codecs'
+ 'gst-libav: Extra media codecs'
+ 'brasero: Audio CD Recorder plugin'
+ 'libdmapsharing: DAAP Music Sharing plugin'
+ 'grilo-plugins: Grilo media browser plugin'
+ 'lirc: LIRC plugin'
+ 'libgpod: Portable Players - iPod plugin'
+ 'libmtp: Portable Players - MTP plugin'
+ 'gvfs-mtp: Portable Players - Android plugin')
+options=('!emptydirs')
+_commit=e123ad533503b231f68612fcb92884c0f391c5b0 # master
+source=("git+https://git.gnome.org/browse/rhythmbox#commit=$_commit")
+sha512sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/rhythmbox \
+ MOZILLA_PLUGINDIR=/usr/lib/epiphany/plugins \
+ --localstatedir=/var --disable-static \
+ --enable-daap --enable-python --enable-vala \
+ --enable-gtk-doc
+
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+check() {
+ cd $pkgname
+ glib-compile-schemas --targetdir=tests --schema-file=data/org.gnome.rhythmbox.gschema.xml
+ GSETTINGS_BACKEND=memory \
+ GSETTINGS_SCHEMA_DIR="$PWD/tests" \
+ CK_TIMEOUT_MULTIPLIER=3 \
+ xvfb-run -a -n 63 -s '-extension GLX' make check
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+ rm -r "$pkgdir/usr/lib/rhythmbox/sample-plugins"
+ rm -r "$pkgdir/usr/lib/rhythmbox/plugins/rbzeitgeist"
+}
More information about the arch-commits
mailing list