# HG changeset patch # User Hans-G?nter Theisgen # Date 1659804790 -3600 # Node ID ac8c0c2e6e3571cd1eaa67452b14215895a4b9f7 # Parent 7510d110862e46e25619b4b530141e8d11ad35d7 removed obsolete recipes diff -r 7510d110862e -r ac8c0c2e6e35 audacious-dev/receipt --- a/audacious-dev/receipt Sat Aug 06 17:47:39 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="audacious-dev" -VERSION="3.6" -CATEGORY="development" -SHORT_DESC="Audacious development files" -WEB_SITE="http://audacious-media-player.org/" -MAINTAINER="mimas@slitaz.org" -LICENSE="GPL" -WANTED="audacious" - -DEPENDS="pkg-config libguess-dev" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib -} diff -r 7510d110862e -r ac8c0c2e6e35 audacious-plugins/receipt --- a/audacious-plugins/receipt Sat Aug 06 17:47:39 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="audacious-plugins" -VERSION="3.6" -CATEGORY="multimedia" -SHORT_DESC="Plugins for audacious music player" -MAINTAINER="mimas@slitaz.org" -LICENSE="MIT" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://audacious-media-player.org/" -WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL" - -SUGGESTED="curl faad2 ffmpeg flac fluidsynth jack-audio-connection-kit lame \ -libcddb libcdio libcue libmad libmms libmodplug libnotify libsamplerate \ -libsndfile libvorbis lirc mpg123 neon taglib wavpack" -DEPENDS="alsa-lib dbus-glib" -BUILD_DEPENDS="gtk+-dev audacious-dev libguess-dev zlib-dev mpg123-dev \ -dbus-glib-dev lirc-dev xorg-libXcomposite-dev libnotify-dev libvorbis-dev \ -flac-dev wavpack-dev faad2-dev libsndfile-dev libmodplug-dev ffmpeg-dev \ -jack-audio-connection-kit-dev alsa-lib-dev fluidsynth-dev libcdio-dev \ -libcddb-dev curl-dev neon-dev libmms-dev libcue-dev lame-dev libsamplerate-dev \ -coreutils-file-attributes" - -# Rules to configure and make the package. -compile_rules() -{ - TPUT=/bin/true ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/usr $fs - rm -rf $fs/usr/share/locale -} diff -r 7510d110862e -r ac8c0c2e6e35 audacious/receipt --- a/audacious/receipt Sat Aug 06 17:47:39 2022 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="audacious" -VERSION="3.6" -CATEGORY="multimedia" -SHORT_DESC="Audacious is a versatile and handy multi platform media player" -MAINTAINER="mimas@slitaz.org" -LICENSE="GPL" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://audacious-media-player.org/" -WGET_URL="http://distfiles.audacious-media-player.org/$TARBALL" -TAGS="music audio player mp3 ogg m4a" - -DEPENDS="gtk+ libguess audacious-plugins" -BUILD_DEPENDS="gtk+-dev libguess-dev coreutils-file-attributes" - -# Rules to configure and make the package. -compile_rules() -{ - TPUT=/bin/true ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --with-buildstamp="SliTaz" \ - $CONFIGURE_ARGS && - make build_env=host && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share $fs/usr/lib $fs/usr/bin - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib/ - cp -a $install/usr/share/$PACKAGE $fs/usr/share - cp -a $install/usr/share/icons $fs/usr/share -}