[Lunar-commits] <moonbase-other> gst-ffmpeg: A little fix up here. Adding a BUILD so the patch will be used and

stumbles stumbles at lunar-linux.org
Fri May 24 15:25:06 CEST 2013


commit 5effadc6ff624ff2dcdca3f9885b8c9f5fb5912b
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 24 May 2013 06:23:39 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5effadc6ff624ff2dcdca3f9885b8c9f5fb5912b

gst-ffmpeg: A little fix up here. Adding a BUILD so the patch will be used and

switching to the gcc patch from the gentoo folks. Adding a CONFIGURE to allow
use of LGPL and adding an optional_depends for orc.
---
  audio/gst-ffmpeg/BUILD     | +5/-0     
  audio/gst-ffmpeg/CONFIGURE | +1/-0     
  audio/gst-ffmpeg/DEPENDS   | +2/-0     
  audio/gst-ffmpeg/DETAILS   | +3/-3     
  4 files changed, 11 insertions(+), 3 deletions(-)

--- /dev/null
+++ b/audio/gst-ffmpeg/BUILD
@@ -0,0 +1,5 @@
+
+  patch_it $SOURCE2 1 &&
+
+  default_build
+
--- /dev/null
+++ b/audio/gst-ffmpeg/CONFIGURE
@@ -0,0 +1 @@
+mquery ENABLE_LGPL "Enable lgpl licensend gst-ffmpeg?" y "--enable-lgpl" "--disable-lgpl"
--- a/audio/gst-ffmpeg/DEPENDS
+++ b/audio/gst-ffmpeg/DEPENDS
@@ -1 +1,3 @@
 depends  gst-plugins-base
+
+optional_depends "orc" "--enable-orc" "--disable-orc" "for Oil Runtime Compiler support"
--- a/audio/gst-ffmpeg/DETAILS
+++ b/audio/gst-ffmpeg/DETAILS
@@ -1,11 +1,11 @@
           MODULE=gst-ffmpeg
          VERSION=0.10.13
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=gst-ffmpeg-0.10.13-gcc-4.7-1.patch
+         SOURCE2=0.10.13-gcc-4.7.patch
       SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/
-     SOURCE2_URL=http://www.linuxfromscratch.org/patches/blfs/svn/
+     SOURCE2_URL=https://raw.github.com/herrwiese/gentoo-portage/master/media-plugins/gst-plugins-ffmpeg/files/
       SOURCE_VFY=sha1:8de5c848638c16c6c6c14ce3b22eecd61ddeed44
-     SOURCE2_VFY=sha1:c898bf00fd6b36632f7b2fad117cccbfefe76041
+     SOURCE2_VFY=sha1:cd826b0b1d9f557908dd7c007c64bd4f330837b1
         WEB_SITE=http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
          ENTERED=20040316
          UPDATED=20111202




More information about the Lunar-commits mailing list