deadbeef.
This commit is contained in:
@@ -4,16 +4,18 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import shelltools, autotools, pisitools, get
|
||||
|
||||
i = ''.join([
|
||||
' --disable-oss',
|
||||
' --disable-coreaudio '
|
||||
])
|
||||
|
||||
def setup():
|
||||
shelltools.export("CC", "/usr/bin/clang")
|
||||
shelltools.export("CXX", "/usr/bin/clang++")
|
||||
#shelltools.export("LDFLAGS", "%s -fuse-ld=lld -ldl " % get.LDFLAGS())
|
||||
autotools.configure("--disable-oss --disable-coreaudio")
|
||||
autotools.configure(i)
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -21,5 +23,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README")
|
||||
|
||||
pisitools.dodoc("about.txt", "AUTHORS", "ChangeLog")
|
||||
|
||||
@@ -35,7 +35,7 @@ index 000000000..96ac36bca
|
||||
+"Report-Msgid-Bugs-To: \n"
|
||||
+"POT-Creation-Date: 2022-02-23 21:09+0100\n"
|
||||
+"PO-Revision-Date: 2022-11-15 19:49+0300\n"
|
||||
+"Last-Translator: AbdallaAbdalla <uglyside@yandex.ru>\n"
|
||||
+"Last-Translator: Abdallah Abdallah <uglyside@yandex.ru>\n"
|
||||
+"Language-Team: Russian (http://www.transifex.com/deadbeef-player/deadbeef-player/language/ru/)\n"
|
||||
+"Language: ru\n"
|
||||
+"MIME-Version: 1.0\n"
|
||||
@@ -3980,7 +3980,7 @@ index 5c3ff12e1..a7760164a 100644
|
||||
+ Oleksiy Yakovenko <wakeroid@gmail.com>
|
||||
+ Andrei Stepanov
|
||||
+ Dmitriy Simbiriatin <slpiv@mail.ru>
|
||||
+ AbdallaAbdalla <uglyside@yandex.ru>
|
||||
+ Abdallah Abdallah <uglyside@yandex.ru>
|
||||
+
|
||||
Sinhala
|
||||
amscata <amith@compsoc.lk>
|
||||
|
||||
@@ -17,8 +17,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="ca601dfffa936aaaffb7311f292771ab480f548b" type="tarbz2">
|
||||
mirrors://sourceforge/project/deadbeef/travis/linux/1.9.3/deadbeef-1.9.3.tar.bz2
|
||||
<Archive sha1sum="5fcd76f66113cdbe2839f8f0d5f6796c948d5f20" type="tarbz2">
|
||||
mirrors://sourceforge/project/deadbeef/travis/linux/1.9.4/deadbeef-1.9.4.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>bison</Dependency>
|
||||
@@ -117,6 +117,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2022-12-29</Date>
|
||||
<Version>1.9.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2022-11-15</Date>
|
||||
<Version>1.9.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user