Merge pull request #6741 from 4fury/master

deadbeef version bump
This commit is contained in:
Rmys
2019-04-14 23:02:58 +03:00
committed by GitHub
2 changed files with 38 additions and 14 deletions
+10 -6
View File
@@ -5,14 +5,14 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
#if compile against gtk3=yes then a libtool compile error, so now build against gtk2
shelltools.system("./autogen.sh")
autotools.configure("--enable-gtk3=no --enable-staticlink=no")
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -20,7 +20,11 @@ def build():
autotools.make()
def install():
autotools.install()
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README")
pisitools.dodoc("about.txt", \
"AUTHORS", \
"ChangeLog", \
"COPYING*", \
"README*")
+28 -8
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>deadbeef</Name>
<Homepage>http://deadbeef.sourceforge.net</Homepage>
<Homepage>http://deadbeef.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLİnux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -13,11 +13,15 @@
<IsA>app:gui</IsA>
<PartOf>multimedia.sound</PartOf>
<Summary>Audio player for GNU/Linux systems with X11</Summary>
<Description>DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11 (though now it also runs in plain console without X, in FreeBSD, and in OpenSolaris).</Description>
<Archive sha1sum="5db2c1676f69654bee8bfb8f0995148d68673d90" type="targz">https://github.com/Alexey-Yakovenko/deadbeef/archive/0.7.2.tar.gz</Archive>
<!--<Patches>
<Description>
DeaDBeeF (as in 0xDEADBEEF) is a modular audio player for GNU/Linux, *BSD, OpenSolaris, macOS, and other UNIX-like systems.
</Description>
<Archive sha1sum="9a9bab6b0e072169f17624dc885bf07e69941a2b" type="targz">
https://codeload.github.com/DeaDBeeF-Player/deadbeef/tar.gz/1.8.0
</Archive>
<!-- <Patches>
<Patch level="1">plugins_vfs_zip_vfs_zip_c.patch</Patch>
</Patches>-->
</Patches> -->
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
@@ -26,13 +30,17 @@
<Dependency>faad2-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libcue-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libmad-devel</Dependency>
<Dependency>libzip-devel</Dependency>
<Dependency>imlib2-devel</Dependency>
<Dependency>wavpack-devel</Dependency>
<Dependency>libcddb-devel</Dependency>
<Dependency>libopus-devel</Dependency>
<!-- <Dependency>opusfile-devel</Dependency> -->
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libmp4v2-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>cdparanoia-devel</Dependency>
@@ -61,13 +69,17 @@
<Dependency>faad2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libcue</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libmad</Dependency>
<Dependency>libzip</Dependency>
<Dependency>imlib2</Dependency>
<Dependency>wavpack</Dependency>
<Dependency>libcddb</Dependency>
<Dependency>libopus</Dependency>
<!-- <Dependency>opusfile</Dependency> -->
<Dependency>alsa-lib</Dependency>
<Dependency>libmp4v2</Dependency>
<Dependency>libvorbis</Dependency>
<Dependency>cdparanoia</Dependency>
<Dependency>libogg</Dependency>
@@ -87,17 +99,25 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="header">/usr/include/deadbeef</Path>
<Path fileType="library">/usr/lib/deadbeef</Path>
<Path fileType="data">/usr/lib/deadbeef/convpresets</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/deadbeef</Path>
<Path fileType="doc">/usr/share/doc/deadbeef</Path>
<Path fileType="data">/usr/share/deadbeef/pixmaps</Path>
<Path fileType="data">/usr/share/icons/hicolor/*/apps</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc/deadbeef</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2019-04-14</Date>
<Version>1.8.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="7">
<Date>2018-09-01</Date>
<Version>0.7.20</Version>