commit b036303b76aa71d4e07499980da8a63bb3e9f65c
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Fri Nov 20 11:25:40 2009 +0000

    - up to 0.10.13
    
    Changed files:
        gstreamer-plugins-ugly-x264.patch -> 1.1
        gstreamer-plugins-ugly.spec -> 1.25

 gstreamer-plugins-ugly-x264.patch | 11 +++++++++++
 gstreamer-plugins-ugly.spec       | 10 ++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/gstreamer-plugins-ugly.spec b/gstreamer-plugins-ugly.spec
index b293208..1d01152 100644
--- a/gstreamer-plugins-ugly.spec
+++ b/gstreamer-plugins-ugly.spec
@@ -14,13 +14,14 @@
 Summary:       Ugly GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):     Brzydkie wtyczki do środowiska obróbki strumieni 
GStreamer
 Name:          gstreamer-plugins-ugly
-Version:       0.10.12
-Release:       2
+Version:       0.10.13
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       
http://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{gstname}-%{version}.tar.bz2
-# Source0-md5: 4400914a009201348fe66d2a83fa3971
+# Source0-md5: 1619365247ef9cd7da1cd890285bf87a
 Patch0:                %{name}-bashish.patch
+Patch1:                %{name}-x264.patch
 URL:           http://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.5
@@ -49,7 +50,7 @@ BuildRequires:        libid3tag-devel >= 0.15
 BuildRequires: libmad-devel >= 0.15
 BuildRequires: libmpeg2-devel >= 0.5.1
 %{?with_sid:BuildRequires:     libsidplay-devel >= 1.36.57}
-BuildRequires: libx264-devel
+BuildRequires: libx264-devel >= 0.1.3
 BuildRequires: rpmbuild(macros) >= 1.98
 BuildRequires: twolame-devel >= 0.3.0
 Requires:      gstreamer >= %{gst_req_ver}
@@ -198,6 +199,7 @@ Wtyczka do GStreamera dekodująca przy użyciu biblioteki 
x264.
 %prep
 %setup -q -n %{gstname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/gstreamer-plugins-ugly-x264.patch 
b/gstreamer-plugins-ugly-x264.patch
new file mode 100644
index 0000000..be0e5f2
--- /dev/null
+++ b/gstreamer-plugins-ugly-x264.patch
@@ -0,0 +1,11 @@
+--- gst-plugins-ugly-0.10.13/ext/x264/gstx264enc.c~    2009-10-12 
12:25:41.000000000 +0200
++++ gst-plugins-ugly-0.10.13/ext/x264/gstx264enc.c     2009-11-20 
12:22:49.281444816 +0100
+@@ -582,7 +582,7 @@
+   encoder->x264param.analyse.i_noise_reduction = encoder->noise_reduction;
+   encoder->x264param.i_frame_reference = encoder->ref;
+   encoder->x264param.i_bframe = encoder->bframes;
+-  encoder->x264param.b_bframe_pyramid = encoder->b_pyramid;
++  encoder->x264param.i_bframe_pyramid = encoder->b_pyramid;
+ #if X264_BUILD < 63
+   encoder->x264param.b_bframe_adaptive = encoder->b_adapt;
+ #else
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer0.10-plugins-ugly.git/commitdiff/7500845ff8f8f8607350113332e067b8fea74bbe

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

Reply via email to