diff multimedia/gst-plugins-good/gst-plugins-good.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 337f950c30f5
children a47aaf9743a0
line wrap: on
line diff
--- a/multimedia/gst-plugins-good/gst-plugins-good.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/multimedia/gst-plugins-good/gst-plugins-good.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -15,32 +15,7 @@
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 
-PKGNAME=gst-plugins-good
-PKGVERSION=1.16.0
-PKGREVISION=1
-PKGLICENSE="GPL-2.0-only"
-PKGSUMMARY="gstreamer good plugins"
-PKGDOWNLOAD="https://gstreamer.freedesktop.org/src/gst-plugins-good/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="gst-plugins-base gstreamer meson:build"
-PKGOPTIONS="BZIP2
-            CAIRO
-            FLAC
-            GTK
-            JACK
-            JPEG
-            LIBSOUP
-            MP2
-            MP3
-            NLS
-            OSS
-            PNG
-            PULSEAUDIO
-            QT
-            TAGLIB
-            SHOUT
-            SPEEX
-            WAVPACK
-            X"
+. ./gst-plugins-good.info
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}