mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/rhythmbox to 3.4.2+4+ge123ad533-1
This commit is contained in:
parent
8b2fac5498
commit
1aa7ce7c6d
2 changed files with 7 additions and 52 deletions
|
@ -1,39 +0,0 @@
|
|||
From 054925add713e715134f340dd7c873c928ad762f Mon Sep 17 00:00:00 2001
|
||||
From: Jan de Groot <jgc@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
|
||||
|
|
@ -6,8 +6,8 @@
|
|||
# - configure with --disable-more-warnings to silence -Wcast-align on 32bit
|
||||
|
||||
pkgname=rhythmbox
|
||||
pkgver=3.4.1
|
||||
pkgrel=3
|
||||
pkgver=3.4.2+4+ge123ad533
|
||||
pkgrel=1
|
||||
pkgdesc="Music playback and management application"
|
||||
arch=(i686 x86_64)
|
||||
license=(GPL)
|
||||
|
@ -15,7 +15,7 @@ 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)
|
||||
libmtp gtk-doc yelp-tools git)
|
||||
checkdepends=(check xorg-server-xvfb)
|
||||
optdepends=('gst-plugins-ugly: Extra media codecs'
|
||||
'gst-plugins-bad: Extra media codecs'
|
||||
|
@ -26,16 +26,11 @@ optdepends=('gst-plugins-ugly: Extra media codecs'
|
|||
'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')
|
||||
'gvfs-mtp: Portable Players - Android 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')
|
||||
_commit=e123ad533503b231f68612fcb92884c0f391c5b0 # master
|
||||
source=("git+https://git.gnome.org/browse/rhythmbox#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
|
@ -44,7 +39,6 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
patch -Np1 -i ../0001-Port-to-clutter-gst-3.0.patch
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue