Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (9fa1ac1ab38c2f57bcaf8b162ca77fc43d44ea21)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (9fa1ac1ab38c2f57bcaf8b162ca77fc43d44ea21)
  • Date: Sun, 1 Jan 2012 00:18:10 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 6 +
dev/null |binary
video-libs/gmtk/BUILD | 7 +
video-libs/gmtk/CONFIGURE | 5
video-libs/gmtk/DEPENDS | 24 ++++
video-libs/gmtk/DETAILS | 22 +++
video-libs/gmtk/HISTORY | 2
video-libs/gmtk/gmtk-1.0.5.tar.gz.sig |binary
video/gecko-mediaplayer/DEPENDS | 3
video/gecko-mediaplayer/DETAILS | 2
video/gecko-mediaplayer/HISTORY | 4
video/gecko-mediaplayer/gecko-mediaplayer-1.0.4.tar.gz.sig | 0
video/gnome-mplayer/BUILD | 3
video/gnome-mplayer/CONFIGURE | 2
video/gnome-mplayer/DEPENDS | 57 ++++++++-
video/gnome-mplayer/DETAILS | 2
video/gnome-mplayer/HISTORY | 6 +
video/gnome-mplayer/gnome-mplayer-1.0.4.tar.gz.sig | 0
video/gnome-mplayer/gnome-mplayer-1.0.5.tar.gz.sig |binary
video/mplayer/CONFLICTS | 1
video/mplayer/HISTORY | 4
video/mplayer/PROVIDES | 1
video/mplayer2/BUILD | 15 ++
video/mplayer2/CONFIGURE | 10 +
video/mplayer2/CONFLICTS | 1
video/mplayer2/DEPENDS | 78
+++++++++++++
video/mplayer2/DETAILS | 30 +++++
video/mplayer2/HISTORY | 3
video/mplayer2/PREPARE | 3
video/mplayer2/PROVIDES | 1
video/mplayer2/mplayer.png |binary
video/mplayer2/mplayer2-2.0.tar.bz2.sig |binary
32 files changed, 285 insertions(+), 7 deletions(-)

New commits:
commit 9fa1ac1ab38c2f57bcaf8b162ca77fc43d44ea21
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

mplayer: added to conflict with mplayer2 and provide MPLAYER

commit 323d10f4eb78fb45cf7458840203f31a234abf06
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

mplayer2: new spell - fork of mplayer

commit 1a0b6d191f3f36f1d73c37079aa200a706233050
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gecko-mediaplayer: updated to 1.0.5

commit a23c6bb46ca56062b3112da209a7d4ac1eea91a8
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnome-mplayer: updated to 1.0.5

commit 0dbc67b80c6e07a34266945a49b345e87219bda0
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gmtk: new spell - gnome-mplayer tool kit

