commit
0e6069854f
19 changed files with 123 additions and 152 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2014 OpenWrt.org
|
# Copyright (C) 2006-2015 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -8,14 +8,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gst1-libav
|
PKG_NAME:=gst1-libav
|
||||||
PKG_VERSION:=1.4.4
|
PKG_VERSION:=1.4.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
PKG_SOURCE:=gst-libav-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=gst-libav-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-libav
|
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-libav
|
||||||
PKG_MD5SUM:=64a3e2cda2687132cadca4efdc63f3b4
|
PKG_MD5SUM:=f4922a46adbcbe7bd01331ff5dc7979d
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0 LGPL-2.0
|
PKG_LICENSE:=GPL-2.0 LGPL-2.0
|
||||||
PKG_LICENSE_FILES:=COPYING COPYING.LIB
|
PKG_LICENSE_FILES:=COPYING COPYING.LIB
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gst1-plugins-bad
|
PKG_NAME:=gst1-plugins-bad
|
||||||
PKG_VERSION:=1.4.4
|
PKG_VERSION:=1.4.5
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ PKG_LICENSE_FILES:=COPYING.LIB COPYING
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/
|
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/
|
||||||
PKG_MD5SUM:=972c6e22dd2e44fcf0b04b9d810a56be
|
PKG_MD5SUM:=e0bb39412cf4a48fe0397bcf3a7cd451
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base liboil
|
PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
@ -148,9 +148,11 @@ CONFIGURE_ARGS += \
|
||||||
--disable-schro \
|
--disable-schro \
|
||||||
--disable-zbar \
|
--disable-zbar \
|
||||||
--disable-srtp \
|
--disable-srtp \
|
||||||
|
--disable-hls \
|
||||||
\
|
\
|
||||||
--without-libiconv-prefix \
|
--without-libiconv-prefix \
|
||||||
--without-libintl-prefix \
|
--without-libintl-prefix \
|
||||||
|
--with-libgcrypt-prefix="$(STAGING_DIR)/usr" \
|
||||||
--without-x \
|
--without-x \
|
||||||
|
|
||||||
TARGET_CFLAGS+= -std=gnu99
|
TARGET_CFLAGS+= -std=gnu99
|
||||||
|
|
|
@ -1,18 +1,16 @@
|
||||||
diff -u --recursive gst-plugins-bad-1.0.7-vanilla/configure.ac gst-plugins-bad-1.0.7/configure.ac
|
--- a/configure.ac
|
||||||
--- gst-plugins-bad-1.0.7-vanilla/configure.ac 2013-06-01 19:44:32.199308073 -0500
|
+++ b/configure.ac
|
||||||
+++ gst-plugins-bad-1.0.7/configure.ac 2013-06-01 19:45:27.754119344 -0500
|
@@ -3334,7 +3334,6 @@ ext/timidity/Makefile
|
||||||
@@ -2373,7 +2373,6 @@
|
ext/webp/Makefile
|
||||||
ext/timidity/Makefile
|
|
||||||
ext/xvid/Makefile
|
ext/xvid/Makefile
|
||||||
ext/zbar/Makefile
|
ext/zbar/Makefile
|
||||||
-po/Makefile.in
|
-po/Makefile.in
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
docs/plugins/Makefile
|
docs/plugins/Makefile
|
||||||
docs/libs/Makefile
|
docs/libs/Makefile
|
||||||
diff -u --recursive gst-plugins-bad-1.0.7-vanilla/Makefile.am gst-plugins-bad-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-bad-1.0.7-vanilla/Makefile.am 2013-06-01 19:44:32.165309412 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-bad-1.0.7/Makefile.am 2013-06-01 19:45:39.016675625 -0500
|
@@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
|
||||||
@@ -2,11 +2,11 @@
|
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
gst-libs gst sys ext pkgconfig \
|
gst-libs gst sys ext pkgconfig \
|
||||||
|
@ -26,10 +24,9 @@ diff -u --recursive gst-plugins-bad-1.0.7-vanilla/Makefile.am gst-plugins-bad-1.
|
||||||
|
|
||||||
# include before EXTRA_DIST for win32 assignment
|
# include before EXTRA_DIST for win32 assignment
|
||||||
include $(top_srcdir)/common/win32.mak
|
include $(top_srcdir)/common/win32.mak
|
||||||
diff -u --recursive gst-plugins-bad-1.0.7-vanilla/Makefile.in gst-plugins-bad-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-bad-1.0.7-vanilla/Makefile.in 2013-06-01 19:44:32.217307364 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-bad-1.0.7/Makefile.in 2013-06-01 19:45:44.624454691 -0500
|
@@ -739,11 +739,11 @@ wayland_scanner = @wayland_scanner@
|
||||||
@@ -636,11 +636,11 @@
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
gst-libs gst sys ext pkgconfig \
|
gst-libs gst sys ext pkgconfig \
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gst1-plugins-base
|
PKG_NAME:=gst1-plugins-base
|
||||||
PKG_VERSION:=1.4.4
|
PKG_VERSION:=1.4.5
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ PKG_LICENSE_FILES:=COPYING.LIB COPYING
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-base-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-base-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=gst-plugins-base-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=gst-plugins-base-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-base/
|
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-base/
|
||||||
PKG_MD5SUM:=0c42eca8f9e4efd56d2ce8e9249ce4a1
|
PKG_MD5SUM:=357165af625c0ca353ab47c5d843920e
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:= libgstreamer1 liboil
|
PKG_BUILD_DEPENDS:= libgstreamer1
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_PACKAGE_gst1-mod-alsa \
|
CONFIG_PACKAGE_gst1-mod-alsa \
|
||||||
CONFIG_PACKAGE_gst1-mod-app \
|
CONFIG_PACKAGE_gst1-mod-app \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.am gst-plugins-base-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-base-1.0.7-vanilla/Makefile.am 2013-06-01 22:38:30.495678685 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-base-1.0.7/Makefile.am 2013-06-01 22:39:04.374335121 -0500
|
@@ -12,14 +12,12 @@ SUBDIRS = \
|
||||||
@@ -12,14 +12,12 @@
|
|
||||||
gst sys $(SUBDIRS_EXT) \
|
gst sys $(SUBDIRS_EXT) \
|
||||||
tools \
|
tools \
|
||||||
tests \
|
tests \
|
||||||
|
@ -16,10 +15,9 @@ diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.am gst-plugins-base-
|
||||||
gst-libs \
|
gst-libs \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
tools \
|
tools \
|
||||||
diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.in gst-plugins-base-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-base-1.0.7-vanilla/Makefile.in 2013-06-01 22:38:30.527677416 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-base-1.0.7/Makefile.in 2013-06-01 22:38:59.110543873 -0500
|
@@ -539,14 +539,12 @@ SUBDIRS = \
|
||||||
@@ -493,14 +493,12 @@
|
|
||||||
gst sys $(SUBDIRS_EXT) \
|
gst sys $(SUBDIRS_EXT) \
|
||||||
tools \
|
tools \
|
||||||
tests \
|
tests \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.am gst-plugins-base-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-base-1.0.7-vanilla/Makefile.am 2013-06-01 19:49:37.986260708 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-base-1.0.7/Makefile.am 2013-06-01 19:49:54.998590479 -0500
|
@@ -11,7 +11,6 @@ SUBDIRS = \
|
||||||
@@ -11,7 +11,6 @@
|
|
||||||
gst-libs \
|
gst-libs \
|
||||||
gst sys $(SUBDIRS_EXT) \
|
gst sys $(SUBDIRS_EXT) \
|
||||||
tools \
|
tools \
|
||||||
|
@ -9,7 +8,7 @@ diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.am gst-plugins-base-
|
||||||
po \
|
po \
|
||||||
common \
|
common \
|
||||||
m4
|
m4
|
||||||
@@ -21,7 +20,6 @@
|
@@ -21,7 +20,6 @@ DIST_SUBDIRS = \
|
||||||
gst-libs \
|
gst-libs \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
tools \
|
tools \
|
||||||
|
@ -17,10 +16,9 @@ diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.am gst-plugins-base-
|
||||||
po \
|
po \
|
||||||
common \
|
common \
|
||||||
m4
|
m4
|
||||||
diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.in gst-plugins-base-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-base-1.0.7-vanilla/Makefile.in 2013-06-01 19:49:37.987260668 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-base-1.0.7/Makefile.in 2013-06-01 19:49:58.374457466 -0500
|
@@ -538,7 +538,6 @@ SUBDIRS = \
|
||||||
@@ -492,7 +492,6 @@
|
|
||||||
gst-libs \
|
gst-libs \
|
||||||
gst sys $(SUBDIRS_EXT) \
|
gst sys $(SUBDIRS_EXT) \
|
||||||
tools \
|
tools \
|
||||||
|
@ -28,7 +26,7 @@ diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.in gst-plugins-base-
|
||||||
po \
|
po \
|
||||||
common \
|
common \
|
||||||
m4
|
m4
|
||||||
@@ -502,7 +501,6 @@
|
@@ -548,7 +547,6 @@ DIST_SUBDIRS = \
|
||||||
gst-libs \
|
gst-libs \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
tools \
|
tools \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gst-plugins-base-1.0.7-vanilla/configure.ac gst-plugins-base-1.0.7/configure.ac
|
--- a/configure.ac
|
||||||
--- gst-plugins-base-1.0.7-vanilla/configure.ac 2013-06-01 19:48:21.931257133 -0500
|
+++ b/configure.ac
|
||||||
+++ gst-plugins-base-1.0.7/configure.ac 2013-06-01 19:51:30.371829534 -0500
|
@@ -918,7 +918,6 @@ docs/design/Makefile
|
||||||
@@ -923,7 +923,6 @@
|
|
||||||
docs/libs/Makefile
|
docs/libs/Makefile
|
||||||
docs/plugins/Makefile
|
docs/plugins/Makefile
|
||||||
docs/version.entities
|
docs/version.entities
|
||||||
|
@ -9,10 +8,9 @@ diff -u --recursive gst-plugins-base-1.0.7-vanilla/configure.ac gst-plugins-base
|
||||||
common/Makefile
|
common/Makefile
|
||||||
common/m4/Makefile
|
common/m4/Makefile
|
||||||
m4/Makefile
|
m4/Makefile
|
||||||
diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.am gst-plugins-base-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-base-1.0.7-vanilla/Makefile.am 2013-06-01 19:50:30.232202309 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-base-1.0.7/Makefile.am 2013-06-01 19:50:58.973069965 -0500
|
@@ -11,7 +11,6 @@ SUBDIRS = \
|
||||||
@@ -11,7 +11,6 @@
|
|
||||||
gst-libs \
|
gst-libs \
|
||||||
gst sys $(SUBDIRS_EXT) \
|
gst sys $(SUBDIRS_EXT) \
|
||||||
tools \
|
tools \
|
||||||
|
@ -20,7 +18,7 @@ diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.am gst-plugins-base-
|
||||||
common \
|
common \
|
||||||
m4
|
m4
|
||||||
|
|
||||||
@@ -20,7 +19,6 @@
|
@@ -20,7 +19,6 @@ DIST_SUBDIRS = \
|
||||||
gst-libs \
|
gst-libs \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
tools \
|
tools \
|
||||||
|
@ -28,10 +26,9 @@ diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.am gst-plugins-base-
|
||||||
common \
|
common \
|
||||||
m4
|
m4
|
||||||
|
|
||||||
diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.in gst-plugins-base-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-base-1.0.7-vanilla/Makefile.in 2013-06-01 19:50:30.233202273 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-base-1.0.7/Makefile.in 2013-06-01 19:51:22.796130711 -0500
|
@@ -538,7 +538,6 @@ SUBDIRS = \
|
||||||
@@ -492,7 +492,6 @@
|
|
||||||
gst-libs \
|
gst-libs \
|
||||||
gst sys $(SUBDIRS_EXT) \
|
gst sys $(SUBDIRS_EXT) \
|
||||||
tools \
|
tools \
|
||||||
|
@ -39,7 +36,7 @@ diff -u --recursive gst-plugins-base-1.0.7-vanilla/Makefile.in gst-plugins-base-
|
||||||
common \
|
common \
|
||||||
m4
|
m4
|
||||||
|
|
||||||
@@ -501,7 +500,6 @@
|
@@ -547,7 +546,6 @@ DIST_SUBDIRS = \
|
||||||
gst-libs \
|
gst-libs \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
tools \
|
tools \
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gst1-plugins-good
|
PKG_NAME:=gst1-plugins-good
|
||||||
PKG_VERSION:=1.4.4
|
PKG_VERSION:=1.4.5
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-good/
|
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-good/
|
||||||
PKG_MD5SUM:=673cf9276952bd3937dafd817c9ead2b
|
PKG_MD5SUM:=eaf1a6daf73749bc423feac301d60038
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base liboil
|
PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.am gst-plugins-good-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-good-1.0.7-vanilla/Makefile.am 2013-06-01 19:54:57.652601127 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-good-1.0.7/Makefile.am 2013-06-01 19:55:15.281902215 -0500
|
@@ -3,7 +3,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
|
||||||
@@ -3,7 +3,6 @@
|
|
||||||
ALWAYS_SUBDIRS = \
|
ALWAYS_SUBDIRS = \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
tests \
|
tests \
|
||||||
|
@ -9,10 +8,9 @@ diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.am gst-plugins-good-
|
||||||
po \
|
po \
|
||||||
common \
|
common \
|
||||||
m4 \
|
m4 \
|
||||||
diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.in gst-plugins-good-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-good-1.0.7-vanilla/Makefile.in 2013-06-01 19:54:57.692599541 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-good-1.0.7/Makefile.in 2013-06-01 19:55:23.025595255 -0500
|
@@ -571,7 +571,6 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk
|
||||||
@@ -523,7 +523,6 @@
|
|
||||||
ALWAYS_SUBDIRS = \
|
ALWAYS_SUBDIRS = \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
tests \
|
tests \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.am gst-plugins-good-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-good-1.0.7-vanilla/Makefile.am 2013-06-01 19:56:00.995090476 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-good-1.0.7/Makefile.am 2013-06-01 19:56:12.911618318 -0500
|
@@ -2,7 +2,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
|
||||||
@@ -2,7 +2,6 @@
|
|
||||||
|
|
||||||
ALWAYS_SUBDIRS = \
|
ALWAYS_SUBDIRS = \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
|
@ -9,10 +8,9 @@ diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.am gst-plugins-good-
|
||||||
po \
|
po \
|
||||||
common \
|
common \
|
||||||
m4 \
|
m4 \
|
||||||
diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.in gst-plugins-good-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-good-1.0.7-vanilla/Makefile.in 2013-06-01 19:56:00.995090476 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-good-1.0.7/Makefile.in 2013-06-01 19:56:16.655469989 -0500
|
@@ -570,7 +570,6 @@ top_srcdir = @top_srcdir@
|
||||||
@@ -522,7 +522,6 @@
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
ALWAYS_SUBDIRS = \
|
ALWAYS_SUBDIRS = \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gst-plugins-good-1.0.7-vanilla/configure.ac gst-plugins-good-1.0.7/configure.ac
|
--- a/configure.ac
|
||||||
--- gst-plugins-good-1.0.7-vanilla/configure.ac 2013-06-01 19:56:23.004218467 -0500
|
+++ b/configure.ac
|
||||||
+++ gst-plugins-good-1.0.7/configure.ac 2013-06-01 19:56:52.919033496 -0500
|
@@ -1083,7 +1083,6 @@ sys/sunaudio/Makefile
|
||||||
@@ -1157,7 +1157,6 @@
|
|
||||||
sys/v4l2/Makefile
|
sys/v4l2/Makefile
|
||||||
sys/waveform/Makefile
|
sys/waveform/Makefile
|
||||||
sys/ximage/Makefile
|
sys/ximage/Makefile
|
||||||
|
@ -9,10 +8,9 @@ diff -u --recursive gst-plugins-good-1.0.7-vanilla/configure.ac gst-plugins-good
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/check/Makefile
|
tests/check/Makefile
|
||||||
tests/examples/Makefile
|
tests/examples/Makefile
|
||||||
diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.am gst-plugins-good-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-good-1.0.7-vanilla/Makefile.am 2013-06-01 19:56:23.043216922 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-good-1.0.7/Makefile.am 2013-06-01 19:56:43.671399777 -0500
|
@@ -2,7 +2,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
|
||||||
@@ -2,7 +2,6 @@
|
|
||||||
|
|
||||||
ALWAYS_SUBDIRS = \
|
ALWAYS_SUBDIRS = \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
|
@ -20,10 +18,9 @@ diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.am gst-plugins-good-
|
||||||
common \
|
common \
|
||||||
m4 \
|
m4 \
|
||||||
pkgconfig
|
pkgconfig
|
||||||
diff -u --recursive gst-plugins-good-1.0.7-vanilla/Makefile.in gst-plugins-good-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-good-1.0.7-vanilla/Makefile.in 2013-06-01 19:56:23.043216922 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-good-1.0.7/Makefile.in 2013-06-01 19:56:47.703240080 -0500
|
@@ -570,7 +570,6 @@ top_srcdir = @top_srcdir@
|
||||||
@@ -522,7 +522,6 @@
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
ALWAYS_SUBDIRS = \
|
ALWAYS_SUBDIRS = \
|
||||||
gst sys ext \
|
gst sys ext \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2009-2014 OpenWrt.org
|
# Copyright (C) 2009-2015 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gst1-plugins-ugly
|
PKG_NAME:=gst1-plugins-ugly
|
||||||
PKG_VERSION:=1.4.4
|
PKG_VERSION:=1.4.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
@ -19,9 +19,9 @@ PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-ugly-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-ugly-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=gst-plugins-ugly-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=gst-plugins-ugly-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-ugly/
|
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-ugly/
|
||||||
PKG_MD5SUM:=abd832c5cab1a37fb1d9d15fb08e6e59
|
PKG_MD5SUM:=6954beed7bb9a93e426dee543ff46393
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base liboil
|
PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_PACKAGE_gst1-mod-asf \
|
CONFIG_PACKAGE_gst1-mod-asf \
|
||||||
CONFIG_PACKAGE_gst1-mod-lame \
|
CONFIG_PACKAGE_gst1-mod-lame \
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/Makefile.am gst-plugins-ugly-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-ugly-1.0.7-vanilla/Makefile.am 2013-06-01 19:58:12.400886469 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-ugly-1.0.7/Makefile.am 2013-06-01 19:58:33.306059047 -0500
|
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
|
@ -10,10 +9,9 @@ diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/Makefile.am gst-plugins-ugly-
|
||||||
|
|
||||||
# include before EXTRA_DIST for win32 assignment
|
# include before EXTRA_DIST for win32 assignment
|
||||||
include $(top_srcdir)/common/win32.mak
|
include $(top_srcdir)/common/win32.mak
|
||||||
diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/Makefile.in gst-plugins-ugly-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-ugly-1.0.7-vanilla/Makefile.in 2013-06-01 19:58:12.412885994 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-ugly-1.0.7/Makefile.in 2013-06-01 19:58:39.810801615 -0500
|
@@ -502,7 +502,7 @@ top_builddir = @top_builddir@
|
||||||
@@ -453,7 +453,7 @@
|
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/Makefile.am gst-plugins-ugly-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-ugly-1.0.7-vanilla/Makefile.am 2013-06-01 19:59:16.988330482 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-ugly-1.0.7/Makefile.am 2013-06-01 19:59:28.455876771 -0500
|
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
|
@ -10,10 +9,9 @@ diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/Makefile.am gst-plugins-ugly-
|
||||||
|
|
||||||
# include before EXTRA_DIST for win32 assignment
|
# include before EXTRA_DIST for win32 assignment
|
||||||
include $(top_srcdir)/common/win32.mak
|
include $(top_srcdir)/common/win32.mak
|
||||||
diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/Makefile.in gst-plugins-ugly-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-ugly-1.0.7-vanilla/Makefile.in 2013-06-01 19:59:16.988330482 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-ugly-1.0.7/Makefile.in 2013-06-01 19:59:39.840426385 -0500
|
@@ -502,7 +502,7 @@ top_builddir = @top_builddir@
|
||||||
@@ -453,7 +453,7 @@
|
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/configure.ac gst-plugins-ugly-1.0.7/configure.ac
|
--- a/configure.ac
|
||||||
--- gst-plugins-ugly-1.0.7-vanilla/configure.ac 2013-06-01 19:59:46.199174835 -0500
|
+++ b/configure.ac
|
||||||
+++ gst-plugins-ugly-1.0.7/configure.ac 2013-06-01 20:00:29.709453831 -0500
|
@@ -475,7 +475,6 @@ docs/version.entities
|
||||||
@@ -479,7 +479,6 @@
|
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/check/Makefile
|
tests/check/Makefile
|
||||||
m4/Makefile
|
m4/Makefile
|
||||||
|
@ -9,9 +8,8 @@ diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/configure.ac gst-plugins-ugly
|
||||||
pkgconfig/Makefile
|
pkgconfig/Makefile
|
||||||
pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
|
pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
|
||||||
gst-plugins-ugly.spec
|
gst-plugins-ugly.spec
|
||||||
diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/Makefile.am gst-plugins-ugly-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gst-plugins-ugly-1.0.7-vanilla/Makefile.am 2013-06-01 19:59:46.210174399 -0500
|
+++ b/Makefile.am
|
||||||
+++ gst-plugins-ugly-1.0.7/Makefile.am 2013-06-01 20:00:11.351179921 -0500
|
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
|
@ -21,10 +19,9 @@ diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/Makefile.am gst-plugins-ugly-
|
||||||
|
|
||||||
# include before EXTRA_DIST for win32 assignment
|
# include before EXTRA_DIST for win32 assignment
|
||||||
include $(top_srcdir)/common/win32.mak
|
include $(top_srcdir)/common/win32.mak
|
||||||
diff -u --recursive gst-plugins-ugly-1.0.7-vanilla/Makefile.in gst-plugins-ugly-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gst-plugins-ugly-1.0.7-vanilla/Makefile.in 2013-06-01 19:59:46.210174399 -0500
|
+++ b/Makefile.in
|
||||||
+++ gst-plugins-ugly-1.0.7/Makefile.in 2013-06-01 20:00:20.222829049 -0500
|
@@ -502,7 +502,7 @@ top_builddir = @top_builddir@
|
||||||
@@ -453,7 +453,7 @@
|
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2014 OpenWrt.org
|
# Copyright (C) 2008-2015 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -8,8 +8,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gstreamer1
|
PKG_NAME:=gstreamer1
|
||||||
PKG_VERSION:=1.4.4
|
PKG_VERSION:=1.4.5
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ PKG_LICENSE_FILES:=COPYING
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/gstreamer-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/gstreamer-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gstreamer/
|
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gstreamer/
|
||||||
PKG_MD5SUM:=98f4a6d45a28dd195144baef0244ba38
|
PKG_MD5SUM:=88a9289c64a4950ebb4f544980234289
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_REMOVE_FILES:=autogen.sh aclocal.m4
|
PKG_REMOVE_FILES:=autogen.sh aclocal.m4
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gstreamer-1.0.7-vanilla/Makefile.am 2013-06-01 18:47:44.498057069 -0500
|
+++ b/Makefile.am
|
||||||
+++ gstreamer-1.0.7/Makefile.am 2013-06-01 19:01:41.634143861 -0500
|
@@ -8,7 +8,6 @@ aclocal_DATA = gst-element-check-@GST_AP
|
||||||
@@ -8,7 +8,6 @@
|
|
||||||
|
|
||||||
SUBDIRS = pkgconfig \
|
SUBDIRS = pkgconfig \
|
||||||
gst libs plugins tests \
|
gst libs plugins tests \
|
||||||
|
@ -9,7 +8,7 @@ diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile
|
||||||
po \
|
po \
|
||||||
m4 \
|
m4 \
|
||||||
common
|
common
|
||||||
@@ -20,7 +19,6 @@
|
@@ -20,7 +19,6 @@ endif
|
||||||
# These are all the possible subdirs
|
# These are all the possible subdirs
|
||||||
DIST_SUBDIRS = pkgconfig \
|
DIST_SUBDIRS = pkgconfig \
|
||||||
gst libs plugins tools tests \
|
gst libs plugins tools tests \
|
||||||
|
@ -17,10 +16,9 @@ diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile
|
||||||
po \
|
po \
|
||||||
m4 \
|
m4 \
|
||||||
common
|
common
|
||||||
diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.in gstreamer-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gstreamer-1.0.7-vanilla/Makefile.in 2013-06-01 18:47:44.533056863 -0500
|
+++ b/Makefile.in
|
||||||
+++ gstreamer-1.0.7/Makefile.in 2013-06-01 19:02:04.529246907 -0500
|
@@ -554,13 +554,12 @@ top_srcdir = @top_srcdir@
|
||||||
@@ -508,13 +508,12 @@
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
|
||||||
aclocaldir = $(datadir)/aclocal
|
aclocaldir = $(datadir)/aclocal
|
||||||
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
|
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gstreamer-1.0.7-vanilla/Makefile.am 2013-06-01 19:22:31.546496381 -0500
|
+++ b/Makefile.am
|
||||||
+++ gstreamer-1.0.7/Makefile.am 2013-06-01 19:20:38.141070908 -0500
|
@@ -7,7 +7,7 @@ aclocaldir = $(datadir)/aclocal
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
|
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
|
||||||
|
|
||||||
SUBDIRS = pkgconfig \
|
SUBDIRS = pkgconfig \
|
||||||
|
@ -10,7 +9,7 @@ diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile
|
||||||
po \
|
po \
|
||||||
m4 \
|
m4 \
|
||||||
common
|
common
|
||||||
@@ -18,7 +18,7 @@
|
@@ -18,7 +18,7 @@ endif
|
||||||
|
|
||||||
# These are all the possible subdirs
|
# These are all the possible subdirs
|
||||||
DIST_SUBDIRS = pkgconfig \
|
DIST_SUBDIRS = pkgconfig \
|
||||||
|
@ -19,10 +18,9 @@ diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile
|
||||||
po \
|
po \
|
||||||
m4 \
|
m4 \
|
||||||
common
|
common
|
||||||
diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.in gstreamer-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gstreamer-1.0.7-vanilla/Makefile.in 2013-06-01 19:22:31.547496342 -0500
|
+++ b/Makefile.in
|
||||||
+++ gstreamer-1.0.7/Makefile.in 2013-06-01 19:20:48.948632307 -0500
|
@@ -554,12 +554,12 @@ top_srcdir = @top_srcdir@
|
||||||
@@ -508,12 +508,12 @@
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
|
||||||
aclocaldir = $(datadir)/aclocal
|
aclocaldir = $(datadir)/aclocal
|
||||||
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
|
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
diff -u --recursive gstreamer-1.0.7-vanilla/configure.ac gstreamer-1.0.7/configure.ac
|
--- a/configure.ac
|
||||||
--- gstreamer-1.0.7-vanilla/configure.ac 2013-06-01 18:47:44.506057110 -0500
|
+++ b/configure.ac
|
||||||
+++ gstreamer-1.0.7/configure.ac 2013-06-01 19:24:05.035756124 -0500
|
@@ -780,7 +780,6 @@ libs/gst/helpers/Makefile
|
||||||
@@ -769,7 +769,6 @@
|
|
||||||
libs/gst/net/Makefile
|
libs/gst/net/Makefile
|
||||||
plugins/Makefile
|
plugins/Makefile
|
||||||
plugins/elements/Makefile
|
plugins/elements/Makefile
|
||||||
|
@ -9,10 +8,9 @@ diff -u --recursive gstreamer-1.0.7-vanilla/configure.ac gstreamer-1.0.7/configu
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/benchmarks/Makefile
|
tests/benchmarks/Makefile
|
||||||
tests/check/Makefile
|
tests/check/Makefile
|
||||||
diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile.am
|
--- a/Makefile.am
|
||||||
--- gstreamer-1.0.7-vanilla/Makefile.am 2013-06-01 19:23:08.361020919 -0500
|
+++ b/Makefile.am
|
||||||
+++ gstreamer-1.0.7/Makefile.am 2013-06-01 19:24:15.036357308 -0500
|
@@ -8,7 +8,6 @@ aclocal_DATA = gst-element-check-@GST_AP
|
||||||
@@ -8,7 +8,6 @@
|
|
||||||
|
|
||||||
SUBDIRS = pkgconfig \
|
SUBDIRS = pkgconfig \
|
||||||
gst libs plugins \
|
gst libs plugins \
|
||||||
|
@ -20,7 +18,7 @@ diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile
|
||||||
m4 \
|
m4 \
|
||||||
common
|
common
|
||||||
|
|
||||||
@@ -19,7 +18,6 @@
|
@@ -19,7 +18,6 @@ endif
|
||||||
# These are all the possible subdirs
|
# These are all the possible subdirs
|
||||||
DIST_SUBDIRS = pkgconfig \
|
DIST_SUBDIRS = pkgconfig \
|
||||||
gst libs plugins tools \
|
gst libs plugins tools \
|
||||||
|
@ -28,10 +26,9 @@ diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.am gstreamer-1.0.7/Makefile
|
||||||
m4 \
|
m4 \
|
||||||
common
|
common
|
||||||
|
|
||||||
diff -u --recursive gstreamer-1.0.7-vanilla/Makefile.in gstreamer-1.0.7/Makefile.in
|
--- a/Makefile.in
|
||||||
--- gstreamer-1.0.7-vanilla/Makefile.in 2013-06-01 19:23:08.362020867 -0500
|
+++ b/Makefile.in
|
||||||
+++ gstreamer-1.0.7/Makefile.in 2013-06-01 19:24:27.907844191 -0500
|
@@ -554,13 +554,12 @@ top_srcdir = @top_srcdir@
|
||||||
@@ -508,13 +508,12 @@
|
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-docbook
|
||||||
aclocaldir = $(datadir)/aclocal
|
aclocaldir = $(datadir)/aclocal
|
||||||
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
|
aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4
|
||||||
|
|
Loading…
Reference in a new issue