[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:/lunar-linux/moonbase-other
stumbles
stumbles at lunar-linux.org
Thu May 30 00:24:41 CEST 2013
commit f681bdadda4252620c53110acdbbb7974d5794a9
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 29 May 2013 15:24:32 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f681bdadda4252620c53110acdbbb7974d5794a9
Merge branch 'master' of github.com:/lunar-linux/moonbase-other
---
audio/soundtouch/BUILD | +11/-14
audio/soundtouch/CONFIGURE | +1/-1
python/gst-python/DETAILS | +3/-3
video/gst-plugins-gl/BUILD | +2/-6
video/gst-plugins-gl/DEPENDS | +0/-2
video/gst-plugins-gl/DETAILS | +3/-3
video/oggconvert/BUILD | +3/-0
video/oggconvert/DEPENDS | +5/-0
video/oggconvert/DETAILS | +15/-0
video/oggconvert/POST_INSTALL | +2/-0
10 files changed, 45 insertions(+), 29 deletions(-)
--- a/audio/soundtouch/BUILD
+++ b/audio/soundtouch/BUILD
@@ -1,21 +1,18 @@
-(
-
# This disables some optimizations else /usr/bin/soundstretch will segfault.
# And I am not using any crazy settings, just O2, pipe and native.
- sedit "s:#define ALLOW_X86_OPTIMIZATIONS 1::" include/STTypes.h &&
-
- ./bootstrap &&
+sedit "s:#define ALLOW_X86_OPTIMIZATIONS 1::" include/STTypes.h &&
- CXXFLAGS="-fPIC" &&
+sedit "s:pkgdocdir=.*$:pkgdocdir=\$(prefix)/share/doc/@PACKAGE@:" config/am_include.mk &&
+./bootstrap &&
- OPTS="--enable-shared" &&
+CXXFLAGS+=" -fPIC" &&
- if [ $USE_INTEGERS == "y" ] ; then
- OPTS="--enable-integer-samples"
- else
- OPTS="--disable-integer-samples"
- fi &&
+OPTS+=" --enable-shared" &&
- default_build
+if [ "$USE_INTEGERS" == "y" ] ; then
+ OPTS+=" --enable-integer-samples"
+else
+ OPTS+=" --disable-integer-samples"
+fi &&
-) > $C_FIFO 2>&1
+default_build
--- a/audio/soundtouch/CONFIGURE
+++ b/audio/soundtouch/CONFIGURE
@@ -1 +1 @@
-mquery USE_INTEGERS "Use integer samples instead of floats?${PROBLEM_COLOR} Say no if compiling gst-plugins-bad""${DEFAULT_COLOR}" y
+mquery USE_INTEGERS "Use integer samples instead of floats? ${PROBLEM_COLOR}(Say no if compiling gst-plugins-bad)${QUERY_COLOR}" y
--- a/python/gst-python/DETAILS
+++ b/python/gst-python/DETAILS
@@ -1,11 +1,11 @@
MODULE=gst-python
- VERSION=0.10.21
+ VERSION=0.10.22
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://gstreamer.freedesktop.org/src/gst-python
- SOURCE_VFY=sha1:16bc8434543e60124508ba4ad14d00452fff98c0
+ SOURCE_VFY=sha1:7012445d921ae1b325c162500750c9b0e777201f
WEB_SITE=http://gstreamer.freedesktop.org/modules/gst-python.html
ENTERED=20061213
- UPDATED=20110125
+ UPDATED=20130529
SHORT="GStreamer python bindings"
cat << EOF
--- a/video/gst-plugins-gl/BUILD
+++ b/video/gst-plugins-gl/BUILD
@@ -1,7 +1,3 @@
-(
+OPTS+=" --disable-static --disable-valgrind --disable-debug --disable-examples" &&
- OPTS+=" --disable-static --disable-valgrind --disable-debug --disable-examples" &&
-
- default_build
-
-) > $C_FIFO 2>&1
+default_build
--- a/video/gst-plugins-gl/DEPENDS
+++ b/video/gst-plugins-gl/DEPENDS
@@ -1,4 +1,2 @@
depends gstreamer-10
depends glew
-
-
--- a/video/gst-plugins-gl/DETAILS
+++ b/video/gst-plugins-gl/DETAILS
@@ -1,11 +1,11 @@
MODULE=gst-plugins-gl
- VERSION=0.10.2
+ VERSION=0.10.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://gstreamer.freedesktop.org/src/gst-plugins-gl/
- SOURCE_VFY=sha1:bbeb7ebd46a9098bb32fe871ecb1891b58aff26e
+ SOURCE_VFY=sha1:840585344f332746bdbe6c56c3a49f65125dc81d
WEB_SITE=http://gstreamer.freedesktop.org/modules/
ENTERED=20101119
- UPDATED=20101119
+ UPDATED=20130529
SHORT="Gl plugin for gstreamer"
cat << EOF
--- /dev/null
+++ b/video/oggconvert/BUILD
@@ -0,0 +1,3 @@
+python setup.py build &&
+prepare_install &&
+python setup.py install
--- /dev/null
+++ b/video/oggconvert/DEPENDS
@@ -0,0 +1,5 @@
+depends Python
+depends pygtk
+depends gst-python
+
+optional_depends "schroedinger" "" "--disable-schroedinger" "for dirac video encoding/decoding"
--- /dev/null
+++ b/video/oggconvert/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=oggconvert
+ VERSION=0.3.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://oggconvert.tristanb.net/releases/0.3.3
+ SOURCE_VFY=sha1:35f154a7c8267fb7a842dd9342fad0a6ed646062
+ WEB_SITE=http://oggconvert.tristanb.net
+ ENTERED=20130529
+ UPDATED=20130529
+ SHORT="utility for converting audio and video files"
+
+cat << EOF
+OggConvert is a small, open source utility
+for converting audio and video files into the
+Vorbis audio format, and the Theora and Dirac video formats.
+EOF
--- /dev/null
+++ b/video/oggconvert/POST_INSTALL
@@ -0,0 +1,2 @@
+message "${MESSAGE_COLOR}Remember to install the different gst-plugin-* modules\n" \
+ "to enable support for diverse input formats within gstreamer${DEFAULT_COLOR}"
More information about the Lunar-commits
mailing list