ver. bump

This commit is contained in:
4fury
2019-06-26 21:23:28 +03:00
parent e92a2dc860
commit f6d471da24
2 changed files with 34 additions and 19 deletions
+3 -7
View File
@@ -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")
+31 -12
View File
@@ -3,9 +3,9 @@
<PISI>
<Source>
<Name>deadbeef</Name>
<Homepage>http://deadbeef.sourceforge.net/</Homepage>
<Homepage>https://sourceforge.net/projects/deadbeef/</Homepage>
<Packager>
<Name>PisiLİnux Community</Name>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
@@ -16,12 +16,14 @@
<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 sha1sum="3bd7a9b97142ae07c8e43f00d03c6c46c541d8e9" type="tarbz2">
https://liquidtelecom.dl.sourceforge.net/project/deadbeef/travis/linux/1.8.1/deadbeef-1.8.1.tar.bz2
</Archive>
<!-- <Patches>
<Patches>
<!--
<Patch level="1">plugins_vfs_zip_vfs_zip_c.patch</Patch>
</Patches> -->
-->
</Patches>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
@@ -38,17 +40,22 @@
<Dependency>wavpack-devel</Dependency>
<Dependency>libcddb-devel</Dependency>
<Dependency>libopus-devel</Dependency>
<!-- <Dependency>opusfile-devel</Dependency> -->
<!--
<Dependency>libopusenc-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>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>libsamplerate-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>libcdio-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>yasm-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -77,7 +84,11 @@
<Dependency>wavpack</Dependency>
<Dependency>libcddb</Dependency>
<Dependency>libopus</Dependency>
<!-- <Dependency>opusfile</Dependency> -->
<!--
<Dependency>libopusenc</Dependency>
<Dependency>opusfile</Dependency>
<Dependency>opus-tools</Dependency>
-->
<Dependency>alsa-lib</Dependency>
<Dependency>libmp4v2</Dependency>
<Dependency>libvorbis</Dependency>
@@ -85,10 +96,12 @@
<Dependency>libogg</Dependency>
<Dependency>libsndfile</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>libsamplerate</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>libcdio</Dependency>
<Dependency>curl</Dependency>
<Dependency>yasm</Dependency>
<Dependency>dbus</Dependency>
<Dependency>zlib</Dependency>
<Dependency>glib2</Dependency>
@@ -101,16 +114,22 @@
<Path fileType="executable">/usr/bin</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/pixmaps</Path>
<Path fileType="data">/usr/share/icons/hicolor/*/apps</Path>
<Path fileType="data">/usr/share/deadbeef</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc/deadbeef</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2019-06-26</Date>
<Version>1.8.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2019-04-14</Date>
<Version>1.8.0</Version>