diff --git a/ChangeLog b/ChangeLog
index f9bbe60..3a6a166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-01 Robin Cook <rcook AT wyrms.net>
+ * video/mplayer2: new spell for of mplayer
+
+2011-12-31 Robin Cook <rcook AT wyrms.net>
+ * video-libs/gmtk: new spell gnome-mplayer tool kit
+
2011-12-31 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/zfec: new spell, fast erasure codec
* python-pypi/pyutil: new spell, a collection of utilities for Python
programmers
diff --git a/video-libs/gmtk/BUILD b/video-libs/gmtk/BUILD
new file mode 100755
index 0000000..dbe23ee
--- /dev/null
+++ b/video-libs/gmtk/BUILD
@@ -0,0 +1,7 @@
+OPTS="$GMTK_GIO $OPTS" &&
+
+if [ "$GMTK_PREF" == "keystore" ]; then
+ OPTS="--enable-keystore $OPTS"
+fi
+
+default_build
diff --git a/video-libs/gmtk/CONFIGURE b/video-libs/gmtk/CONFIGURE
new file mode 100755
index 0000000..242e714
--- /dev/null
+++ b/video-libs/gmtk/CONFIGURE
@@ -0,0 +1,5 @@
+config_query GMTK_GTK3 "Build with GTK+3?" n &&
+config_query_option GMTK_GIO "Use GIO for file I/O?" y \
+ "--with-gio" "--without-gio"
+config_query_list GMTK_PREF "Use which preference storage?" \
+ keystore gnome
diff --git a/video-libs/gmtk/DEPENDS b/video-libs/gmtk/DEPENDS
new file mode 100755
index 0000000..3caef18
--- /dev/null
+++ b/video-libs/gmtk/DEPENDS
@@ -0,0 +1,24 @@
+depends glib2 &&
+
+if [ "GMTK_GTK3" == "y" ]; then
+ depends gtk+3 "--enable-gtk3"
+ if [ "$GMTK_PREF" == "gnome" ]; then
+ depends dconf
+ fi
+else
+ depends gtk+2
+ if [ "$GMTK_PREF" == "gnome" ]; then
+ depends gconf2
+ fi
+fi &&
+
+
+optional_depends alsa-lib \
+ "--with-alsa" \
+ "--without-alsa" \
+ "Read volume from alsa devices?" &&
+
+optional_depends pulseaudio \
+ "--with-pulseaudio" \
+ "--without-pulseaudio" \
+ "PulseAudio device and volume support?"
diff --git a/video-libs/gmtk/DETAILS b/video-libs/gmtk/DETAILS
new file mode 100755
index 0000000..4cbbce9
--- /dev/null
+++ b/video-libs/gmtk/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=gmtk
+ VERSION=1.0.5
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://gmtk.googlecode.com/files/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://kdekorte.googlepages.com/gnomemplayer
+ LICENSE[0]=GPL
+ ENTERED=20111217
+ SHORT="Gnome Mplayer Toolkit."
+cat << EOF
+GMTK is the Gnome Mplayer Toolkit
+
+It includes common methods used by Gnome Mplayer and Gecko Media Player. The
+library also contains several widgets that can be used by other
applications.
+Those widgets are
+ . gmtk_media_player - a widget that completely embeds Mplayer
+ . gmtk_media_tracker - a widget that manages the timeline of media
+ . gmtk_audio_meter - a audio visualization tool
+ . gmtk_output_combobox - a widget for selecting audio outputs (alsa and
pulse
+ compatible)
+EOF
diff --git a/video-libs/gmtk/HISTORY b/video-libs/gmtk/HISTORY
new file mode 100644
index 0000000..e668c72
--- /dev/null
+++ b/video-libs/gmtk/HISTORY
@@ -0,0 +1,2 @@
+2011-12-31 Robin Cook <rcook AT wyrms.net>
+ * New Spell: DETAILS, DEPENDS, CONFIGURE, BUILD
diff --git a/video-libs/gmtk/gmtk-1.0.5.tar.gz.sig
b/video-libs/gmtk/gmtk-1.0.5.tar.gz.sig
new file mode 100644
index 0000000..94432b0
Binary files /dev/null and b/video-libs/gmtk/gmtk-1.0.5.tar.gz.sig differ
diff --git a/video/gecko-mediaplayer/DEPENDS b/video/gecko-mediaplayer/DEPENDS
index d5d99f1..e2b4550 100755
--- a/video/gecko-mediaplayer/DEPENDS
+++ b/video/gecko-mediaplayer/DEPENDS
@@ -1,4 +1,5 @@
depends gnome-mplayer &&
-depends GECKO &&
+depends firefox &&
+depends npapi-sdk &&
depends dbus-glib &&
depends glib2
diff --git a/video/gecko-mediaplayer/DETAILS b/video/gecko-mediaplayer/DETAILS
index 844e7f4..5918756 100755
--- a/video/gecko-mediaplayer/DETAILS
+++ b/video/gecko-mediaplayer/DETAILS
@@ -1,5 +1,5 @@
SPELL=gecko-mediaplayer
- VERSION=1.0.4
+ VERSION=1.0.5
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://gecko-mediaplayer.googlecode.com/files/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/video/gecko-mediaplayer/HISTORY b/video/gecko-mediaplayer/HISTORY
index 6e0a0bd..ccfec08 100644
--- a/video/gecko-mediaplayer/HISTORY
+++ b/video/gecko-mediaplayer/HISTORY
@@ -1,3 +1,7 @@
+2012-01-01 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated to 1.0.5
+ * DEPENDS: updated depends
+
2011-07-03 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.0.4

diff --git a/video/gecko-mediaplayer/gecko-mediaplayer-1.0.4.tar.gz.sig
b/video/gecko-mediaplayer/gecko-mediaplayer-1.0.4.tar.gz.sig
deleted file mode 100644
index 31b2dac..0000000
Binary files a/video/gecko-mediaplayer/gecko-mediaplayer-1.0.4.tar.gz.sig and
/dev/null differ
diff --git a/video/gnome-mplayer/BUILD b/video/gnome-mplayer/BUILD
new file mode 100755
index 0000000..1168cd0
--- /dev/null
+++ b/video/gnome-mplayer/BUILD
@@ -0,0 +1,3 @@
+OPTS="$GNOME_MPLAYER_GIO $OPTS" &&
+
+default_build
diff --git a/video/gnome-mplayer/CONFIGURE b/video/gnome-mplayer/CONFIGURE
new file mode 100755
index 0000000..c51752e
--- /dev/null
+++ b/video/gnome-mplayer/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option GNOME_MPLAYER_GIO "Use GIO for file I/O?" y \
+ "--with-gio" "--without-gio"
diff --git a/video/gnome-mplayer/DEPENDS b/video/gnome-mplayer/DEPENDS
index e0c4e52..a8d0a83 100755
--- a/video/gnome-mplayer/DEPENDS
+++ b/video/gnome-mplayer/DEPENDS
@@ -1,4 +1,53 @@
-depends mplayer &&
-depends gtk+2 &&
-depends gconf2 &&
-depends dbus-glib
+depends glib2 &&
+depends MPLAYER &&
+depends gmtk &&
+
+if is_depends_enabled gmtk gtk+3; then
+ depends gtk+3
+else
+ depends gtk+2
+fi &&
+
+if is_depends_enabled gmtk gconf2; then
+ depends gconf2
+fi &&
+
+if is_depends_enabled gmtk dconf; then
+ depends dconf
+fi &&
+
+optional_depends nautilus2 \
+ "--enable-nautilus" \
+ "--disable-nautilus" \
+ "Compile nautilus plugin?" &&
+
+optional_depends dbus \
+ "--with-dbus" \
+ "--without-dbus" \
+ "Enable DBUS support, required for gecko-mediaplayer" &&
+
+optional_depends libnotify \
+ "--with-libnotify" \
+ "--without-libnotify" \
+ "Send notifications of new media?" &&
+
+optional_depends libgpod \
+ "--with-libgpod" \
+ "--without-libgpod" \
+ "Add support for libgpod?" &&
+
+optional_depends libmusicbrainz3 \
+ "--with-libmusicbrainz3" \
+ "--without-libmusicbrainz3" \
+ "Add support for libmusicbrainz3?" &&
+
+optional_depends alsa-lib \
+ "--with-alsa" \
+ "--without-alsa" \
+ "Read volume from alsa devices?" &&
+
+optional_depends pulseaudio \
+ "--with-pulseaudio" \
+ "--without-pulseaudio" \
+ "PulseAudio device and volume support?"
+
diff --git a/video/gnome-mplayer/DETAILS b/video/gnome-mplayer/DETAILS
index 0c7454a..158a56c 100755
--- a/video/gnome-mplayer/DETAILS
+++ b/video/gnome-mplayer/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnome-mplayer
- VERSION=1.0.4
+ VERSION=1.0.5
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://gnome-mplayer.googlecode.com/files/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/video/gnome-mplayer/HISTORY b/video/gnome-mplayer/HISTORY
index b97d638..cfb6745 100644
--- a/video/gnome-mplayer/HISTORY
+++ b/video/gnome-mplayer/HISTORY
@@ -1,3 +1,9 @@
+2012-01-01 Robin Cook <rcook AT wyrms.net>
+ * DETIALS: updated to 1.0.5
+ * DEPENDS: updated to new depends
+ * CONFIGURE: added to as query option
+ * BUILD: apply query option
+
2011-07-03 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.0.4

