mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
gst_plugins_base: bump version
This commit is contained in:
129
media-libs/gst_plugins_base/gst_plugins_base-1.16.0.recipe
Normal file
129
media-libs/gst_plugins_base/gst_plugins_base-1.16.0.recipe
Normal file
@@ -0,0 +1,129 @@
|
||||
SUMMARY="GStreamer Base Plug-ins"
|
||||
DESCRIPTION="GStreamer Base Plug-ins is a well-groomed and well-maintained collection of \
|
||||
GStreamer plug-ins and elements, spanning the range of possible types of elements one \
|
||||
would want to write for GStreamer. It also contains helper libraries and base classes \
|
||||
useful for writing elements. A wide range of video and audio decoders, encoders, and \
|
||||
filters are included."
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="4093aa7b51e28fb24dfd603893fead8d1b7782f088b05ed0f22a21ef176fb5ae"
|
||||
SOURCE_DIR="gst-plugins-base-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
gst_plugins_base$secondaryArchSuffix = $portVersion
|
||||
cmd:gst_device_monitor_1.0$secondaryArchSuffix = $portVersion
|
||||
cmd:gst_discoverer_1.0$secondaryArchSuffix = $portVersion
|
||||
cmd:gst_play_1.0$secondaryArchSuffix = $portVersion
|
||||
lib:libgstallocators_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgstapp_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgstaudio_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgstfft_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgstpbutils_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgstriff_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgstrtp_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgstrtsp_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgstsdp_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgsttag_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
lib:libgstvideo_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libgstreamer_1.0$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libopus$secondaryArchSuffix
|
||||
lib:liborc_0.4$secondaryArchSuffix
|
||||
lib:libtheoradec$secondaryArchSuffix
|
||||
lib:libtheoraenc$secondaryArchSuffix
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
SUPPLEMENTS="
|
||||
gstreamer$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
gst_plugins_base${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgstallocators_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgstapp_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgstaudio_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgstfft_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgstpbutils_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgstriff_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgstrtp_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgstrtsp_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgstsdp_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgsttag_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
devel:libgstvideo_1.0$secondaryArchSuffix = 0.1600.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gst_plugins_base$secondaryArchSuffix == $portVersion base
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libgstreamer_1.0$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libopus$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
devel:libtheora$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:bison
|
||||
cmd:flex
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:grep
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:orcc$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --disable-debug --disable-examples \
|
||||
--disable-nls --enable-orc LIBS=-lnetwork
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libgst*.la $libDir/gstreamer-1.0/*.la
|
||||
|
||||
prepareInstalledDevelLibs libgstallocators-1.0 libgstapp-1.0 \
|
||||
libgstaudio-1.0 libgstfft-1.0 libgstpbutils-1.0 libgstriff-1.0 \
|
||||
libgstrtp-1.0 libgstrtsp-1.0 libgstsdp-1.0 libgsttag-1.0 \
|
||||
libgstvideo-1.0
|
||||
fixPkgconfig
|
||||
|
||||
mv -f $includeDir/gstreamer-1.0/gst $includeDir/
|
||||
rm -rf $includeDir/gstreamer-1.0
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
$dataDir/gtk-doc
|
||||
}
|
||||
Reference in New Issue
Block a user