[arch-commits] Commit in gstreamer0.10-bad-plugins/repos (3 files)

Jan de Groot jgc at archlinux.org
Sun Mar 8 19:49:12 UTC 2009


    Date: Sunday, March 8, 2009 @ 15:49:12
  Author: jgc
Revision: 29471

Merged revisions 29467,29470 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/gstreamer0.10-bad-plugins/trunk

........
  r29467 | jgc | 2009-03-08 19:38:14 +0000 (Sun, 08 Mar 2009) | 1 line
  
  upgpkg: gstreamer0.10-bad-plugins 0.10.10-1
........
  r29470 | jgc | 2009-03-08 19:48:59 +0000 (Sun, 08 Mar 2009) | 2 lines
  
  upgpkg: gstreamer0.10-bad-plugins 0.10.10-2
      Rebuild for x264/faad2
........

Modified:
  gstreamer0.10-bad-plugins/repos/testing-x86_64/	(properties)
  gstreamer0.10-bad-plugins/repos/testing-x86_64/PKGBUILD
Deleted:
  gstreamer0.10-bad-plugins/repos/testing-x86_64/gst-x264.patch

----------------+
 PKGBUILD       |    8 +++-----
 gst-x264.patch |   12 ------------
 2 files changed, 3 insertions(+), 17 deletions(-)


Property changes on: gstreamer0.10-bad-plugins/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gstreamer0.10-bad-plugins/trunk:1-27459
   + /gstreamer0.10-bad-plugins/trunk:1-29470

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-03-08 19:48:59 UTC (rev 29470)
+++ testing-x86_64/PKGBUILD	2009-03-08 19:49:12 UTC (rev 29471)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gstreamer0.10-bad-plugins
-pkgver=0.10.9
-pkgrel=4
+pkgver=0.10.10
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Bad Plugins (gst-plugins-bad)"
 arch=(i686 x86_64)
 license=('LGPL' 'GPL')
@@ -16,12 +16,10 @@
 options=(!libtool)
 _relname=gst-plugins-bad
 groups=('gstreamer0.10-plugins')
-source=(${url}/src/${_relname}/${_relname}-${pkgver}.tar.bz2 gst-x264.patch)
-md5sums=('ff555a86e74a9249e56b43405c8df3e4' 'aa630a2f42d6fc5e43419d542c38f955')
+source=(${url}/src/${_relname}/${_relname}-${pkgver}.tar.bz2)
 
 build() {
   cd "${srcdir}/${_relname}-${pkgver}"
-  patch -p1 < ../gst-x264.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --disable-static --enable-experimental \
     --disable-docs-build --disable-plugin-docs \

Deleted: testing-x86_64/gst-x264.patch
===================================================================
--- testing-x86_64/gst-x264.patch	2009-03-08 19:48:59 UTC (rev 29470)
+++ testing-x86_64/gst-x264.patch	2009-03-08 19:49:12 UTC (rev 29471)
@@ -1,12 +0,0 @@
-diff -up gst-plugins-bad-0.10.9/ext/x264/gstx264enc.c.x264 gst-plugins-bad-0.10.9/ext/x264/gstx264enc.c
---- gst-plugins-bad-0.10.9/ext/x264/gstx264enc.c.x264	2008-10-11 01:13:43.000000000 +0200
-+++ gst-plugins-bad-0.10.9/ext/x264/gstx264enc.c	2008-12-14 22:26:13.000000000 +0100
-@@ -541,7 +541,7 @@ gst_x264_enc_init_encoder (GstX264Enc * 
-   encoder->x264param.i_frame_reference = encoder->ref;
-   encoder->x264param.i_bframe = encoder->bframes;
-   encoder->x264param.b_bframe_pyramid = encoder->b_pyramid;
--  encoder->x264param.b_bframe_adaptive = encoder->b_adapt;
-+  encoder->x264param.i_bframe_adaptive = encoder->b_adapt;
-   encoder->x264param.b_interlaced = encoder->interlaced;
-   encoder->x264param.b_deblocking_filter = 1;
-   encoder->x264param.i_deblocking_filter_alphac0 = 0;




More information about the arch-commits mailing list