Przeglądaj źródła

gst1-plugins-bad: update to 1.6.2

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

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

@@ -8,8 +8,8 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=gst1-plugins-bad
11
-PKG_VERSION:=1.4.5
12
-PKG_RELEASE:=3
11
+PKG_VERSION:=1.6.2
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
15 15
 
@@ -19,7 +19,7 @@ PKG_LICENSE_FILES:=COPYING.LIB COPYING
19 19
 PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION)
20 20
 PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz
21 21
 PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/
22
-PKG_MD5SUM:=e0bb39412cf4a48fe0397bcf3a7cd451
22
+PKG_MD5SUM:=7c73bec1d389f0e184ebbbbb9e9f883d
23 23
 
24 24
 PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base
25 25
 

+ 0
- 42
multimedia/gst1-plugins-bad/patches/000-gettext.patch Wyświetl plik

@@ -1,42 +0,0 @@
1
---- a/configure.ac
2
-+++ b/configure.ac
3
-@@ -3334,7 +3334,6 @@ ext/timidity/Makefile
4
- ext/webp/Makefile
5
- ext/xvid/Makefile
6
- ext/zbar/Makefile
7
--po/Makefile.in
8
- docs/Makefile
9
- docs/plugins/Makefile
10
- docs/libs/Makefile
11
---- a/Makefile.am
12
-+++ b/Makefile.am
13
-@@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
14
- 
15
- SUBDIRS = \
16
- 	gst-libs gst sys ext pkgconfig \
17
--	m4 common docs tests po tools
18
-+	m4 common docs tests tools
19
- 
20
- DIST_SUBDIRS = \
21
- 	gst gst-libs sys ext pkgconfig \
22
--	m4 common docs tests po tools
23
-+	m4 common docs tests tools
24
- 
25
- # include before EXTRA_DIST for win32 assignment
26
- include $(top_srcdir)/common/win32.mak
27
---- a/Makefile.in
28
-+++ b/Makefile.in
29
-@@ -739,11 +739,11 @@ wayland_scanner = @wayland_scanner@
30
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
31
- SUBDIRS = \
32
- 	gst-libs gst sys ext pkgconfig \
33
--	m4 common docs tests po tools
34
-+	m4 common docs tests tools
35
- 
36
- DIST_SUBDIRS = \
37
- 	gst gst-libs sys ext pkgconfig \
38
--	m4 common docs tests po tools
39
-+	m4 common docs tests tools
40
- 
41
- 
42
- # the MANIFEST contains all win32 related files that should be disted

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

@@ -0,0 +1,28 @@
1
+diff -u --recursive gst-plugins-bad-1.6.2-vanilla/configure.ac gst-plugins-bad-1.6.2/configure.ac
2
+--- gst-plugins-bad-1.6.2-vanilla/configure.ac	2016-01-01 10:40:17.883755147 -0500
3
++++ gst-plugins-bad-1.6.2/configure.ac	2016-01-01 10:41:14.832426692 -0500
4
+@@ -3455,7 +3455,6 @@
5
+ ext/xvid/Makefile
6
+ ext/zbar/Makefile
7
+ ext/dtls/Makefile
8
+-po/Makefile.in
9
+ docs/Makefile
10
+ docs/plugins/Makefile
11
+ docs/libs/Makefile
12
+diff -u --recursive gst-plugins-bad-1.6.2-vanilla/Makefile.am gst-plugins-bad-1.6.2/Makefile.am
13
+--- gst-plugins-bad-1.6.2-vanilla/Makefile.am	2016-01-01 10:40:17.883755147 -0500
14
++++ gst-plugins-bad-1.6.2/Makefile.am	2016-01-01 10:41:47.607858580 -0500
15
+@@ -2,11 +2,11 @@
16
+ 
17
+ SUBDIRS = \
18
+ 	gst-libs gst sys ext pkgconfig \
19
+-	m4 common docs tests po tools
20
++	m4 common docs tests tools
21
+ 
22
+ DIST_SUBDIRS = \
23
+ 	gst gst-libs sys ext pkgconfig \
24
+-	m4 common docs tests po tools
25
++	m4 common docs tests tools
26
+ 
27
+ # include before EXTRA_DIST for win32 assignment
28
+ include $(top_srcdir)/common/win32.mak

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

@@ -0,0 +1,58 @@
1
+diff -u --recursive gst-plugins-bad-1.6.2-vanilla/configure.ac gst-plugins-bad-1.6.2/configure.ac
2
+--- gst-plugins-bad-1.6.2-vanilla/configure.ac	2016-01-01 11:58:54.503551141 -0500
3
++++ gst-plugins-bad-1.6.2/configure.ac	2016-01-01 11:50:38.388185503 -0500
4
+@@ -3355,37 +3355,6 @@
5
+ sys/wininet/Makefile
6
+ sys/winks/Makefile
7
+ sys/winscreencap/Makefile
8
+-tests/Makefile
9
+-tests/check/Makefile
10
+-tests/files/Makefile
11
+-tests/examples/Makefile
12
+-tests/examples/avsamplesink/Makefile
13
+-tests/examples/camerabin2/Makefile
14
+-tests/examples/codecparsers/Makefile
15
+-tests/examples/directfb/Makefile
16
+-tests/examples/gl/Makefile
17
+-tests/examples/gl/cocoa/Makefile
18
+-tests/examples/gl/clutter/Makefile
19
+-tests/examples/gl/generic/Makefile
20
+-tests/examples/gl/generic/cube/Makefile
21
+-tests/examples/gl/generic/cubeyuv/Makefile
22
+-tests/examples/gl/generic/doublecube/Makefile
23
+-tests/examples/gl/generic/recordgraphic/Makefile
24
+-tests/examples/gl/gtk/Makefile
25
+-tests/examples/gl/gtk/gtkvideooverlay/Makefile
26
+-tests/examples/gl/gtk/3dvideo/Makefile
27
+-tests/examples/gl/gtk/filternovideooverlay/Makefile
28
+-tests/examples/gl/gtk/filtervideooverlay/Makefile
29
+-tests/examples/gl/gtk/fxtest/Makefile
30
+-tests/examples/gl/gtk/switchvideooverlay/Makefile
31
+-tests/examples/gl/qt/Makefile
32
+-tests/examples/gl/sdl/Makefile
33
+-tests/examples/gtk/Makefile
34
+-tests/examples/mpegts/Makefile
35
+-tests/examples/mxf/Makefile
36
+-tests/examples/opencv/Makefile
37
+-tests/examples/uvch264/Makefile
38
+-tests/icles/Makefile
39
+ ext/voamrwbenc/Makefile
40
+ ext/voaacenc/Makefile
41
+ ext/assrender/Makefile
42
+diff -u --recursive gst-plugins-bad-1.6.2-vanilla/Makefile.am gst-plugins-bad-1.6.2/Makefile.am
43
+--- gst-plugins-bad-1.6.2-vanilla/Makefile.am	2016-01-01 11:58:54.504551169 -0500
44
++++ gst-plugins-bad-1.6.2/Makefile.am	2016-01-01 11:50:06.848314203 -0500
45
+@@ -2,11 +2,11 @@
46
+ 
47
+ SUBDIRS = \
48
+ 	gst-libs gst sys ext pkgconfig \
49
+-	m4 common docs tests tools
50
++	m4 common docs tools
51
+ 
52
+ DIST_SUBDIRS = \
53
+ 	gst gst-libs sys ext pkgconfig \
54
+-	m4 common docs tests tools
55
++	m4 common docs tools
56
+ 
57
+ # include before EXTRA_DIST for win32 assignment
58
+ include $(top_srcdir)/common/win32.mak