mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gst_plugins_good: bump version
This commit is contained in:
@@ -7,11 +7,11 @@ COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="654adef33380d604112f702c2927574cfc285e31307b79e584113858838bb0fd"
|
||||
CHECKSUM_SHA256="9fbabe69018fcec707df0b71150168776040cde6c1a26bb5a82a136755fa8f1f"
|
||||
SOURCE_DIR="gst-plugins-good-$portVersion"
|
||||
sinkVersion=$portVersion
|
||||
SOURCE_URI_2="https://github.com/threedeyes/gsthaikuaudiosink/archive/$sinkVersion.tar.gz"
|
||||
CHECKSUM_SHA256_2="274e24f3c86ca7edc4ec5b1d40956ebadd49c12dbfe41ad222d7a17e9793f717"
|
||||
CHECKSUM_SHA256_2="657ff74be63fb5cc152187366aaa29e09f18c2c3f6c2768165cfb17ffb366071"
|
||||
SOURCE_FILENAME_2="gsthaikuaudiosink-$sinkVersion.tar.gz"
|
||||
SOURCE_DIR_2="gsthaikuaudiosink-$sinkVersion"
|
||||
|
||||
@@ -34,6 +34,7 @@ REQUIRES="
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libjpeg$secondaryArchSuffix
|
||||
lib:libmp3lame$secondaryArchSuffix
|
||||
lib:libmpg123$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:liborc_0.4$secondaryArchSuffix
|
||||
@@ -42,6 +43,7 @@ REQUIRES="
|
||||
lib:libspeex$secondaryArchSuffix
|
||||
lib:libsqlite3$secondaryArchSuffix
|
||||
lib:libtag$secondaryArchSuffix
|
||||
lib:libtwolame$secondaryArchSuffix
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
lib:libvpx$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
@@ -64,6 +66,7 @@ BUILD_REQUIRES="
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
devel:libmp3lame$secondaryArchSuffix
|
||||
devel:libmpg123$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
@@ -71,6 +74,7 @@ BUILD_REQUIRES="
|
||||
devel:libsoup_2.4$secondaryArchSuffix
|
||||
devel:libspeex$secondaryArchSuffix
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
devel:libtwolame$secondaryArchSuffix
|
||||
devel:libtag$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
devel:libvpx$secondaryArchSuffix
|
||||
@@ -91,13 +95,19 @@ BUILD_PREREQUIRES="
|
||||
cmd:orcc$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python
|
||||
cmd:python3
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --disable-debug --disable-examples --disable-nls \
|
||||
--enable-orc --disable-oss --disable-oss4
|
||||
runConfigure ./configure \
|
||||
--disable-debug \
|
||||
--disable-examples \
|
||||
--disable-nls \
|
||||
--disable-oss \
|
||||
--disable-oss4 \
|
||||
--enable-orc
|
||||
make $jobArgs
|
||||
|
||||
cd $sourceDir2
|
||||
Reference in New Issue
Block a user