[arch-commits] Commit in rhythmbox/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jan 25 05:52:30 UTC 2016


    Date: Monday, January 25, 2016 @ 06:52:30
  Author: heftig
Revision: 258578

3.3

Modified:
  rhythmbox/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-25 01:59:23 UTC (rev 258577)
+++ PKGBUILD	2016-01-25 05:52:30 UTC (rev 258578)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=rhythmbox
-pkgver=3.2.1
-pkgrel=4
+pkgver=3.3
+pkgrel=1
 pkgdesc="An iTunes-like music playback and management application"
 arch=(i686 x86_64)
 license=(GPL)
@@ -20,11 +20,12 @@
             'lirc: LIRC plugin'
             'libgpod: Portable Players - iPod plugin'
             'libmtp: Portable Players - MTP plugin'
+            'gvfs-mtp: Portable Players - Android plugin'
             'python-mako: Context pane plugin')
 options=('!emptydirs')
 install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf43ca4f5b7531751241f5e67eaba7da6d9748dd827a600eedf9444961537938')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5299ac4d3dbc4e281aa422e957b3a7741207512ae051fdfc8159e1322b486859')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -36,6 +37,10 @@
       --libexecdir=/usr/lib/rhythmbox \
       --localstatedir=/var --disable-static \
       --enable-daap --enable-python --enable-vala
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 



More information about the arch-commits mailing list