diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-19 17:33:15 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-19 17:45:11 +0200 |
commit | aa29e813319119d3e510db05da50d985b976ced2 (patch) | |
tree | 33f83ffd1055487b782824bc5e925e1e84581513 /recipes/gnome-mplayer/gnome-mplayer_svn.bb | |
parent | 8722f3a634adea44e10a5235c45c117f55e1721a (diff) |
gnome-mplayer: unbreak 0.5.3
* rearrange the SRC_URI situation and point to googlecode.com
* the patches don't apply to the released versions, but only to SVN
Diffstat (limited to 'recipes/gnome-mplayer/gnome-mplayer_svn.bb')
-rw-r--r-- | recipes/gnome-mplayer/gnome-mplayer_svn.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/gnome-mplayer/gnome-mplayer_svn.bb b/recipes/gnome-mplayer/gnome-mplayer_svn.bb index 06686997cb..fa270f674e 100644 --- a/recipes/gnome-mplayer/gnome-mplayer_svn.bb +++ b/recipes/gnome-mplayer/gnome-mplayer_svn.bb @@ -1,11 +1,15 @@ require gnome-mplayer.inc SRCDATE = "20080101" -PV = "0.5.3+svn${SRCDATE}" +PV = "0.9.5+svn${SRCDATE}" PR = "r6" S = "${WORKDIR}/trunk" -SRC_URI += "svn://gnome-mplayer.googlecode.com/svn/;module=trunk;proto=http" +SRC_URI = "svn://gnome-mplayer.googlecode.com/svn/;module=trunk;proto=http \ + file://ac-gthread.patch;patch=1 \ + file://1.patch;patch=1 \ + file://uchar-for-utf8-check.patch;patch=1 \ + file://non-utf8-id3-fallback.patch;patch=1" do_install_append() { sed -i "s/OnlyShowIn=GNOME;//" ${D}${datadir}/applications/gnome-mplayer.desktop |