[Lunar-commits] <moonbase> smplayer: initial import. On the first launch, it will tell you our current MPlayer version is old, and some functions may not work. The MPlayer website does say it is outdated. We might want to do something about that.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Mar 11 16:09:45 CET 2009


commit dc11f82017c99031936c8d1ca388bb73f8af0f79
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Mar 11 11:09:45 2009 -0400

    smplayer: initial import. On the first launch, it will tell you our
    current MPlayer version is old, and some functions may not work. The
    MPlayer website does say it is outdated. We might want to do something
    about that.
---
 video/smplayer/BUILD   |   18 ++++++++++++++++++
 video/smplayer/DEPENDS |    3 +++
 video/smplayer/DETAILS |   21 +++++++++++++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/video/smplayer/BUILD b/video/smplayer/BUILD
new file mode 100644
index 0000000..5d028a4
--- /dev/null
+++ b/video/smplayer/BUILD
@@ -0,0 +1,18 @@
+(
+
+  . /etc/profile.d/qt4.rc
+  . /etc/profile.d/kde4.rc
+
+# These two lines gets around a make failure relating to some translation
+# character issues. This is temporary and needs to be looked at on the next
+# version bump. They are aware of this.
+  lupdate -noobsolete src/smplayer.pro &&
+  cp src/translations/smplayer_bg.ts src/translations/smplayer_gl.ts &&
+# Done
+
+  make PREFIX=$MODULE_PREFIX &&
+  prepare_install     &&
+  make PREFIX=$MODULE_PREFIX install
+
+) > $C_FIFO 2>&1
+
diff --git a/video/smplayer/DEPENDS b/video/smplayer/DEPENDS
new file mode 100644
index 0000000..5f3ef95
--- /dev/null
+++ b/video/smplayer/DEPENDS
@@ -0,0 +1,3 @@
+depends qt4
+depends kdelibs4
+depends MPlayer
diff --git a/video/smplayer/DETAILS b/video/smplayer/DETAILS
new file mode 100644
index 0000000..c880a68
--- /dev/null
+++ b/video/smplayer/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=smplayer
+         VERSION=0.6.7
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:20686ef1675191587dbe70344b55a8f691769378
+   MODULE_PREFIX=${QT4_PREFIX:-/opt/lunar/qt/4}
+        WEB_SITE=http://smplayer.sourceforge.net/
+         ENTERED=20090311
+         UPDATED=20090311
+           SHORT="the complete front-end for MPlayer"
+
+cat << EOF
+SMPlayer intends to be a complete front-end for MPlayer, from basic features
+like playing videos, DVDs, and VCDs to more advanced features like support for
+MPlayer filters and more.
+
+One of the most interesting features of SMPlayer: it remembers the settings of
+all files you play. So you start to watch a movie but you have to leave...
+don't worry, when you open that movie again it will resume at the same point you
+left it, and with the same settings: audio track, subtitles, volume...
+EOF


More information about the Lunar-commits mailing list