From 4795f846206905e63ad606273a0f8a427aa0ccb5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 29 Mar 2012 23:59:10 +0200 Subject: [PATCH] New package: sound-juicer-3.4.0. --- srcpkgs/sound-juicer/sound-juicer.rshlibs | 15 +++++++++ srcpkgs/sound-juicer/template | 37 +++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 srcpkgs/sound-juicer/sound-juicer.rshlibs create mode 100644 srcpkgs/sound-juicer/template diff --git a/srcpkgs/sound-juicer/sound-juicer.rshlibs b/srcpkgs/sound-juicer/sound-juicer.rshlibs new file mode 100644 index 0000000000..ab8ddeb086 --- /dev/null +++ b/srcpkgs/sound-juicer/sound-juicer.rshlibs @@ -0,0 +1,15 @@ +libmusicbrainz3.so.6 +libgstpbutils-0.10.so.0 +libgstreamer-0.10.so.0 +libgconf-2.so.4 +libcanberra-gtk3.so.0 +libbrasero-media3.so.1 +libgtk-3.so.0 +libgdk-3.so.0 +libatk-1.0.so.0 +libgio-2.0.so.0 +libpango-1.0.so.0 +libgobject-2.0.so.0 +libglib-2.0.so.0 +libpthread.so.0 +libc.so.6 diff --git a/srcpkgs/sound-juicer/template b/srcpkgs/sound-juicer/template new file mode 100644 index 0000000000..e08cf0ba34 --- /dev/null +++ b/srcpkgs/sound-juicer/template @@ -0,0 +1,37 @@ +# Template file for 'sound-juicer' +pkgname=sound-juicer +version=3.4.0 +distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz" +build_style=gnu-configure +configure_args="--disable-schemas-install --disable-scrollkeeper +--with-gconf-schema-file-dir=/usr/share/gconf/schemas" +short_desc="CD ripping tool using GTK+ and GStreamer" +maintainer="Juan RP " +homepage="http://www.gnome.org/projects/seahorse/" +checksum=49805cc73617e745ee09b62fec46979387e5713d39e5f75320b91ee8f0c44f12 +long_desc=" + This is Sound Juicer, a CD ripping tool using GTK+ and GStreamer for the + GNOME desktop." + +gconf_schemas="sound-juicer.schemas" +gtk_iconcache_dirs="/usr/share/icons/hicolor" + +Add_dependency build which +Add_dependency build pkg-config +Add_dependency build intltool +Add_dependency build gnome-doc-utils +Add_dependency build glib-devel +Add_dependency build GConf-devel +Add_dependency build brasero-devel +Add_dependency build libmusicbrainz-devel + +Add_dependency run hicolor-icon-theme +Add_dependency run desktop-file-utils + +Add_dependency full gst-plugins-good + +post_install() { + mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc} + gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \ + --domain ${pkgname} ${wrksrc}/*.schemas +}