diff --git a/video/gnome-mplayer/gnome-mplayer-1.0.4.tar.gz.sig
b/video/gnome-mplayer/gnome-mplayer-1.0.4.tar.gz.sig
deleted file mode 100644
index b60ff0d..0000000
Binary files a/video/gnome-mplayer/gnome-mplayer-1.0.4.tar.gz.sig and
/dev/null differ
diff --git a/video/gnome-mplayer/gnome-mplayer-1.0.5.tar.gz.sig
b/video/gnome-mplayer/gnome-mplayer-1.0.5.tar.gz.sig
new file mode 100644
index 0000000..f8e4311
Binary files /dev/null and
b/video/gnome-mplayer/gnome-mplayer-1.0.5.tar.gz.sig differ
diff --git a/video/mplayer/CONFLICTS b/video/mplayer/CONFLICTS
new file mode 100755
index 0000000..eb4c07d
--- /dev/null
+++ b/video/mplayer/CONFLICTS
@@ -0,0 +1 @@
+conflicts mplayer2
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index 98a909e..56caba3 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,7 @@
+2012-01-01 Robin Cook <rcook AT wyrms.net>
+ * CONFLICTS: added to conflict with mplayer2
+ * PROVIDES: added to provide MPLAYER
+
2011-11-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* TRIGGERS: added on_cast x264 check_self
* DETAILS: PATCHLEVEL++
diff --git a/video/mplayer/PROVIDES b/video/mplayer/PROVIDES
new file mode 100755
index 0000000..fb82d54
--- /dev/null
+++ b/video/mplayer/PROVIDES
@@ -0,0 +1 @@
+provides MPLAYER
diff --git a/video/mplayer2/BUILD b/video/mplayer2/BUILD
new file mode 100755
index 0000000..4c90659
--- /dev/null
+++ b/video/mplayer2/BUILD
@@ -0,0 +1,15 @@
+#disable_pic &&
+
+OPTS="$MPLAYER_OPTS $MPLAYER_IVTV $OPTS" &&
+
+CFLAGS= ./configure --prefix=${INSTALL_ROOT}/usr \
+ --confdir=${TRACK_ROOT}/etc/mplayer \
+ $OPTS &&
+
+if is_depends_enabled $SPELL openal; then
+ make
+else
+ make_single &&
+ make &&
+ make_normal
+fi
diff --git a/video/mplayer2/CONFIGURE b/video/mplayer2/CONFIGURE
new file mode 100755
index 0000000..7f6fa83
--- /dev/null
+++ b/video/mplayer2/CONFIGURE
@@ -0,0 +1,10 @@
+config_query_option MPLAYER_IVTV \
+ "Build against IVTV?" n \
+ "--enable-ivtv" "--disable-ivtv" &&
+config_query_option MPLAYER_OPTS \
+ "Enable Joystick support?" y \
+ "--enable-joystick" "--disable-joystick"
+
+#config_query_option MPLAYER_OPTS \
+# "Enable OSD Menu?" n \
+# "--enable-menu" "--disable-menu"
diff --git a/video/mplayer2/CONFLICTS b/video/mplayer2/CONFLICTS
new file mode 100755
index 0000000..4db5829
--- /dev/null
+++ b/video/mplayer2/CONFLICTS
@@ -0,0 +1 @@
+conflicts mplayer
diff --git a/video/mplayer2/DEPENDS b/video/mplayer2/DEPENDS
new file mode 100755
index 0000000..372c027
--- /dev/null
+++ b/video/mplayer2/DEPENDS
@@ -0,0 +1,78 @@
+depends libcap &&
+depends libass &&
+
+optional_depends libdvdnav "" "--disable-dvdnav" "support for DVD
navigation" &&
+optional_depends libvorbis "--extra-libs=-lvorbisenc" "" "to use external
libvorbis to play ogg/vorbis audio" &&
+optional_depends faad2 "--enable-faad" "" "to use shared faad for AAC
decoding" &&
+
+# audio codecs
+optional_depends libmpcdec "" "--disable-musepack" "for musepack (mpc)
support" &&
+optional_depends libmad "" "--disable-mad" "to play mp3 audio using libmad"
&&
+optional_depends xmms "--enable-xmms" "" "for xmms input plugin support" &&
+optional_depends ladspa "" "--disable-ladspa" "for LADSPA audio filter"
&&
+optional_depends libdca "" "--disable-libdca" "for DTS audio support" &&
+optional_depends lame "" "" "to encode files with mp3 audio (mencoder)" &&
+optional_depends speex "" "--disable-speex" "support for speex (an open
source speech encoder)" &&
+
+# video codecs
+optional_depends faac "" "--disable-faac" "for faac support"
&&
+optional_depends libtheora "" "--disable-theora" "for Theora video support"
&&
+optional_depends zlib "" "" "to play movies using losless compression
algorithms" &&
+optional_depends win32codecs "" "--disable-win32dll" "to use windows codec
DLLs for video decoding" "z-rejected" &&
+
+if ! is_depends_enabled $SPELL win32codecs ; then
+ optional_depends quicktime-codecs "" "--disable-qtx" "for some
audio/video codecs sometimes used in quicktime files" "z-rejected" &&
+ optional_depends real-codecs "" "--disable-real" "to decode RealMedia
files" "z-rejected" &&
+ optional_depends xanim-codecs "" "--disable-xanim" "for additional codecs
(intel indeo, ...)" "z-rejected"
+fi &&
+
+optional_depends libdv "" "--disable-libdv" "to play files encoded with
libdv (used by most digital camcorders)" &&
+optional_depends x264 "" "--disable-x264" "for x264 codec"
&&
+optional_depends twolame "" "--disable-twolame" "Twolame (MPEG layer 2
audio) support in mencoder" &&
+
+# audio devices
+optional_depends esound "" "--disable-esd" "for direct esd audio output" &&
+optional_depends arts "" "--disable-arts" "for arts audio output" &&
+optional_depends alsa-lib "" "--disable-alsa" "for alsa audio output" &&
+optional_depends nas "" "--disable-nas" "for NAS audio output" &&
+optional_depends pulseaudio "" "--disable-pulse" "for pulseaudio audio
output" &&
+
+# video devices
+optional_depends svgalib "" "--disable-svga" "for svgalib video output" &&
+optional_depends xorg-server "--enable-x11" "--disable-x11" "for X11 output
support" &&
+if is_depends_enabled $SPELL xorg-server; then
+ depends -sub "DPMS" xorg-server
+fi &&
+
+optional_depends libxv "--enable-xv" "--disable-xv" "for xv output support"
&&
+optional_depends xf86-video-mga "--enable-xmga" "--disable-xmga" "for xmga
output support" &&
+
+if [ "$MPLAYER_SVN" == "y" ]; then
+ optional_depends libxscrnsaver "" "--disable-xss" "to inhibit screensaver
start while playing"
+fi &&
+
+optional_depends sdl "" "--disable-sdl" "for SDL video and audio output" &&
+optional_depends directfb "" "--disable-directfb" "for direct framebuffer
support" &&
+optional_depends libcaca "" "--disable-caca" "for colored ASCII video
output" &&
+optional_depends aalib "" "--disable-aa" "for aalib (ascii) video output"
&&
+optional_depends libggi "" "--disable-ggi" "for GGI video output" &&
+
+# image support
+optional_depends giflib "" "--disable-gif" "to output to .gif files" &&
+optional_depends libpng "" "--disable-png" "to output to .png files" &&
+optional_depends JPEG "" "--disable-jpeg" "to output to .jpeg files" &&
+
+# misc
+optional_depends cdparanoia "" "--disable-cdparanoia" "to play audio cds"
&&
+optional_depends live "" "--disable-live" "for live.com Streaming Media
(sdp/rtsp) support" &&
+optional_depends libnemesi "--enable-nemesi" "--disable-nemesi" "for
Streaming Control Transmission Protocol (sctp) support" &&
+optional_depends lirc "" "--disable-lirc" "for remote-control" &&
+optional_depends freetype2 "" "--disable-freetype" "for truetype subtitle
font support" &&
+optional_depends fontconfig "" "--disable-fontconfig" "for fontconfig font
lookup support" &&
+optional_depends mplayer-fonts "" "" "for OSD/subtitle fonts (not needed if
compiled with freetype2 support" &&
+optional_depends libdvdread "" "--disable-dvdread" "support for reading
scrambled (CSS) DVDs" &&
+optional_depends fribidi "" "--disable-fribidi" "for locales writing from
right to left" &&
+optional_depends enca "" "--disable-enca" "for ENCA charset oracle library"
&&
+optional_depends OPENAL "" "--disable-openal" "for OpenAL sound support" &&
+optional_depends samba "--enable-smb" "" "for SMB protocol support" &&
+optional_depends yasm "" "--yasm=" "for NASM assembler support"
diff --git a/video/mplayer2/DETAILS b/video/mplayer2/DETAILS
new file mode 100755
index 0000000..e64d3d5
--- /dev/null
+++ b/video/mplayer2/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=mplayer2
+if [ "$MPLAYER2_BRANCH" == "scm" ]; then
+ if [ "$MPLAYER2_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=git
+ fi
+ SOURCE=$SPELL-git.tar.bz2
+ SOURCE_URL[0]=git_http://git.mplayer2.org/$SPELL:$SPELL-git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+else
+ VERSION=2.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://ftp.mplayer2.org/pub/release/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ PATCHLEVEL=1
+ WEB_SITE=http://www.mplayer2.org/
+ LICENSE[0]=GPL
+ ENTERED=20120101
+ KEYWORDS="player video"
+ SHORT="An advanced general-purpose video player."
+cat << EOF
+mplayer2 is an advanced general-purpose video player. A fork of the original
+MPlayer project, it contains significant further development and supports a
+number of features not available in other Unix players.
+EOF
diff --git a/video/mplayer2/HISTORY b/video/mplayer2/HISTORY
new file mode 100644
index 0000000..2f2a2b1
--- /dev/null
+++ b/video/mplayer2/HISTORY
@@ -0,0 +1,3 @@
+2012-01-01 Robin Cook <rcook AT wyrms.net>
+ * New Spell: BUILD, CONFIGURE, CONFLICTS, DEPENDS, DETAILS, PREPARE,
+ PROVIDES
diff --git a/video/mplayer2/PREPARE b/video/mplayer2/PREPARE
new file mode 100755
index 0000000..83f15d3
--- /dev/null
+++ b/video/mplayer2/PREPARE
@@ -0,0 +1,3 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
+
diff --git a/video/mplayer2/PROVIDES b/video/mplayer2/PROVIDES
new file mode 100755
index 0000000..fb82d54
--- /dev/null
+++ b/video/mplayer2/PROVIDES
@@ -0,0 +1 @@
+provides MPLAYER
diff --git a/video/mplayer2/mplayer.png b/video/mplayer2/mplayer.png
new file mode 100644
index 0000000..9831f69
Binary files /dev/null and b/video/mplayer2/mplayer.png differ
diff --git a/video/mplayer2/mplayer2-2.0.tar.bz2.sig
b/video/mplayer2/mplayer2-2.0.tar.bz2.sig
new file mode 100644
index 0000000..9421b21
Binary files /dev/null and b/video/mplayer2/mplayer2-2.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (9fa1ac1ab38c2f57bcaf8b162ca77fc43d44ea21), Robin Cook, 01/01/2012

Archive powered by MHonArc 2.6.24.

Top of Page