Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4492 - (show annotations) (download)
Wed Dec 23 21:56:17 2009 UTC (14 years, 4 months ago) by niro
File size: 950 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 mbuild 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}/src
32 # create missing include
33 echo "#define SVN_REVISION \"SVN-${PVER} (Magellan-Linux)\"" > svn_revision.h || die
34 ${QMAKE} || die
35
36 cd ${SRCDIR}
37 mmake QMAKE=${QMAKE} PREFIX=/usr || die
38 }
39
40 src_install()
41 {
42 cd ${SRCDIR}
43 mmake DESTDIR=${BINDIR} QMAKE=${QMAKE} PREFIX=/usr install || die
44
45 # install docs
46 minstalldocs Changelog *.txt || die
47 }

Properties

Name Value
svn:keywords Id