Magellan Linux

Contents of /trunk/extras/smplayer/smplayer-0.6.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4486 - (show annotations) (download)
Wed Dec 23 21:45:03 2009 UTC (14 years, 5 months ago) by niro
File size: 765 byte(s)
auto added: ver bump to 0.6.8-r1
1 # $Id$
2
3 PNAME="smplayer"
4 PVER="0.6.8"
5 PBUILD="r1"
6
7 PCATEGORIE="media-video"
8 STATE="unstable"
9
10 DESCRIPTION="SMPlayer intends to be a complete QT4 based front-end for MPlayer."
11 HOMEPAGE="http://smplayer.sourceforge.net/"
12
13 DEPEND=">= media-video/mplayer-1
14 >= x11-libs/qt4-gui-4.5"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 # qt4 include is needed to export QMAKE=qmake4!
20 sminclude mtools xdg qt4
21
22 SRC_URI=(
23 sourceforge://${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd_sourceforge ${PNAME} SMPlayer - ${PNAME}"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32 mmake PREFIX=/usr || die
33 }
34
35 src_install()
36 {
37 cd ${SRCDIR}
38 mmake DESTDIR=${BINDIR} PREFIX=/usr install || die
39
40 # install docs
41 minstalldocs Changelog *.txt || die
42 }

Properties

Name Value
svn:keywords Id