New package: sound-juicer-3.4.0.
This commit is contained in:
parent
39fdfd97be
commit
4795f84620
|
@ -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
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue