gst-plugins-good: remove gconf schemas; fixed cross build.
This commit is contained in:
parent
30b9ec52cc
commit
c59acea463
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'gst-plugins-good'.
|
# Template file for 'gst-plugins-good'.
|
||||||
pkgname=gst-plugins-good
|
pkgname=gst-plugins-good
|
||||||
version=0.10.31
|
version=0.10.31
|
||||||
revision=7
|
revision=8
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
configure_args="--with-gudev --with-libv4l2 --enable-experimental
|
||||||
--disable-schemas-install --disable-aalib --disable-esd --disable-hal
|
--disable-schemas-install --disable-aalib --disable-esd --disable-hal
|
||||||
--disable-libcaca --disable-libdv --disable-dv1394 --disable-shout2
|
--disable-libcaca --disable-libdv --disable-dv1394 --disable-shout2
|
||||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas --enable-speex"
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas --enable-speex"
|
||||||
# XXX: build libcaca, libdv, dv1394 and shout2 modules.
|
# XXX: build libcaca, libdv, dv1394 and shout2 modules.
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool glib-devel"
|
||||||
makedepends="libpng-devel>=1.6 libxml2-devel
|
makedepends="libpng-devel>=1.6 libxml2-devel
|
||||||
libgudev-devel libflac-devel libXdamage-devel gtk+-devel taglib-devel
|
libgudev-devel libflac-devel libXdamage-devel gtk+-devel taglib-devel
|
||||||
libsoup-gnome-devel gst-plugins-base-devel GConf-devel pulseaudio-devel
|
libsoup-gnome-devel gst-plugins-base-devel GConf-devel pulseaudio-devel
|
||||||
|
@ -27,7 +26,8 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
# remove gconf schemas completely
|
||||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/gstreamer-0.10.schemas \
|
if [ -d ${DESTDIR}/usr/share/gconf ]; then
|
||||||
--domain ${pkgname}-0.10 ${wrksrc}/*.schemas
|
rm -r ${DESTDIR}/usr/share/gconf
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue