[arch-commits] Commit in rhythmbox/repos (6 files)

Jan Steffens heftig at archlinux.org
Thu Oct 19 07:27:31 UTC 2017


    Date: Thursday, October 19, 2017 @ 07:27:30
  Author: heftig
Revision: 308246

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

Added:
  rhythmbox/repos/extra-i686/PKGBUILD
    (from rev 308245, rhythmbox/trunk/PKGBUILD)
  rhythmbox/repos/extra-x86_64/PKGBUILD
    (from rev 308245, rhythmbox/trunk/PKGBUILD)
Deleted:
  rhythmbox/repos/extra-i686/0001-Port-to-clutter-gst-3.0.patch
  rhythmbox/repos/extra-i686/PKGBUILD
  rhythmbox/repos/extra-x86_64/0001-Port-to-clutter-gst-3.0.patch
  rhythmbox/repos/extra-x86_64/PKGBUILD

-------------------------------------------------+
 /PKGBUILD                                       |  142 ++++++++++++++++++++++
 extra-i686/0001-Port-to-clutter-gst-3.0.patch   |   39 ------
 extra-i686/PKGBUILD                             |   77 -----------
 extra-x86_64/0001-Port-to-clutter-gst-3.0.patch |   39 ------
 extra-x86_64/PKGBUILD                           |   77 -----------
 5 files changed, 142 insertions(+), 232 deletions(-)

Deleted: extra-i686/0001-Port-to-clutter-gst-3.0.patch
===================================================================
--- extra-i686/0001-Port-to-clutter-gst-3.0.patch	2017-10-19 07:27:10 UTC (rev 308245)
+++ extra-i686/0001-Port-to-clutter-gst-3.0.patch	2017-10-19 07:27:30 UTC (rev 308246)
@@ -1,39 +0,0 @@
-From 054925add713e715134f340dd7c873c928ad762f Mon Sep 17 00:00:00 2001
-From: Jan de Groot <jgc at archlinux.org>
-Date: Sun, 5 Feb 2017 13:10:30 +0000
-Subject: [PATCH] Port to clutter-gst-3.0
-
----
- configure.ac                            | 2 +-
- plugins/visualizer/rb-visualizer-page.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 16afcfff6..effbd44d0 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -681,7 +681,7 @@ if test "x$enable_visualizer" != "xno"; then
- 	PKG_CHECK_MODULES(CLUTTER,
- 			  clutter-1.0 >= 1.8			\
- 			  clutter-x11-1.0 >= 1.8		\
--			  clutter-gst-2.0				\
-+			  clutter-gst-3.0				\
- 			  clutter-gtk-1.0 >= 1.0		\
- 			  mx-1.0 >= 1.0.1,
- 			  have_clutter=yes,
-diff --git a/plugins/visualizer/rb-visualizer-page.c b/plugins/visualizer/rb-visualizer-page.c
-index 417984335..5b03e7748 100644
---- a/plugins/visualizer/rb-visualizer-page.c
-+++ b/plugins/visualizer/rb-visualizer-page.c
-@@ -352,7 +352,7 @@ impl_constructed (GObject *object)
- 	g_object_ref (page->sink);
- 
- 	/* actual sink */
--	realsink = gst_element_factory_make ("cluttersink", NULL);
-+	realsink = GST_ELEMENT (clutter_gst_video_sink_new ());
- 	g_object_set (realsink, "texture", page->texture, NULL);
- 
- 	videoconvert = gst_element_factory_make ("videoconvert", NULL);
--- 
-2.11.1
-

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-19 07:27:10 UTC (rev 308245)
+++ extra-i686/PKGBUILD	2017-10-19 07:27:30 UTC (rev 308246)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=rhythmbox
-pkgver=3.4.1
-pkgrel=3
-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 clutter-gst clutter-gtk mx 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'
-            'mx: Visualiser plugin'
-            'clutter-gtk: Visualiser plugin'
-            'clutter-gst: Visualiser plugin')
-options=('!emptydirs')
-_commit=7f3624b6b4902932dc9df87ac55f5c71651260f7  # tags/v3.4.1^0
-source=("git+https://git.gnome.org/browse/rhythmbox#commit=$_commit"
-        0001-Port-to-clutter-gst-3.0.patch)
-sha256sums=('SKIP'
-            '996e654effda4f1d081377c837d600fdca6b97319e7f4f55f0307d046aab6a59')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../0001-Port-to-clutter-gst-3.0.patch
-  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-i686/PKGBUILD (from rev 308245, rhythmbox/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-19 07:27:30 UTC (rev 308246)
@@ -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=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"
+}

Deleted: extra-x86_64/0001-Port-to-clutter-gst-3.0.patch
===================================================================
--- extra-x86_64/0001-Port-to-clutter-gst-3.0.patch	2017-10-19 07:27:10 UTC (rev 308245)
+++ extra-x86_64/0001-Port-to-clutter-gst-3.0.patch	2017-10-19 07:27:30 UTC (rev 308246)
@@ -1,39 +0,0 @@
-From 054925add713e715134f340dd7c873c928ad762f Mon Sep 17 00:00:00 2001
-From: Jan de Groot <jgc at archlinux.org>
-Date: Sun, 5 Feb 2017 13:10:30 +0000
-Subject: [PATCH] Port to clutter-gst-3.0
-
----
- configure.ac                            | 2 +-
- plugins/visualizer/rb-visualizer-page.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 16afcfff6..effbd44d0 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -681,7 +681,7 @@ if test "x$enable_visualizer" != "xno"; then
- 	PKG_CHECK_MODULES(CLUTTER,
- 			  clutter-1.0 >= 1.8			\
- 			  clutter-x11-1.0 >= 1.8		\
--			  clutter-gst-2.0				\
-+			  clutter-gst-3.0				\
- 			  clutter-gtk-1.0 >= 1.0		\
- 			  mx-1.0 >= 1.0.1,
- 			  have_clutter=yes,
-diff --git a/plugins/visualizer/rb-visualizer-page.c b/plugins/visualizer/rb-visualizer-page.c
-index 417984335..5b03e7748 100644
---- a/plugins/visualizer/rb-visualizer-page.c
-+++ b/plugins/visualizer/rb-visualizer-page.c
-@@ -352,7 +352,7 @@ impl_constructed (GObject *object)
- 	g_object_ref (page->sink);
- 
- 	/* actual sink */
--	realsink = gst_element_factory_make ("cluttersink", NULL);
-+	realsink = GST_ELEMENT (clutter_gst_video_sink_new ());
- 	g_object_set (realsink, "texture", page->texture, NULL);
- 
- 	videoconvert = gst_element_factory_make ("videoconvert", NULL);
--- 
-2.11.1
-

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-19 07:27:10 UTC (rev 308245)
+++ extra-x86_64/PKGBUILD	2017-10-19 07:27:30 UTC (rev 308246)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=rhythmbox
-pkgver=3.4.1
-pkgrel=3
-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 clutter-gst clutter-gtk mx 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'
-            'mx: Visualiser plugin'
-            'clutter-gtk: Visualiser plugin'
-            'clutter-gst: Visualiser plugin')
-options=('!emptydirs')
-_commit=7f3624b6b4902932dc9df87ac55f5c71651260f7  # tags/v3.4.1^0
-source=("git+https://git.gnome.org/browse/rhythmbox#commit=$_commit"
-        0001-Port-to-clutter-gst-3.0.patch)
-sha256sums=('SKIP'
-            '996e654effda4f1d081377c837d600fdca6b97319e7f4f55f0307d046aab6a59')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../0001-Port-to-clutter-gst-3.0.patch
-  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 308245, rhythmbox/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-19 07:27:30 UTC (rev 308246)
@@ -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=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"
+}



More information about the arch-commits mailing list