[Lunar-commits] <moonbase-other> oggconvert: added to -other
v4hn
me at v4hn.de
Thu May 30 00:02:18 CEST 2013
commit 98786fd1c2482377a1dc076e25077b433dff41df
Author: v4hn <me at v4hn.de>
Date: Wed, 29 May 2013 15:01:44 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/98786fd1c2482377a1dc076e25077b433dff41df
oggconvert: added to -other
---
video/oggconvert/BUILD | +3/-0
video/oggconvert/DEPENDS | +5/-0
video/oggconvert/DETAILS | +15/-0
video/oggconvert/POST_INSTALL | +2/-0
4 files changed, 25 insertions(+)
--- /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