@@ -8,13 +8,25 @@ 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"
|
||||
j = "-Wno-multichar \
|
||||
-Wno-parentheses \
|
||||
-Wno-unused-value \
|
||||
-Wno-unused-result \
|
||||
-Wno-dangling-else \
|
||||
-Wno-unused-variable \
|
||||
-Wno-stringop-overflow \
|
||||
-Wno-misleading-indentation \
|
||||
-Wno-unused-but-set-variable \
|
||||
-Wno-unused-but-set-variable \
|
||||
-Wno-deprecated-declarations \
|
||||
-Wno-incompatible-pointer-types \
|
||||
"
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add(w)
|
||||
pisitools.cflags.add(j)
|
||||
pisitools.cxxflags.add("-Wno-deprecated-declarations -Wno-vla")
|
||||
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("--disable-oss")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
DeaDBeeF (as in 0xDEADBEEF) is a modular audio player for GNU/Linux, *BSD, OpenSolaris, macOS, and other UNIX-like systems.
|
||||
</Description>
|
||||
<Archive sha1sum="9dad1cbee18c62981c9de795f6f97c0e29337e9f" type="tarbz2">
|
||||
https://sourceforge.net/projects/deadbeef/files/travis/linux/1.8.3/deadbeef-1.8.3.tar.bz2
|
||||
<Archive sha1sum="798970ac4fe82f87f8ab1a2e135356ab0701e194" type="tarbz2">
|
||||
https://sourceforge.net/projects/deadbeef/files/travis/linux/1.8.4/deadbeef-1.8.4.tar.bz2
|
||||
</Archive>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">plugins_vfs_zip_vfs_zip_c.patch</Patch> -->
|
||||
@@ -105,6 +105,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2020-06-29</Date>
|
||||
<Version>1.8.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2020-03-20</Date>
|
||||
<Version>1.8.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user