[Lunar-commits] <moonbase> gst-aacplus: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Jan 8 16:45:18 CET 2012


commit 2fe4eedcfdeb75db6b079ee9ab290ecbb4567afe
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Jan 8 10:45:18 2012 -0500

    gst-aacplus: Adding to moonbase.
---
 audio/gst-aacplus/BUILD   |    7 +++++++
 audio/gst-aacplus/DEPENDS |    2 ++
 audio/gst-aacplus/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/audio/gst-aacplus/BUILD b/audio/gst-aacplus/BUILD
new file mode 100644
index 0000000..5ac6f8f
--- /dev/null
+++ b/audio/gst-aacplus/BUILD
@@ -0,0 +1,7 @@
+(
+
+  ./autogen.sh  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/gst-aacplus/DEPENDS b/audio/gst-aacplus/DEPENDS
new file mode 100644
index 0000000..9de9da3
--- /dev/null
+++ b/audio/gst-aacplus/DEPENDS
@@ -0,0 +1,2 @@
+depends libaacplus
+depends gstreamer-10
diff --git a/audio/gst-aacplus/DETAILS b/audio/gst-aacplus/DETAILS
new file mode 100644
index 0000000..61a72d5
--- /dev/null
+++ b/audio/gst-aacplus/DETAILS
@@ -0,0 +1,20 @@
+           MODULE=gst-aacplus
+          VERSION=0.10.0
+           SOURCE=$MODULE-$VERSION.tar.gz
+       SOURCE_URL=http://tipok.org.ua/downloads/media/aac+/libaacplus-simple-sample/gstreamer/
+       SOURCE_VFY=sha1:ad31263b4830e14e29c3bc23949af69900ad8def
+         WEB_SITE=http://tipok.org.ua/node/17
+          ENTERED=20120108
+          UPDATED=20120108
+            SHORT="GStreamer plug-in for AAC+ and eAAC+"
+
+cat << EOF
+gst-aacplus is GStreamer plug-in, that able to encode audio to
+modern mp4 audiocodec: AAC+ and eAAC+. The specific mode
+(SBR or SBR+PS) - is selected automatically, depending on channels
+number, samplerate and bitrate of input stream.
+
+The plug-in based on libaacplus library, that also depends on proprietary
+3GPP's code, so you have to be very careful with this plug-ion usage,
+because the encoding logic part is not free.
+EOF


More information about the Lunar-commits mailing list