Przeglądaj źródła

gst1-plugins-ugly: update to 1.6.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo 9 lat temu
rodzic
commit
a4dff3ab64

+ 3
- 3
multimedia/gst1-plugins-ugly/Makefile Wyświetl plik

@@ -8,7 +8,7 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=gst1-plugins-ugly
11
-PKG_VERSION:=1.4.5
11
+PKG_VERSION:=1.6.2
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@@ -19,7 +19,7 @@ PKG_LICENSE_FILES:=COPYING
19 19
 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-ugly-$(PKG_VERSION)
20 20
 PKG_SOURCE:=gst-plugins-ugly-$(PKG_VERSION).tar.xz
21 21
 PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-ugly/
22
-PKG_MD5SUM:=6954beed7bb9a93e426dee543ff46393
22
+PKG_MD5SUM:=0f0e30336e3155443cd5bfec5c215d56
23 23
 
24 24
 PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base
25 25
 PKG_CONFIG_DEPENDS:= \
@@ -167,7 +167,7 @@ define GstBuildPlugin
167 167
   $$(eval $$(call BuildPackage,gst1-mod-$(1)))
168 168
 endef
169 169
 
170
-$(eval $(call GstBuildPlugin,asf,ASF demuxer,audio riff rtp rtsp sdp tag,,))
170
+$(eval $(call GstBuildPlugin,asf,ASF demuxer,audio video riff rtp rtsp sdp tag,,))
171 171
 $(eval $(call GstBuildPlugin,lame,MP3 encoder (using LAME),audio,,+lame-lib))
172 172
 $(eval $(call GstBuildPlugin,mad,MP3 decoder (using MAD),audio tag,,+libid3tag +libmad))
173 173
 $(eval $(call GstBuildPlugin,mpeg2dec,MPEG decoder,video,,+libmpeg2))

+ 23
- 0
multimedia/gst1-plugins-ugly/patches/001-no-translations.patch Wyświetl plik

@@ -0,0 +1,23 @@
1
+diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/configure.ac gst-plugins-ugly-1.6.2/configure.ac
2
+--- gst-plugins-ugly-1.6.2-vanilla/configure.ac	2016-01-01 10:47:06.333623730 -0500
3
++++ gst-plugins-ugly-1.6.2/configure.ac	2016-01-01 10:47:20.211613708 -0500
4
+@@ -470,7 +470,6 @@
5
+ tests/Makefile
6
+ tests/check/Makefile
7
+ m4/Makefile
8
+-po/Makefile.in
9
+ pkgconfig/Makefile
10
+ pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
11
+ gst-plugins-ugly.spec
12
+diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/Makefile.am gst-plugins-ugly-1.6.2/Makefile.am
13
+--- gst-plugins-ugly-1.6.2-vanilla/Makefile.am	2016-01-01 10:47:06.333623730 -0500
14
++++ gst-plugins-ugly-1.6.2/Makefile.am	2016-01-01 10:47:14.523210855 -0500
15
+@@ -1,7 +1,7 @@
16
+ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
17
+ 
18
+ SUBDIRS = \
19
+-	gst-libs gst ext docs m4 tests common pkgconfig po
20
++	gst-libs gst ext docs m4 tests common pkgconfig
21
+ 
22
+ # include before EXTRA_DIST for win32 assignment
23
+ include $(top_srcdir)/common/win32.mak

+ 0
- 22
multimedia/gst1-plugins-ugly/patches/001-no_docs.patch Wyświetl plik

@@ -1,22 +0,0 @@
1
---- a/Makefile.am
2
-+++ b/Makefile.am
3
-@@ -1,7 +1,7 @@
4
- DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
5
- 
6
- SUBDIRS = \
7
--	gst-libs gst ext docs m4 tests common pkgconfig po
8
-+	gst-libs gst ext m4 tests common pkgconfig po
9
- 
10
- # include before EXTRA_DIST for win32 assignment
11
- include $(top_srcdir)/common/win32.mak
12
---- a/Makefile.in
13
-+++ b/Makefile.in
14
-@@ -502,7 +502,7 @@ top_builddir = @top_builddir@
15
- top_srcdir = @top_srcdir@
16
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
17
- SUBDIRS = \
18
--	gst-libs gst ext docs m4 tests common pkgconfig po
19
-+	gst-libs gst ext m4 tests common pkgconfig po
20
- 
21
- 
22
- # the MANIFEST contains all win32 related files that should be disted

+ 24
- 0
multimedia/gst1-plugins-ugly/patches/002-no-tests.patch Wyświetl plik

