aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome-mplayer/gnome-mplayer_svn.bb
blob: 77b121a23712b33ac424479e5df8471e4cb18c5e (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 \
"

# Untested
DEFAULT_PREFERENCE = "-1"

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