mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
gst_plugins_good: bump version.
This commit is contained in:
@@ -5,9 +5,9 @@ for the supporting library)."
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="4"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="5591ee7208ab30289a30658a82b76bf87169c927572d9b794f3a41ed48e1ee96"
|
||||
CHECKSUM_SHA256="13e7f479296891fef5a686438f20ba7d534680becf2269ecc5ee24aa83b45f03"
|
||||
SOURCE_DIR="gst-plugins-good-$portVersion"
|
||||
|
||||
gitCommit="c3a7bfbdd780e6adb8f4d5c5f7369586491a3250"
|
||||
@@ -49,6 +49,7 @@ REQUIRES="
|
||||
SUPPLEMENTS="
|
||||
gstreamer$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
@@ -83,7 +84,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:grep
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:orcc$secondaryArchSuffix
|
||||
@@ -94,7 +94,6 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd $sourceDir
|
||||
runConfigure ./configure --disable-debug --disable-examples --disable-nls \
|
||||
--enable-orc --disable-oss --disable-oss4
|
||||
make $jobArgs
|
||||
@@ -106,7 +105,6 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd $sourceDir
|
||||
make install
|
||||
|
||||
rm $libDir/gstreamer-1.0/*.la
|
||||
Reference in New Issue
Block a user