summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 13:35:02 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:46:49 -0400
commitca05279afe6ec197cf53fe384d55c879def899de (patch)
tree1157be18624a7ac608378ac397105340714ab800
parent61855fd4174d08108910542a5ece2177229d325d (diff)
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
-rw-r--r--recipes/gst-editing-services-1.0.recipe2
-rw-r--r--recipes/gst-libav-1.0.recipe2
-rw-r--r--recipes/gst-plugins-bad-1.0.recipe2
-rw-r--r--recipes/gst-plugins-base-1.0.recipe2
-rw-r--r--recipes/gst-plugins-good-1.0.recipe2
-rw-r--r--recipes/gst-plugins-ugly-1.0.recipe2
-rw-r--r--recipes/gst-rtsp-server-1.0.recipe2
-rw-r--r--recipes/gst-validate.recipe2
-rw-r--r--recipes/gstreamer-1.0.recipe2
9 files changed, 9 insertions, 9 deletions
diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe
index ecea7076..ee769080 100644
--- a/recipes/gst-editing-services-1.0.recipe
+++ b/recipes/gst-editing-services-1.0.recipe
@@ -6,7 +6,7 @@ class Recipe(custom.GStreamer):
licenses = [License.LGPLv2Plus]
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'}
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = "--program-prefix= --disable-examples --enable-static --enable-static-plugins "
+ configure_options = "--program-prefix= --disable-examples --enable-static "
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate']
files_bins = ['ges-launch-1.0']
diff --git a/recipes/gst-libav-1.0.recipe b/recipes/gst-libav-1.0.recipe
index 03e51bb8..59f34113 100644
--- a/recipes/gst-libav-1.0.recipe
+++ b/recipes/gst-libav-1.0.recipe
@@ -10,7 +10,7 @@ class Recipe(custom.GStreamer):
# the linked libs
licenses = [License.LGPLv2Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = "--enable-lgpl --disable-examples --enable-static --enable-static-plugins "
+ configure_options = "--enable-lgpl --disable-examples --enable-static "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-libav'}
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'bzip2', 'zlib' ]
diff --git a/recipes/gst-plugins-bad-1.0.recipe b/recipes/gst-plugins-bad-1.0.recipe
index 6f84059c..0f3f7f35 100644
--- a/recipes/gst-plugins-bad-1.0.recipe
+++ b/recipes/gst-plugins-bad-1.0.recipe
@@ -4,7 +4,7 @@
class Recipe(custom.GStreamer):
name = 'gst-plugins-bad-1.0'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = '--enable-static --enable-static-plugins --disable-introspection --disable-gsm \
+ configure_options = '--enable-static --disable-introspection --disable-gsm \
--disable-examples --disable-festival \
--disable-videomaxrate --disable-bz2 --disable-libde265 \
--disable-linsys --disable-fbdev --disable-apexsink \
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe
index 5dc9bdf2..76618471 100644
--- a/recipes/gst-plugins-base-1.0.recipe
+++ b/recipes/gst-plugins-base-1.0.recipe
@@ -4,7 +4,7 @@
class Recipe(custom.GStreamer):
name = 'gst-plugins-base-1.0'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = "--enable-static --enable-static-plugins --program-prefix= --disable-examples "
+ configure_options = "--enable-static --program-prefix= --disable-examples "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'}
deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora',
'libvisual', 'libvorbis', 'zlib', 'orc', 'opus']
diff --git a/recipes/gst-plugins-good-1.0.recipe b/recipes/gst-plugins-good-1.0.recipe
index dc23398f..a4e8a4fc 100644
--- a/recipes/gst-plugins-good-1.0.recipe
+++ b/recipes/gst-plugins-good-1.0.recipe
@@ -4,7 +4,7 @@
class Recipe(custom.GStreamer):
name = 'gst-plugins-good-1.0'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = '--enable-static --enable-static-plugins --disable-examples --disable-oss4 --disable-oss --disable-dv1394 --disable-aalib --disable-libcaca --disable-jack --disable-shout2 '
+ configure_options = '--enable-static --disable-examples --disable-oss4 --disable-oss --disable-dv1394 --disable-aalib --disable-libcaca --disable-jack --disable-shout2 '
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-good'}
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'libjpeg-turbo', 'libpng',
'speex', 'gdk-pixbuf', 'libsoup',
diff --git a/recipes/gst-plugins-ugly-1.0.recipe b/recipes/gst-plugins-ugly-1.0.recipe
index 7d7013f5..e19cd445 100644
--- a/recipes/gst-plugins-ugly-1.0.recipe
+++ b/recipes/gst-plugins-ugly-1.0.recipe
@@ -4,7 +4,7 @@
class Recipe(custom.GStreamer):
name = 'gst-plugins-ugly-1.0'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = "--enable-static --enable-static-plugins --disable-examples --disable-iec958 --disable-mpegstream --disable-cdio --disable-sidplay --disable-twolame "
+ configure_options = "--enable-static --disable-examples --disable-iec958 --disable-mpegstream --disable-cdio --disable-sidplay --disable-twolame "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly'}
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'a52dec', 'opencore-amr',
'libdvdread', 'libmpeg2', 'x264', 'lame', 'mpg123']
diff --git a/recipes/gst-rtsp-server-1.0.recipe b/recipes/gst-rtsp-server-1.0.recipe
index c1f07125..872eb7b7 100644
--- a/recipes/gst-rtsp-server-1.0.recipe
+++ b/recipes/gst-rtsp-server-1.0.recipe
@@ -3,7 +3,7 @@
class Recipe(custom.GStreamer):
name = 'gst-rtsp-server-1.0'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = "--disable-examples --enable-static --enable-static-plugins "
+ configure_options = "--disable-examples --enable-static "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-rtsp-server'}
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ]
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe
index 90e2d990..f54f07f4 100644
--- a/recipes/gst-validate.recipe
+++ b/recipes/gst-validate.recipe
@@ -5,7 +5,7 @@ class Recipe(custom.GStreamer):
name = 'gst-validate'
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-devtools'}
srcdir = 'validate'
- config_sh = 'sh ./autogen.sh --noconfigure && ./configure --enable-static --enable-static-plugins --program-transform-name= '
+ config_sh = 'sh ./autogen.sh --noconfigure && ./configure --enable-static --program-transform-name= '
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'json-glib']
files_bins = ['gst-validate-1.0', 'gst-validate-transcoding-1.0', 'gst-validate-media-check-1.0']
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe
index 3b8bc34b..29bcebca 100644
--- a/recipes/gstreamer-1.0.recipe
+++ b/recipes/gstreamer-1.0.recipe
@@ -4,7 +4,7 @@ import shutil
class Recipe(custom.GStreamer):
name = 'gstreamer-1.0'
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = "--enable-static --enable-static-plugins --program-prefix= --disable-examples "
+ configure_options = "--enable-static --program-prefix= --disable-examples "
remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gstreamer'}
deps = ['glib', 'gtk-doc-lite']