ncmpcpp-0.10.1
This commit is contained in:
@@ -8,12 +8,12 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
j = "--enable-outputs \
|
||||
--disable-clock \
|
||||
--disable-static \
|
||||
--disable-visualizer \
|
||||
--with-taglib \
|
||||
"
|
||||
j = ''.join([
|
||||
' --enable-outputs',.
|
||||
' --disable-clock',
|
||||
' --disable-static',
|
||||
' --with-taglib '
|
||||
])
|
||||
|
||||
def setup():
|
||||
autotools.configure(j)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
ncmpcpp – featureful ncurses based MPD client inspired by ncmpc.
|
||||
</Description>
|
||||
<Archive sha1sum="7e88cabbfacd76054f180860f420b0e1966c6e83" type="tarbz2">
|
||||
https://rybczak.net/ncmpcpp/stable/ncmpcpp-0.9.2.tar.bz2
|
||||
<Archive sha1sum="d8b0790a91935c4aa9d366c353d3e1a59d52f8ec" type="targz">
|
||||
https://github.com/ncmpcpp/ncmpcpp/archive/0.10.1/ncmpcpp-0.10.1.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ccache</Dependency>
|
||||
@@ -56,6 +56,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2024-10-24</Date>
|
||||
<Version>0.10.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2023-10-30</Date>
|
||||
<Version>0.9.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user