From c1ae1a6ab7218fc0d774d96495dd9421703280ab Mon Sep 17 00:00:00 2001 From: 4fury Date: Sat, 21 Mar 2020 09:00:21 +0300 Subject: [PATCH] deadbeef: ver. bump. --- multimedia/sound/deadbeef/actions.py | 17 +++--- multimedia/sound/deadbeef/pspec.xml | 80 +++++++++++++--------------- 2 files changed, 46 insertions(+), 51 deletions(-) diff --git a/multimedia/sound/deadbeef/actions.py b/multimedia/sound/deadbeef/actions.py index ef5483e429..2ab8f05e69 100644 --- a/multimedia/sound/deadbeef/actions.py +++ b/multimedia/sound/deadbeef/actions.py @@ -2,16 +2,21 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get +w = "-Wno-unused-but-set-variable -Wno-deprecated-declarations \ +-Wno-incompatible-pointer-types -Wno-multichar -Wno-unused-result \ +-Wno-misleading-indentation -Wno-dangling-else -Wno-parentheses \ +-Wno-unused-variable -Wno-unused-value -Wno-vla" def setup(): - autotools.configure("--prefix=/usr --disable-oss") - + pisitools.cflags.add(w) + autotools.configure("--disable-oss") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): @@ -20,7 +25,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", \ - "ChangeLog", \ - "COPYING*", \ - "README") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README") + diff --git a/multimedia/sound/deadbeef/pspec.xml b/multimedia/sound/deadbeef/pspec.xml index 8d44814d4a..45c73075fb 100644 --- a/multimedia/sound/deadbeef/pspec.xml +++ b/multimedia/sound/deadbeef/pspec.xml @@ -1,34 +1,37 @@ - + deadbeef - https://sourceforge.net/projects/deadbeef/ + https://deadbeef.sourceforge.io/ PisiLinux Community admins@pisilinux.org GPLv2 - deadbeef app:gui multimedia.sound - Audio player for GNU/Linux systems with X11 + Audio player for GNU/Linux systems with X11. DeaDBeeF (as in 0xDEADBEEF) is a modular audio player for GNU/Linux, *BSD, OpenSolaris, macOS, and other UNIX-like systems. - - https://netcologne.dl.sourceforge.net/project/deadbeef/travis/linux/1.8.2/deadbeef-1.8.2.tar.bz2 + + https://sourceforge.net/projects/deadbeef/files/travis/linux/1.8.3/deadbeef-1.8.3.tar.bz2 - + + intltool atk-devel gtk2-devel gtk3-devel flac-devel + curl-devel + yasm-devel + dbus-devel + zlib-devel + glib2-devel faad2-devel cairo-devel pango-devel @@ -37,13 +40,14 @@ libmad-devel libzip-devel imlib2-devel + mpg123-devel + libX11-devel + jansson-devel wavpack-devel libcddb-devel libopus-devel - alsa-lib-devel libmp4v2-devel libvorbis-devel @@ -52,16 +56,6 @@ gdk-pixbuf-devel libsamplerate-devel pulseaudio-libs-devel - libcdio-devel - curl-devel - yasm-devel - dbus-devel - zlib-devel - glib2-devel - libX11-devel - jansson-devel - mpg123-devel - intltool @@ -71,55 +65,53 @@ atk gtk2 gtk3 + curl + dbus + zlib flac + glib2 faad2 cairo pango - libcue + libogg + libgcc + mpg123 + libX11 ffmpeg libmad libzip imlib2 wavpack + libcdio libcddb - libopus - alsa-lib - libmp4v2 libvorbis cdparanoia - libogg libsndfile gdk-pixbuf libsamplerate pulseaudio-libs - libcdio - curl - dbus - zlib - glib2 - libgcc - jansson - mpg123 - libX11 /usr/bin - /usr/include/deadbeef - /usr/lib/deadbeef - /usr/share/applications - /usr/share/deadbeef - /usr/share/icons + /usr/include + /usr/lib + /usr/share /usr/share/locale /usr/share/doc + + 2020-03-20 + 1.8.3 + Version bump. + fury + wascheme@tuta.io + 2020-03-08 1.8.2