mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
gstreamer and plugins: fix provides
This commit is contained in:
@@ -5,7 +5,7 @@ conversion elements."
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="5bb735b9bb218b652ae4071ea6f6be8eaae55e9d3233aec2f36b882a27542db3"
|
||||
SOURCE_DIR="gst-libav-$portVersion"
|
||||
@@ -14,7 +14,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
gst_libav_1.0$secondaryArchSuffix = $portVersion
|
||||
gst_libav$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -31,7 +31,7 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
SUPPLEMENTS="
|
||||
gstreamer_1.0$secondaryArchSuffix
|
||||
gstreamer$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -5,7 +5,7 @@ code review, some documentation, a set of tests, a real live maintainer, or some
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="9c2c7edde4f59d74eb414e0701c55131f562e5c605a3ce9b091754f106c09e37"
|
||||
SOURCE_DIR="gst-plugins-bad-$portVersion"
|
||||
@@ -14,7 +14,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
gst_plugins_bad_1.0$secondaryArchSuffix = $portVersion
|
||||
gst_plugins_bad$secondaryArchSuffix = $portVersion
|
||||
lib:libgstadaptivedemux_1.0$secondaryArchSuffix = $portVersion
|
||||
lib:libgstbadallocators_1.0$secondaryArchSuffix = $portVersion
|
||||
lib:libgstbadaudio_1.0$secondaryArchSuffix = $portVersion
|
||||
@@ -51,10 +51,10 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
SUPPLEMENTS="
|
||||
gstreamer_1.0$secondaryArchSuffix
|
||||
gstreamer$secondaryArchSuffix
|
||||
"
|
||||
PROVIDES_devel="
|
||||
gst_plugins_bad_1.0${secondaryArchSuffix}_devel = $portVersion
|
||||
gst_plugins_bad${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgstadaptivedemux_1.0$secondaryArchSuffix = $portVersion
|
||||
devel:libgstbadallocators_1.0$secondaryArchSuffix = $portVersion
|
||||
devel:libgstbadaudio_1.0$secondaryArchSuffix = $portVersion
|
||||
@@ -70,7 +70,7 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
haiku$secondaryArchSuffix
|
||||
gst_plugins_bad_1.0${secondaryArchSuffix}
|
||||
gst_plugins_bad${secondaryArchSuffix}
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -7,7 +7,7 @@ filters are included."
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="5067dce3afe197a9536fea0107c77213fab536dff4a213b07fc60378d5510675"
|
||||
SOURCE_DIR="gst-plugins-base-$portVersion"
|
||||
@@ -16,7 +16,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
gst_plugins_base_1.0$secondaryArchSuffix = $portVersion
|
||||
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
|
||||
@@ -48,10 +48,10 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
SUPPLEMENTS="
|
||||
gstreamer_1.0$secondaryArchSuffix
|
||||
gstreamer$secondaryArchSuffix
|
||||
"
|
||||
PROVIDES_devel="
|
||||
gst_plugins_base_1.0${secondaryArchSuffix}_devel = $portVersion
|
||||
gst_plugins_base${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgstallocators_1.0$secondaryArchSuffix = $portVersion
|
||||
devel:libgstapp_1.0$secondaryArchSuffix = $portVersion
|
||||
devel:libgstaudio_1.0$secondaryArchSuffix = $portVersion
|
||||
@@ -65,7 +65,7 @@ PROVIDES_devel="
|
||||
devel:libgstvideo_1.0$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gst_plugins_base_1.0$secondaryArchSuffix == $portVersion base
|
||||
gst_plugins_base$secondaryArchSuffix == $portVersion base
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
|
||||
@@ -5,7 +5,7 @@ for the supporting library)."
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="5591ee7208ab30289a30658a82b76bf87169c927572d9b794f3a41ed48e1ee96"
|
||||
SOURCE_DIR="gst-plugins-good-$portVersion"
|
||||
@@ -19,7 +19,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
gst_plugins_good_1.0$secondaryArchSuffix = $portVersion
|
||||
gst_plugins_good$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -47,7 +47,7 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
SUPPLEMENTS="
|
||||
gstreamer_1.0$secondaryArchSuffix
|
||||
gstreamer$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -6,7 +6,7 @@ code might be widely known to present patent problems."
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="1cc3942bbf3ea87da3e35437d4e014e991b103db22a6174f62a98c89c3f5f466"
|
||||
SOURCE_DIR="gst-plugins-ugly-$portVersion"
|
||||
@@ -15,7 +15,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
gst_plugins_ugly_1.0$secondaryArchSuffix = $portVersion
|
||||
gst_plugins_ugly$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -39,7 +39,7 @@ REQUIRES="
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
SUPPLEMENTS="
|
||||
gstreamer_1.0$secondaryArchSuffix
|
||||
gstreamer$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -5,7 +5,7 @@ to complex audio (mixing) and video (non-linear editing) processing."
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="9044b9d8b3ff44457fa9e36faa59c56684b587b34dee449bfe15ec0c32a3a6d2"
|
||||
PATCHES="gstreamer-$portVersion.patchset"
|
||||
@@ -14,7 +14,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
gstreamer_1.0$secondaryArchSuffix = $portVersion
|
||||
gstreamer$secondaryArchSuffix = $portVersion
|
||||
lib:libgstreamer_1.0$secondaryArchSuffix = $portVersion
|
||||
lib:libgstbase_1.0$secondaryArchSuffix = $portVersion
|
||||
lib:libgstcontroller_1.0$secondaryArchSuffix = $portVersion
|
||||
@@ -34,14 +34,14 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
gstreamer_1.0${secondaryArchSuffix}_devel = $portVersion
|
||||
gstreamer${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgstreamer_1.0$secondaryArchSuffix = $portVersion
|
||||
devel:libgstbase_1.0$secondaryArchSuffix = $portVersion
|
||||
devel:libgstcontroller_1.0$secondaryArchSuffix = $portVersion
|
||||
devel:libgstnet_1.0$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gstreamer_1.0$secondaryArchSuffix == $portVersion base
|
||||
gstreamer$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user