New package: gst-plugins-base1-1.0.0.
This commit is contained in:
parent
5878337d64
commit
fccc2462e6
5 changed files with 87 additions and 1 deletions
|
@ -1013,4 +1013,13 @@ libgstbase-1.0.so.0 gstreamer1-1.0.0_1
|
|||
libgstcontroller-1.0.so.0 gstreamer1-1.0.0_1
|
||||
libgstnet-1.0.so.0 gstreamer1-1.0.0_1
|
||||
libgstcheck-1.0.so.0 gstreamer1-1.0.0_1
|
||||
|
||||
libgsttag-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstfft-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstrtp-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstsdp-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstrtsp-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstvideo-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstaudio-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstpbutils-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstriff-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstapp-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
|
|
1
srcpkgs/gst-plugins-base1-devel
Symbolic link
1
srcpkgs/gst-plugins-base1-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
gst-plugins-base1
|
15
srcpkgs/gst-plugins-base1/gst-plugins-base1-devel.template
Normal file
15
srcpkgs/gst-plugins-base1/gst-plugins-base1-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'gst-plugins-base1-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="gstreamer1-devel gst-plugins-base1>=${version}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
vmove "usr/share/gir*" usr/share
|
||||
}
|
32
srcpkgs/gst-plugins-base1/gst-plugins-base1.rshlibs
Normal file
32
srcpkgs/gst-plugins-base1/gst-plugins-base1.rshlibs
Normal file
|
@ -0,0 +1,32 @@
|
|||
libgstbase-1.0.so.0
|
||||
libgstreamer-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libm.so.6
|
||||
libz.so.1
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgio-2.0.so.0
|
||||
liborc-0.4.so.0
|
||||
liborc-test-0.4.so.0
|
||||
libSM.so.6
|
||||
libICE.so.6
|
||||
libX11.so.6
|
||||
libXext.so.6
|
||||
libXv.so.1
|
||||
libasound.so.2
|
||||
libcdda_interface.so.0
|
||||
libcdda_paranoia.so.0
|
||||
libdl.so.2
|
||||
libvisual-0.4.so.0
|
||||
libogg.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
||||
libtheoraenc.so.1
|
||||
libtheoradec.so.1
|
||||
libvorbisenc.so.2
|
||||
libvorbis.so.0
|
29
srcpkgs/gst-plugins-base1/template
Normal file
29
srcpkgs/gst-plugins-base1/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'gst-plugins-base1'.
|
||||
pkgname=gst-plugins-base1
|
||||
version=1.0.0
|
||||
revision=1
|
||||
wrksrc="gst-plugins-base-${version}"
|
||||
subpackages="${pkgname}-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-experimental --disable-static"
|
||||
depends="orc>=0.4.16"
|
||||
makedepends="pkg-config gobject-introspection libgudev-devel gstreamer1-devel
|
||||
glib-devel libxml2-devel pango-devel cairo-devel freetype-devel
|
||||
fontconfig-devel liboil-devel alsa-lib-devel libXv-devel libXext-devel
|
||||
libvisual-devel cdparanoia-devel libtheora-devel libvorbis-devel
|
||||
orc-devel>=0.4.16"
|
||||
short_desc="GStreamer Base Plug-ins (v1.x)"
|
||||
maintainer="Juan RP <xtraeme@gmail.org>"
|
||||
homepage="http://gstreamer.freedesktop.org/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${version}.tar.xz"
|
||||
checksum=4b98a74712e31d5426dd1cf2de883b6af59fd37997b0ffaed53914eb6df45053
|
||||
long_desc="
|
||||
GStreamer is a streaming media framework, based on graphs of filters which
|
||||
operate on media data. Applications using this library can do anything
|
||||
real-time sound processing to playing videos, and just about anything
|
||||
else media-related. Its plugin-based architecture means that new data
|
||||
types or processing capabilities can be added simply by installing new
|
||||
plug-ins.
|
||||
|
||||
This package contains a set of well-maintained base plug-ins."
|
Loading…
Reference in a new issue