@@ -0,0 +1,24 @@
1
+diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/configure.ac gst-plugins-ugly-1.6.2/configure.ac
2
+--- gst-plugins-ugly-1.6.2-vanilla/configure.ac	2016-01-01 12:01:01.547065731 -0500
3
++++ gst-plugins-ugly-1.6.2/configure.ac	2016-01-01 12:04:18.111545715 -0500
4
+@@ -467,8 +467,6 @@
5
+ docs/Makefile
6
+ docs/plugins/Makefile
7
+ docs/version.entities
8
+-tests/Makefile
9
+-tests/check/Makefile
10
+ m4/Makefile
11
+ pkgconfig/Makefile
12
+ pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
13
+diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/Makefile.am gst-plugins-ugly-1.6.2/Makefile.am
14
+--- gst-plugins-ugly-1.6.2-vanilla/Makefile.am	2016-01-01 12:01:01.547065731 -0500
15
++++ gst-plugins-ugly-1.6.2/Makefile.am	2016-01-01 12:04:12.087377153 -0500
16
+@@ -1,7 +1,7 @@
17
+ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
18
+ 
19
+ SUBDIRS = \
20
+-	gst-libs gst ext docs m4 tests common pkgconfig
21
++	gst-libs gst ext docs m4 common pkgconfig
22
+ 
23
+ # include before EXTRA_DIST for win32 assignment
24
+ include $(top_srcdir)/common/win32.mak

+ 0
- 22
multimedia/gst1-plugins-ugly/patches/002-no_tests.patch Wyświetl plik

@@ -1,22 +0,0 @@
1
---- a/Makefile.am
2
-+++ b/Makefile.am
3
-@@ -1,7 +1,7 @@
4
- DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
5
- 
6
- SUBDIRS = \
7
--	gst-libs gst ext m4 tests common pkgconfig po
8
-+	gst-libs gst ext m4 common pkgconfig po
9
- 
10
- # include before EXTRA_DIST for win32 assignment
11
- include $(top_srcdir)/common/win32.mak
12
---- a/Makefile.in
13
-+++ b/Makefile.in
14
-@@ -502,7 +502,7 @@ top_builddir = @top_builddir@
15
- top_srcdir = @top_srcdir@
16
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
17
- SUBDIRS = \
18
--	gst-libs gst ext m4 tests common pkgconfig po
19
-+	gst-libs gst ext m4 common pkgconfig po
20
- 
21
- 
22
- # the MANIFEST contains all win32 related files that should be disted

+ 25
- 0
multimedia/gst1-plugins-ugly/patches/003-no-docs.patch Wyświetl plik

@@ -0,0 +1,25 @@
1
+diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/configure.ac gst-plugins-ugly-1.6.2/configure.ac
2
+--- gst-plugins-ugly-1.6.2-vanilla/configure.ac	2016-01-01 12:11:03.267943540 -0500
3
++++ gst-plugins-ugly-1.6.2/configure.ac	2016-01-01 12:13:30.992120335 -0500
4
+@@ -464,9 +464,6 @@
5
+ ext/sidplay/Makefile
6
+ ext/twolame/Makefile
7
+ ext/x264/Makefile
8
+-docs/Makefile
9
+-docs/plugins/Makefile
10
+-docs/version.entities
11
+ m4/Makefile
12
+ pkgconfig/Makefile
13
+ pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
14
+diff -u --recursive gst-plugins-ugly-1.6.2-vanilla/Makefile.am gst-plugins-ugly-1.6.2/Makefile.am
15
+--- gst-plugins-ugly-1.6.2-vanilla/Makefile.am	2016-01-01 12:11:03.268943568 -0500
16
++++ gst-plugins-ugly-1.6.2/Makefile.am	2016-01-01 12:13:28.110038773 -0500
17
+@@ -1,7 +1,7 @@
18
+ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
19
+ 
20
+ SUBDIRS = \
21
+-	gst-libs gst ext docs m4 common pkgconfig
22
++	gst-libs gst ext m4 common pkgconfig
23
+ 
24
+ # include before EXTRA_DIST for win32 assignment
25
+ include $(top_srcdir)/common/win32.mak

+ 0
- 32
multimedia/gst1-plugins-ugly/patches/003-no_translations.patch Wyświetl plik

@@ -1,32 +0,0 @@
1
---- a/configure.ac
2
-+++ b/configure.ac
3
-@@ -475,7 +475,6 @@ docs/version.entities
4
- tests/Makefile
5
- tests/check/Makefile
6
- m4/Makefile
7
--po/Makefile.in
8
- pkgconfig/Makefile
9
- pkgconfig/gstreamer-plugins-ugly-uninstalled.pc
10
- gst-plugins-ugly.spec
11
---- a/Makefile.am
12
-+++ b/Makefile.am
13
-@@ -1,7 +1,7 @@
14
- DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
15
- 
16
- SUBDIRS = \
17
--	gst-libs gst ext m4 common pkgconfig po
18
-+	gst-libs gst ext m4 common pkgconfig
19
- 
20
- # include before EXTRA_DIST for win32 assignment
21
- include $(top_srcdir)/common/win32.mak
22
---- a/Makefile.in
23
-+++ b/Makefile.in
24
-@@ -502,7 +502,7 @@ top_builddir = @top_builddir@
25
- top_srcdir = @top_srcdir@
26
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
27
- SUBDIRS = \
28
--	gst-libs gst ext m4 common pkgconfig po
29
-+	gst-libs gst ext m4 common pkgconfig
30
- 
31
- 
32
- # the MANIFEST contains all win32 related files that should be disted