[65361] trunk/dports/gnome/gst-ffmpeg

ryandesign at macports.org ryandesign at macports.org
Thu Mar 25 11:22:37 PDT 2010


Revision: 65361
          http://trac.macports.org/changeset/65361
Author:   ryandesign at macports.org
Date:     2010-03-25 11:22:37 -0700 (Thu, 25 Mar 2010)
Log Message:
-----------
gst-ffmpeg: update to 0.10.10

Modified Paths:
--------------
    trunk/dports/gnome/gst-ffmpeg/Portfile
    trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs_ext_ffmpeg_libswscale_swscale.h.diff

Removed Paths:
-------------
    trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs-ext-ffmpeg-configure.diff
    trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs_ext_ffmpeg_libavfilter_avfilter.h.diff

Modified: trunk/dports/gnome/gst-ffmpeg/Portfile
===================================================================
--- trunk/dports/gnome/gst-ffmpeg/Portfile	2010-03-25 18:15:43 UTC (rev 65360)
+++ trunk/dports/gnome/gst-ffmpeg/Portfile	2010-03-25 18:22:37 UTC (rev 65361)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            gst-ffmpeg
-version         0.10.9
+version         0.10.10
 description     This is gst-ffmpeg, a set of plug-ins for GStreamer.
 long_description ${description}
 maintainers     nomaintainer
@@ -13,13 +13,11 @@
 homepage	http://www.gnome.org/
 master_sites    http://gstreamer.freedesktop.org/src/${name}/
 
-checksums       md5     138f995ebcba966cbc3493d0550ec055 \
-                sha1    88b68958680d345ebb7b261dbabd12b5908869ef \
-                rmd160  07d0ac35a7896058b827992a07bd4f8501c0abc0
+checksums       md5     447292deff5f3748444e6a5fba41da29 \
+                sha1    966450c350c058ed05d73bb224234e171dd54f7e \
+                rmd160  0043867177ebc3e86c1344627fb731f6d6c1a0fe
 
-patchfiles      patch-gst-libs_ext_ffmpeg_libavfilter_avfilter.h.diff \
-                patch-gst-libs_ext_ffmpeg_libswscale_swscale.h.diff \
-                patch-gst-libs-ext-ffmpeg-configure.diff
+patchfiles      patch-gst-libs_ext_ffmpeg_libswscale_swscale.h.diff
 
 depends_build   port:gmake
 

Deleted: trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs-ext-ffmpeg-configure.diff
===================================================================
--- trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs-ext-ffmpeg-configure.diff	2010-03-25 18:15:43 UTC (rev 65360)
+++ trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs-ext-ffmpeg-configure.diff	2010-03-25 18:22:37 UTC (rev 65361)
@@ -1,11 +0,0 @@
---- gst-libs/ext/ffmpeg/configure.orig	2009-09-14 14:27:05.000000000 -0700
-+++ gst-libs/ext/ffmpeg/configure	2009-09-14 14:29:02.000000000 -0700
-@@ -1991,7 +1991,7 @@
- enabled libspeex   && require  libspeex speex/speex.h speex_decoder_init -lspeex
- enabled libtheora  && require  libtheora theora/theora.h theora_info_init -ltheora -logg
- enabled libvorbis  && require  libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg
--enabled libx264    && require  libx264 x264.h x264_encoder_open -lx264 -lm &&
-+enabled libx264    && require  libx264 x264.h x264_encoder_encode -lx264 -lm &&
-                       { check_cpp_condition x264.h "X264_BUILD >= 65" ||
-                         die "ERROR: libx264 version must be >= 0.65."; }
- enabled libxvid    && require  libxvid xvid.h xvid_global -lxvidcore

Deleted: trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs_ext_ffmpeg_libavfilter_avfilter.h.diff
===================================================================
--- trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs_ext_ffmpeg_libavfilter_avfilter.h.diff	2010-03-25 18:15:43 UTC (rev 65360)
+++ trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs_ext_ffmpeg_libavfilter_avfilter.h.diff	2010-03-25 18:22:37 UTC (rev 65361)
@@ -1,11 +0,0 @@
---- gst-libs/ext/ffmpeg/libavfilter/avfilter.h.orig	2009-02-04 22:49:51.000000000 -0800
-+++ gst-libs/ext/ffmpeg/libavfilter/avfilter.h	2009-02-04 22:50:37.000000000 -0800
-@@ -22,7 +22,7 @@
- #ifndef AVFILTER_AVFILTER_H
- #define AVFILTER_AVFILTER_H
- 
--#define LIBAVFILTER_VERSION_MAJOR  0
-+#define LIBAVFILTER_VERSION_MAJOR  1
- #define LIBAVFILTER_VERSION_MINOR  4
- #define LIBAVFILTER_VERSION_MICRO  0
- 

Modified: trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs_ext_ffmpeg_libswscale_swscale.h.diff
===================================================================
--- trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs_ext_ffmpeg_libswscale_swscale.h.diff	2010-03-25 18:15:43 UTC (rev 65360)
+++ trunk/dports/gnome/gst-ffmpeg/files/patch-gst-libs_ext_ffmpeg_libswscale_swscale.h.diff	2010-03-25 18:22:37 UTC (rev 65361)
@@ -1,11 +1,11 @@
---- gst-libs/ext/ffmpeg/libswscale/swscale.h.orig	2009-02-04 22:51:37.000000000 -0800
-+++ gst-libs/ext/ffmpeg/libswscale/swscale.h	2009-02-04 22:52:12.000000000 -0800
+--- gst-libs/ext/ffmpeg/libswscale/swscale.h.orig	2010-03-06 07:11:26.000000000 -0600
++++ gst-libs/ext/ffmpeg/libswscale/swscale.h	2010-03-25 12:25:48.000000000 -0500
 @@ -29,7 +29,7 @@
  
  #include "libavutil/avutil.h"
  
 -#define LIBSWSCALE_VERSION_MAJOR 0
 +#define LIBSWSCALE_VERSION_MAJOR 1
- #define LIBSWSCALE_VERSION_MINOR 7
- #define LIBSWSCALE_VERSION_MICRO 1
+ #define LIBSWSCALE_VERSION_MINOR 10
+ #define LIBSWSCALE_VERSION_MICRO 0
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100325/a81ea704/attachment.html>


More information about the macports-changes mailing list