aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome-mplayer/gnome-mplayer.inc
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2010-02-17 20:19:26 +0000
committerKoen Kooi <koen@openembedded.org>2010-02-18 15:26:23 +0100
commit2844d88537ed96bb0709a255e4ae4e082b15ae9f (patch)
tree474e9f7de2b58e21fc1f1d298df4c2fd7d8618e6 /recipes/gnome-mplayer/gnome-mplayer.inc
parent7f50e793649782d95a29a193d1962e0138a00d2a (diff)
downloadopenembedded-2844d88537ed96bb0709a255e4ae4e082b15ae9f.tar.gz
gnome-mplayer: Add INC_PR support to recipes, add 0.9.9 and bump svn to latest SVN not the same checkin as the 0.9.9 release.
* Also mark SVN and def_pref=-1 so people default to the latest stable 0.9.9 as that is the same code as the old SVN recipe.
Diffstat (limited to 'recipes/gnome-mplayer/gnome-mplayer.inc')
-rw-r--r--recipes/gnome-mplayer/gnome-mplayer.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/gnome-mplayer/gnome-mplayer.inc b/recipes/gnome-mplayer/gnome-mplayer.inc
index 07445ce4e6..dc364ffc38 100644
--- a/recipes/gnome-mplayer/gnome-mplayer.inc
+++ b/recipes/gnome-mplayer/gnome-mplayer.inc
@@ -8,7 +8,9 @@ RDEPENDS = "mplayer"
inherit gnome
-SRC_URI = "http://gnome-mplayer.googlecode.com/files/${P}.tar.gz"
+INC_PR = "r10"
+
+SRC_URI = "http://gnome-mplayer.googlecode.com/files/${P}.tar.gz;name=gnomemplayer"
PACKAGES =+ "${PN}-nautilus-extension"
FILES_${PN}-nautilus-extension = "${libdir}/nautilus/extension*/*.so"
@@ -20,4 +22,3 @@ FILES_${PN} += "${datadir}/icons ${datadir}/gnome-control-center/"
do_install_append() {
sed -i "s/OnlyShowIn=GNOME;//" ${D}${datadir}/applications/gnome-mplayer.desktop
}
-