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

Jan de Groot jgc at archlinux.org
Mon Mar 23 11:14:11 UTC 2015


    Date: Monday, March 23, 2015 @ 12:14:11
  Author: jgc
Revision: 234537

upgpkg: sound-juicer 3.16.0-1

Modified:
  sound-juicer/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-23 10:53:37 UTC (rev 234536)
+++ PKGBUILD	2015-03-23 11:14:11 UTC (rev 234537)
@@ -4,8 +4,8 @@
 # Contributor: Ben <contrasutra at myrealbox.com>
 
 pkgname=sound-juicer
-pkgver=3.14.0
-pkgrel=2
+pkgver=3.16.0
+pkgrel=1
 pkgdesc="A cd ripper application"
 arch=(i686 x86_64)
 license=(GPL)
@@ -15,17 +15,12 @@
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('bb21107d57025d39feb499666a4f12152cbbe25a3c6170c330a5d2d8f9bcf54d')
+sha256sums=('c383c4588ef347b52c218b370c39c9b40839308cfc9dc37a9a9696ae0e471e12')
 
 build() {
   cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-
-  # drop unneeded direct library deps with --as-needed
-  # libtool doesn't make this easy, so we do it the hard way
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
   make
 }
 



More information about the arch-commits mailing list