diff --git a/multimedia/sound/deadbeef/actions.py b/multimedia/sound/deadbeef/actions.py index 7e7867bab3..ef5483e429 100644 --- a/multimedia/sound/deadbeef/actions.py +++ b/multimedia/sound/deadbeef/actions.py @@ -5,14 +5,12 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import autotools -from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - shelltools.system("NOCONFIGURE=1 ./autogen.sh") - autotools.configure() + autotools.configure("--prefix=/usr --disable-oss") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") @@ -22,9 +20,7 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("about.txt", \ - "AUTHORS", \ + pisitools.dodoc("AUTHORS", \ "ChangeLog", \ "COPYING*", \ - "README*") - + "README") diff --git a/multimedia/sound/deadbeef/pspec.xml b/multimedia/sound/deadbeef/pspec.xml index 1da9cdac2b..da0e8850d9 100644 --- a/multimedia/sound/deadbeef/pspec.xml +++ b/multimedia/sound/deadbeef/pspec.xml @@ -3,9 +3,9 @@ deadbeef - http://deadbeef.sourceforge.net/ + https://sourceforge.net/projects/deadbeef/ - PisiLİnux Community + PisiLinux Community admins@pisilinux.org GPLv2 @@ -16,12 +16,14 @@ DeaDBeeF (as in 0xDEADBEEF) is a modular audio player for GNU/Linux, *BSD, OpenSolaris, macOS, and other UNIX-like systems. - - https://codeload.github.com/DeaDBeeF-Player/deadbeef/tar.gz/1.8.0 + + https://liquidtelecom.dl.sourceforge.net/project/deadbeef/travis/linux/1.8.1/deadbeef-1.8.1.tar.bz2 - + --> + atk-devel gtk2-devel @@ -38,17 +40,22 @@ wavpack-devel libcddb-devel libopus-devel - + alsa-lib-devel libmp4v2-devel libvorbis-devel libsndfile-devel cdparanoia-devel gdk-pixbuf-devel + libjpeg-turbo-devel libsamplerate-devel pulseaudio-libs-devel libcdio-devel curl-devel + yasm-devel dbus-devel zlib-devel glib2-devel @@ -77,7 +84,11 @@ wavpack libcddb libopus - + alsa-lib libmp4v2 libvorbis @@ -85,10 +96,12 @@ libogg libsndfile gdk-pixbuf + libjpeg-turbo libsamplerate pulseaudio-libs libcdio curl + yasm dbus zlib glib2 @@ -101,16 +114,22 @@ /usr/bin /usr/include/deadbeef /usr/lib/deadbeef - /usr/lib/deadbeef/convpresets /usr/share/applications - /usr/share/deadbeef/pixmaps - /usr/share/icons/hicolor/*/apps + /usr/share/deadbeef + /usr/share/icons /usr/share/locale - /usr/share/doc/deadbeef + /usr/share/doc + + 2019-06-26 + 1.8.1 + Version bump. + fury + wascheme@tuta.io + 2019-04-14 1.8.0