Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4f3978cfb9b9bfc552380f649aaaf447ecb61db0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4f3978cfb9b9bfc552380f649aaaf447ecb61db0)
  • Date: Fri, 5 Oct 2012 11:06:00 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

video-libs/gst-plugins-bad-1.0/BUILD | 5
video-libs/gst-plugins-bad-1.0/DEPENDS | 86
++++++++++
video-libs/gst-plugins-bad-1.0/DETAILS | 21 ++
video-libs/gst-plugins-bad-1.0/HISTORY | 2
video-libs/gst-plugins-bad-1.0/PREPARE | 1
video-libs/gst-plugins-bad-1.0/gst-plugins-bad-1.0.0.tar.xz.sig |binary
6 files changed, 115 insertions(+)

New commits:
commit 4f3978cfb9b9bfc552380f649aaaf447ecb61db0
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gst-plugins-bad-1.0: new spell, based on gst-plugins-bad

diff --git a/video-libs/gst-plugins-bad-1.0/BUILD
b/video-libs/gst-plugins-bad-1.0/BUILD
new file mode 100755
index 0000000..aa54903
--- /dev/null
+++ b/video-libs/gst-plugins-bad-1.0/BUILD
@@ -0,0 +1,5 @@
+OPTS="$OPTS --disable-examples" &&
+if [[ $GST_PLUGINS_BAD_EXPERIMENTAL == "y" ]]; then
+ OPTS+=" --enable-experimental"
+fi &&
+default_build
diff --git a/video-libs/gst-plugins-bad-1.0/DEPENDS
b/video-libs/gst-plugins-bad-1.0/DEPENDS
new file mode 100755
index 0000000..574b72c
--- /dev/null
+++ b/video-libs/gst-plugins-bad-1.0/DEPENDS
@@ -0,0 +1,86 @@
+depends gstreamer-1.0 &&
+depends gst-plugins-base-1.0 &&
+depends orc &&
+
+# add libsoup dependency when libsoup 2.4 is there
+optional_depends libcdaudio \
+ "--enable-cdaudio" \
+ "--disable-cdaudio" \
+ "for cdaudio based cd player" &&
+optional_depends mjpegtools \
+ "--enable-mpeg2enc" \
+ "--disable-mpeg2enc" \
+ "for mpeg2 encoder" &&
+optional_depends mythtv \
+ "--enable-mythtv" \
+ "--disable-mythtv" \
+ "for mythtv source plugin" &&
+optional_depends nas \
+ "--enable-nas" \
+ "--disable-nas" \
+ "for nas audio output" &&
+optional_depends bzip2 \
+ "--enable-bz2" \
+ "--disable-bz2" \
+ "for bzip2 compressor/decompressor plugin" &&
+optional_depends libdca \
+ "--enable-dts" \
+ "--disable-dts" \
+ "for DTS audio decoding" &&
+# needs directfb >= 0.9.24, we're currently at 0.9.22
+#optional_depends directfb \
+# "--enable-directfb" \
+# "--disable-directfb" \
+# "for directfb video output" &&
+optional_depends faad2 \
+ "--enable-faad" \
+ "--disable-faad" \
+ "for AAC audio decoding" &&
+optional_depends libmms \
+ "--enable-libmms" \
+ "--disable-libmms" \
+ "for mms protocol support" &&
+optional_depends libmpcdec \
+ "--enable-musepack" \
+ "--disable-musepack" \
+ "for musepack audio decoding" &&
+optional_depends libmusicbrainz \
+ "--enable-musicbrainz" \
+ "--disable-musicbrainz" \
+ "for musicbrainz tag generation" &&
+optional_depends neon \
+ "--enable-neon" \
+ "--disable-neon" \
+ "for neon http protocol support" &&
+optional_depends sdl \
+ "--enable-sdl" \
+ "--disable-sdl" \
+ "for sdl video output" &&
+optional_depends soundtouch \
+ "--enable-soundtouch" \
+ "--disable-soundtouch" \
+ "for soundtouch plugin" &&
+optional_depends swfdec \
+ "--enable-swfdec" \
+ "--disable-swfdec" \
+ "for flash plugin" &&
+optional_depends xvid \
+ "--enable-xvid" \
+ "--disable-xvid" \
+ "for xvid plugin" &&
+optional_depends schroedinger \
+ "--enable-schro" \
+ "--disable-schro" \
+ "for dirac encoder/decoder" &&
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+optional_depends ladspa \
+ "--enable-ladspa" \
+ "--disable-ladspa" \
+ "for LADSPA element" &&
+optional_depends celt \
+ "--enable-celt" \
+ "--disable-celt" \
+ "for CELT experimental audio codec support"
diff --git a/video-libs/gst-plugins-bad-1.0/DETAILS
b/video-libs/gst-plugins-bad-1.0/DETAILS
new file mode 100755
index 0000000..0620e43
--- /dev/null
+++ b/video-libs/gst-plugins-bad-1.0/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=gst-plugins-bad-1.0
+ VERSION=1.0.0
+ SOURCE=gst-plugins-bad-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gst-plugins-bad-$VERSION
+ SOURCE_URL[0]=http://gstreamer.freedesktop.org/src/gst-plugins-bad/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+ LICENSE[0]=LGPL
+ WEB_SITE=http://gstreamer.freedesktop.org
+ ENTERED=20121005
+ DOCS="ChangeLog COPYING NEWS README"
+ KEYWORDS="gstreamer video libs"
+ SHORT="lower quality plugins for gstreamer"
+cat << EOF
+Plugins for gstreamer.
+A set of plug-ins that aren't up to par compared to the rest. They might be
+close to being good quality, but they're missing something - be it a good
code
+review, some documentation, a set of tests, a real live maintainer, or some
+actual wide use. If the blanks are filled in they might be upgraded to
become
+part of either gst-plugins-good or gst-plugins-ugly, depending on the other
+factors.
+EOF
diff --git a/video-libs/gst-plugins-bad-1.0/HISTORY
b/video-libs/gst-plugins-bad-1.0/HISTORY
new file mode 100644
index 0000000..8452d69
--- /dev/null
+++ b/video-libs/gst-plugins-bad-1.0/HISTORY
@@ -0,0 +1,2 @@
+2012-10-05 Ladislav Hagara <hgr AT vabo.cz>
+ * *: spell created, based on gst-plugins-bad, version 1.0.0
diff --git a/video-libs/gst-plugins-bad-1.0/PREPARE
b/video-libs/gst-plugins-bad-1.0/PREPARE
new file mode 100755
index 0000000..5222d8f
--- /dev/null
+++ b/video-libs/gst-plugins-bad-1.0/PREPARE
@@ -0,0 +1 @@
+config_query GST_PLUGINS_BAD_EXPERIMENTAL "Do you want build experimental
plugins?" n
diff --git a/video-libs/gst-plugins-bad-1.0/gst-plugins-bad-1.0.0.tar.xz.sig
b/video-libs/gst-plugins-bad-1.0/gst-plugins-bad-1.0.0.tar.xz.sig
new file mode 100644
index 0000000..979de97
Binary files /dev/null and
b/video-libs/gst-plugins-bad-1.0/gst-plugins-bad-1.0.0.tar.xz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4f3978cfb9b9bfc552380f649aaaf447ecb61db0), Ladislav Hagara, 10/05/2012

Archive powered by MHonArc 2.6.24.

Top of Page