# HG changeset patch # User Christopher Rogers # Date 1334821898 0 # Node ID 30ee1300dc38798d5f3935c271bddd70f43623d7 # Parent 01d294e2fcd008358bddb478c67b017b8f9bdfb1 Up: audacious to 3.2.2. diff -r 01d294e2fcd0 -r 30ee1300dc38 audacious-dev/receipt --- a/audacious-dev/receipt Thu Apr 19 07:36:56 2012 +0000 +++ b/audacious-dev/receipt Thu Apr 19 07:51:38 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="audacious-dev" -VERSION="3.1" +VERSION="3.2.2" CATEGORY="multimedia" SHORT_DESC="Music player like xmms" WEB_SITE="http://audacious-media-player.org/" diff -r 01d294e2fcd0 -r 30ee1300dc38 audacious/receipt --- a/audacious/receipt Thu Apr 19 07:36:56 2012 +0000 +++ b/audacious/receipt Thu Apr 19 07:51:38 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="audacious" -VERSION="3.1" +VERSION="3.2.2" CATEGORY="multimedia" SHORT_DESC="Music player like xmms" MAINTAINER="mimas@slitaz.org" @@ -9,7 +9,7 @@ BUILD_DEPENDS="gtk+-dev libmowgli-dev libmowgli libmcs libmcs-dev dbus-dev dbus-glib-dev libxml2-dev libsamplerate-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://audacious-media-player.org/" -WGET_URL="http://distfiles.atheme.org/$TARBALL" +WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL" TAGS="music audio player mp3 ogg" # Rules to configure and make the package. @@ -24,8 +24,6 @@ --disable-sse2 \ $CONFIGURE_ARGS && make && - mkdir -p $DESTDIR/usr/bin - cp -a $src/src/audacious/audacious2 $DESTDIR/usr/bin make DESTDIR=$DESTDIR install }