Author: arekm                        Date: Sun Feb 27 19:48:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 5; fix build for new celt; BR lv2core-devel

---- Files affected:
packages/gstreamer-plugins-bad:
   gstreamer-plugins-bad.spec (1.90 -> 1.91) , gstreamer-plugins-bad-celt.patch 
(1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec
diff -u packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec:1.90 
packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec:1.91
--- packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec:1.90      Sun Feb 
27 08:53:35 2011
+++ packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec   Sun Feb 27 
20:48:00 2011
@@ -34,7 +34,7 @@
 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
@@ -44,6 +44,7 @@
 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
@@ -111,6 +112,7 @@
 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}
@@ -680,6 +682,7 @@
 %patch2 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 %{__libtoolize}
@@ -1063,6 +1066,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.91  2011/02/27 19:48:00  arekm
+- rel 5; fix build for new celt; BR lv2core-devel
+
 Revision 1.90  2011/02/27 07:53:35  arekm
 - release 4
 

================================================================
Index: packages/gstreamer-plugins-bad/gstreamer-plugins-bad-celt.patch
diff -u /dev/null 
packages/gstreamer-plugins-bad/gstreamer-plugins-bad-celt.patch:1.3
--- /dev/null   Sun Feb 27 20:48:05 2011
+++ packages/gstreamer-plugins-bad/gstreamer-plugins-bad-celt.patch     Sun Feb 
27 20:48:00 2011
@@ -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);
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec?r1=1.90&r2=1.91&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gstreamer-plugins-bad/gstreamer-plugins-bad-celt.patch?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to