gst-plugins-base: remove (gstreamer 0.x)
This commit is contained in:
parent
98acc59d67
commit
13b5709d87
4 changed files with 0 additions and 62 deletions
|
@ -180,19 +180,6 @@ libgstbase-0.10.so.0 gstreamer-0.10.22_1
|
|||
libgstdataprotocol-0.10.so.0 gstreamer-0.10.22_1
|
||||
libgstcontroller-0.10.so.0 gstreamer-0.10.22_1
|
||||
libgstnet-0.10.so.0 gstreamer-0.10.22_1
|
||||
libgstfft-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstaudio-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstapp-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstsdp-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgsttag-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstinterfaces-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstriff-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstcdda-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstnetbuffer-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstrtsp-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstvideo-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstpbutils-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgstrtp-0.10.so.0 gst-plugins-base-0.10.22_1
|
||||
libgdbm.so.4 gdbm-1.10_1_1
|
||||
libgdbm_compat.so.4 gdbm-1.10_1_1
|
||||
libintl.so.8 gettext-libs-0.19.2_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
gst-plugins-base
|
|
@ -1,47 +0,0 @@
|
|||
# Template file for 'gst-plugins-base'.
|
||||
pkgname=gst-plugins-base
|
||||
version=0.10.36
|
||||
revision=10
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gudev --enable-experimental --disable-gnome_vfs
|
||||
--disable-ivorbis --disable-static $(vopt_enable cdparanoia)"
|
||||
hostmakedepends="automake libtool gettext-devel glib-devel
|
||||
gtk-doc orc-devel pkg-config $(vopt_if gir gobject-introspection)"
|
||||
makedepends="alsa-lib-devel gstreamer-devel libgudev-devel libtheora-devel
|
||||
libvisual-devel libvorbis-devel libXv-devel pango-devel orc-devel
|
||||
$(vopt_if cdparanoia libcdparanoia-devel)"
|
||||
short_desc="GStreamer Base Plug-ins"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://gstreamer.freedesktop.org/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
CFLAGS="-msse2"
|
||||
fi
|
||||
|
||||
# Package build options
|
||||
build_options="cdparanoia gir"
|
||||
# Disable options for cross builds.
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="cdparanoia gir"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
gst-plugins-base-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/gtk-doc
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove "usr/share/gir*"
|
||||
fi
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
ignore="0.11.* 1.*"
|
Loading…
Reference in a new issue