summaryrefslogtreecommitdiffstats
path: root/recipes/gnome-mplayer/gnome-mplayer_svn.bb
blob: 97ed70e896e99b64d3e334caae4a241948addfef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require gnome-mplayer.inc

SRCREV = "1652"
PV = "0.9.9+svnr${SRCPV}"
PR = "${INC_PR}.0"
S = "${WORKDIR}/trunk"

SRC_URI = "svn://gnome-mplayer.googlecode.com/svn/;module=trunk;proto=http \
           file://default.patch;patch=1 \
"

# Untested
DEFAULT_PREFERENCE = "-1"

#hack, should use CXX to link:
LDFLAGS_append = " -lstdc++ "