From daf794fa45722467ef81b142bdec5ff3a8a3c09f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 26 Sep 2012 09:31:51 +0200 Subject: [PATCH] sound-juicer: update to 3.5.0. --- srcpkgs/sound-juicer/sound-juicer.rshlibs | 7 ++++--- srcpkgs/sound-juicer/template | 14 ++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/srcpkgs/sound-juicer/sound-juicer.rshlibs b/srcpkgs/sound-juicer/sound-juicer.rshlibs index ab8ddeb0865..61f1652bde2 100644 --- a/srcpkgs/sound-juicer/sound-juicer.rshlibs +++ b/srcpkgs/sound-juicer/sound-juicer.rshlibs @@ -1,6 +1,7 @@ -libmusicbrainz3.so.6 -libgstpbutils-0.10.so.0 -libgstreamer-0.10.so.0 +libmusicbrainz5.so.0 +libdiscid.so.0 +libgstpbutils-1.0.so.0 +libgstreamer-1.0.so.0 libgconf-2.so.4 libcanberra-gtk3.so.0 libbrasero-media3.so.1 diff --git a/srcpkgs/sound-juicer/template b/srcpkgs/sound-juicer/template index 9cf5807c449..18322b81ffd 100644 --- a/srcpkgs/sound-juicer/template +++ b/srcpkgs/sound-juicer/template @@ -1,18 +1,19 @@ # Template file for 'sound-juicer' pkgname=sound-juicer -version=3.4.0 -distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz" +version=3.5.0 +revision=1 build_style=gnu-configure configure_args="--disable-schemas-install --disable-scrollkeeper --with-gconf-schema-file-dir=/usr/share/gconf/schemas" depends="hicolor-icon-theme desktop-file-utils" -makedepends="which pkg-config intltool gnome-doc-utils glib-devel GConf-devel brasero-devel libmusicbrainz-devel" +makedepends="which pkg-config intltool gnome-doc-utils glib-devel +GConf-devel brasero-devel>=3.6.0 libdiscid-devel libmusicbrainz5-devel" fulldepends="gst-plugins-good" -revision=1 short_desc="CD ripping tool using GTK+ and GStreamer" maintainer="Juan RP " homepage="http://www.gnome.org/projects/seahorse/" -checksum=49805cc73617e745ee09b62fec46979387e5713d39e5f75320b91ee8f0c44f12 +distfiles="${GNOME_SITE}/$pkgname/3.5/$pkgname-$version.tar.xz" +checksum=ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9 long_desc=" This is Sound Juicer, a CD ripping tool using GTK+ and GStreamer for the GNOME desktop." @@ -20,9 +21,6 @@ long_desc=" gconf_schemas="sound-juicer.schemas" gtk_iconcache_dirs="/usr/share/icons/hicolor" - - - post_install() { mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc} gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \