]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- rel 5; fix build for new celt; BR lv2core-devel auto/th/gstreamer-plugins-bad-0_10_21-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 27 Feb 2011 19:48:00 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad-celt.patch -> 1.3
    gstreamer-plugins-bad.spec -> 1.91

gstreamer-plugins-bad-celt.patch [new file with mode: 0644]
gstreamer-plugins-bad.spec

diff --git a/gstreamer-plugins-bad-celt.patch b/gstreamer-plugins-bad-celt.patch
new file mode 100644 (file)
index 0000000..f4890f1
--- /dev/null
@@ -0,0 +1,13 @@
+--- gst-plugins-bad-0.10.21/ext/celt/gstceltenc.c~     2010-12-07 17:22:30.000000000 +0100
++++ gst-plugins-bad-0.10.21/ext/celt/gstceltenc.c      2011-02-27 20:27:44.205703990 +0100
+@@ -629,7 +629,9 @@
+   if (!enc->mode)
+     goto mode_initialization_failed;
+-#ifdef HAVE_CELT_0_7
++#ifdef HAVE_CELT_0_8
++  celt_header_init (&enc->header, enc->mode, enc->frame_size, enc->channels);
++#elif defined(HAVE_CELT_0_7)
+   celt_header_init (&enc->header, enc->mode, enc->channels);
+ #else
+   celt_header_init (&enc->header, enc->mode);
index 8bc4818dab57e602bc042c1934a4ccdd3ed11002..939d78ef6df388f6108e12f98b653158cb3f4ef2 100644 (file)
@@ -33,7 +33,7 @@ Summary:      Bad GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):     Złe wtyczki do środowiska obróbki strumieni GStreamer
 Name:          gstreamer-plugins-bad
 Version:       0.10.21
-Release:       4
+Release:       5
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.bz2
@@ -43,6 +43,7 @@ Patch1:               %{name}-libdts.patch
 Patch2:                %{name}-divx4linux.patch
 Patch4:                %{name}-timidity.patch
 Patch5:                %{name}-nas.patch
+Patch6:                %{name}-celt.patch
 URL:           http://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.10
@@ -110,6 +111,7 @@ BuildRequires:      libtiger-devel >= 0.3.2
 BuildRequires: libtimidity-devel
 BuildRequires: libvpx-devel
 BuildRequires: libx264-devel >= 0.1.2
+BuildRequires: lv2core-devel
 %{?with_mjpegtools:BuildRequires:      mjpegtools-devel >= 1.9.0}
 BuildRequires: nas-devel
 %{?with_neon:BuildRequires:    neon-devel >= 0.27.0}
@@ -679,6 +681,7 @@ Wtyczka do GStreamera skanująca kody kreskowe.
 %patch2 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 %{__libtoolize}
This page took 0.721729 seconds and 4 git commands to generate.