summaryrefslogtreecommitdiffstats
path: root/recipes/gnome-mplayer/gnome-mplayer_svn.bb
blob: 7dc0100d5043db19085186b0528439e790f9cce9 (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;apply=yes \
"

# Untested
DEFAULT_PREFERENCE = "-1"

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