Signed-off-by: W. Michael Petullo <mike@flyn.org>lilik-openwrt-22.03
@ -0,0 +1,30 @@ | |||
diff -u --recursive gstreamer-1.6.2-vanilla/configure.ac gstreamer-1.6.2/configure.ac | |||
--- gstreamer-1.6.2-vanilla/configure.ac 2016-01-01 10:40:18.040768907 -0500 | |||
+++ gstreamer-1.6.2/configure.ac 2016-01-01 10:48:24.160887684 -0500 | |||
@@ -980,7 +980,6 @@ | |||
libs/gst/net/Makefile | |||
plugins/Makefile | |||
plugins/elements/Makefile | |||
-po/Makefile.in | |||
tests/Makefile | |||
tests/benchmarks/Makefile | |||
tests/check/Makefile | |||
diff -u --recursive gstreamer-1.6.2-vanilla/Makefile.am gstreamer-1.6.2/Makefile.am | |||
--- gstreamer-1.6.2-vanilla/Makefile.am 2016-01-01 10:40:18.040768907 -0500 | |||
+++ gstreamer-1.6.2/Makefile.am 2016-01-01 10:48:19.150568341 -0500 | |||
@@ -9,7 +9,6 @@ | |||
SUBDIRS = pkgconfig \ | |||
gst libs plugins tests \ | |||
docs \ | |||
- po \ | |||
m4 \ | |||
common \ | |||
data | |||
@@ -22,7 +21,6 @@ | |||
DIST_SUBDIRS = pkgconfig \ | |||
gst libs plugins tools tests \ | |||
docs \ | |||
- po \ | |||
m4 \ | |||
common \ | |||
data |
@ -1,35 +0,0 @@ | |||
--- a/Makefile.am | |||
+++ b/Makefile.am | |||
@@ -8,7 +8,6 @@ aclocal_DATA = gst-element-check-@GST_AP | |||
SUBDIRS = pkgconfig \ | |||
gst libs plugins tests \ | |||
- docs \ | |||
po \ | |||
m4 \ | |||
common | |||
@@ -20,7 +19,6 @@ endif | |||
# These are all the possible subdirs | |||
DIST_SUBDIRS = pkgconfig \ | |||
gst libs plugins tools tests \ | |||
- docs \ | |||
po \ | |||
m4 \ | |||
common | |||
--- a/Makefile.in | |||
+++ b/Makefile.in | |||
@@ -554,13 +554,12 @@ top_srcdir = @top_srcdir@ | |||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook | |||
aclocaldir = $(datadir)/aclocal | |||
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4 | |||
-SUBDIRS = pkgconfig gst libs plugins tests docs po m4 common \ | |||
+SUBDIRS = pkgconfig gst libs plugins tests po m4 common \ | |||
$(am__append_1) | |||
# These are all the possible subdirs | |||
DIST_SUBDIRS = pkgconfig \ | |||
gst libs plugins tools tests \ | |||
- docs \ | |||
po \ | |||
m4 \ | |||
common |
@ -0,0 +1,46 @@ | |||
diff -u --recursive gstreamer-1.6.2-vanilla/configure.ac gstreamer-1.6.2/configure.ac | |||
--- gstreamer-1.6.2-vanilla/configure.ac 2016-01-01 12:01:10.863324404 -0500 | |||
+++ gstreamer-1.6.2/configure.ac 2016-01-01 12:05:07.794937166 -0500 | |||
@@ -980,21 +980,6 @@ | |||
libs/gst/net/Makefile | |||
plugins/Makefile | |||
plugins/elements/Makefile | |||
-tests/Makefile | |||
-tests/benchmarks/Makefile | |||
-tests/check/Makefile | |||
-tests/misc/Makefile | |||
-tests/examples/Makefile | |||
-tests/examples/adapter/Makefile | |||
-tests/examples/controller/Makefile | |||
-tests/examples/stepping/Makefile | |||
-tests/examples/helloworld/Makefile | |||
-tests/examples/manual/Makefile | |||
-tests/examples/memory/Makefile | |||
-tests/examples/netclock/Makefile | |||
-tests/examples/ptp/Makefile | |||
-tests/examples/streamiddemux/Makefile | |||
-tests/examples/streams/Makefile | |||
tools/Makefile | |||
common/Makefile | |||
common/m4/Makefile | |||
diff -u --recursive gstreamer-1.6.2-vanilla/Makefile.am gstreamer-1.6.2/Makefile.am | |||
--- gstreamer-1.6.2-vanilla/Makefile.am 2016-01-01 12:01:10.862324377 -0500 | |||
+++ gstreamer-1.6.2/Makefile.am 2016-01-01 12:05:03.190808129 -0500 | |||
@@ -7,7 +7,7 @@ | |||
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4 | |||
SUBDIRS = pkgconfig \ | |||
- gst libs plugins tests \ | |||
+ gst libs plugins \ | |||
docs \ | |||
m4 \ | |||
common \ | |||
@@ -19,7 +19,7 @@ | |||
# These are all the possible subdirs | |||
DIST_SUBDIRS = pkgconfig \ | |||
- gst libs plugins tools tests \ | |||
+ gst libs plugins tools \ | |||
docs \ | |||
m4 \ | |||
common \ |
@ -1,37 +0,0 @@ | |||
--- a/Makefile.am | |||
+++ b/Makefile.am | |||
@@ -7,7 +7,7 @@ aclocaldir = $(datadir)/aclocal | |||
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4 | |||
SUBDIRS = pkgconfig \ | |||
- gst libs plugins tests \ | |||
+ gst libs plugins \ | |||
po \ | |||
m4 \ | |||
common | |||
@@ -18,7 +18,7 @@ endif | |||
# These are all the possible subdirs | |||
DIST_SUBDIRS = pkgconfig \ | |||
- gst libs plugins tools tests \ | |||
+ gst libs plugins tools \ | |||
po \ | |||
m4 \ | |||
common | |||
--- a/Makefile.in | |||
+++ b/Makefile.in | |||
@@ -554,12 +554,12 @@ top_srcdir = @top_srcdir@ | |||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook | |||
aclocaldir = $(datadir)/aclocal | |||
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4 | |||
-SUBDIRS = pkgconfig gst libs plugins tests po m4 common \ | |||
+SUBDIRS = pkgconfig gst libs plugins po m4 common \ | |||
$(am__append_1) | |||
# These are all the possible subdirs | |||
DIST_SUBDIRS = pkgconfig \ | |||
- gst libs plugins tools tests \ | |||
+ gst libs plugins tools \ | |||
po \ | |||
m4 \ | |||
common |
@ -0,0 +1,41 @@ | |||
diff -u --recursive gstreamer-1.6.2-vanilla/configure.ac gstreamer-1.6.2/configure.ac | |||
--- gstreamer-1.6.2-vanilla/configure.ac 2016-01-01 12:11:19.150392204 -0500 | |||
+++ gstreamer-1.6.2/configure.ac 2016-01-01 12:06:49.611795028 -0500 | |||
@@ -983,18 +983,6 @@ | |||
tools/Makefile | |||
common/Makefile | |||
common/m4/Makefile | |||
-docs/Makefile | |||
-docs/design/Makefile | |||
-docs/faq/Makefile | |||
-docs/gst/Makefile | |||
-docs/gst/gstreamer.types | |||
-docs/libs/Makefile | |||
-docs/plugins/Makefile | |||
-docs/manual/Makefile | |||
-docs/pwg/Makefile | |||
-docs/slides/Makefile | |||
-docs/xsl/Makefile | |||
-docs/version.entities | |||
m4/Makefile | |||
pkgconfig/Makefile | |||
stamp.h | |||
diff -u --recursive gstreamer-1.6.2-vanilla/Makefile.am gstreamer-1.6.2/Makefile.am | |||
--- gstreamer-1.6.2-vanilla/Makefile.am 2016-01-01 12:11:19.151392233 -0500 | |||
+++ gstreamer-1.6.2/Makefile.am 2016-01-01 12:06:41.546568365 -0500 | |||
@@ -8,7 +8,6 @@ | |||
SUBDIRS = pkgconfig \ | |||
gst libs plugins \ | |||
- docs \ | |||
m4 \ | |||
common \ | |||
data | |||
@@ -20,7 +19,6 @@ | |||
# These are all the possible subdirs | |||
DIST_SUBDIRS = pkgconfig \ | |||
gst libs plugins tools \ | |||
- docs \ | |||
m4 \ | |||
common \ | |||
data |
@ -1,45 +0,0 @@ | |||
--- a/configure.ac | |||
+++ b/configure.ac | |||
@@ -780,7 +780,6 @@ libs/gst/helpers/Makefile | |||
libs/gst/net/Makefile | |||
plugins/Makefile | |||
plugins/elements/Makefile | |||
-po/Makefile.in | |||
tests/Makefile | |||
tests/benchmarks/Makefile | |||
tests/check/Makefile | |||
--- a/Makefile.am | |||
+++ b/Makefile.am | |||
@@ -8,7 +8,6 @@ aclocal_DATA = gst-element-check-@GST_AP | |||
SUBDIRS = pkgconfig \ | |||
gst libs plugins \ | |||
- po \ | |||
m4 \ | |||
common | |||
@@ -19,7 +18,6 @@ endif | |||
# These are all the possible subdirs | |||
DIST_SUBDIRS = pkgconfig \ | |||
gst libs plugins tools \ | |||
- po \ | |||
m4 \ | |||
common | |||
--- a/Makefile.in | |||
+++ b/Makefile.in | |||
@@ -554,13 +554,12 @@ top_srcdir = @top_srcdir@ | |||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook | |||
aclocaldir = $(datadir)/aclocal | |||
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4 | |||
-SUBDIRS = pkgconfig gst libs plugins po m4 common \ | |||
+SUBDIRS = pkgconfig gst libs plugins m4 common \ | |||
$(am__append_1) | |||
# These are all the possible subdirs | |||
DIST_SUBDIRS = pkgconfig \ | |||
gst libs plugins tools \ | |||
- po \ | |||
m4 \ | |||
common | |||