Merge pull request #6826 from Rmys/master

clementine:rebuild
This commit is contained in:
Rmys
2019-04-24 00:52:23 +03:00
committed by GitHub
2 changed files with 13 additions and 10 deletions
-6
View File
@@ -10,12 +10,6 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.system("sed -i 's|lastfm5/ws.h|lastfm/ws.h|g' CMakeLists.txt")
shelltools.system("sed -i 's|lastfm5/Track.h|lastfm/Track.h|g' CMakeLists.txt")
shelltools.system("sed -i 's|<lastfm5/|<lastfm/|g' src/internet/lastfm/lastfmcompat.h")
shelltools.system("sed -i 's|<lastfm5/|<lastfm/|g' src/internet/lastfm/lastfmservice.cpp")
shelltools.system("sed -i 's|<lastfm5/|<lastfm/|g' src/internet/lastfm/lastfmsettingspage.cpp")
shelltools.system("sed -i 's|<lastfm5/Track.h>|<lastfm/Track.h>|g' src/core/song.cpp")
shelltools.system("sed -i 's|Exec=clementine %U|Exec=clementine|g' dist/clementine.desktop")
cmaketools.configure(" \
-DCMAKE_INSTALL_PREFIX=/usr \
+13 -4
View File
@@ -14,7 +14,7 @@
<IsA>app:gui</IsA>
<Summary>A cross-platform music player based on Amarok 1.4</Summary>
<Description>Clementine is a modern music player and library organiser. Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt4.</Description>
<Archive sha1sum="3d08f1fd25930ceb50993ab8442fd7c129716c2f" type="zip">https://github.com/clementine-player/Clementine/archive/03428b53c2cd59569860f5b831ee096a9e635131.zip</Archive>
<Archive sha1sum="6d561d1d5678cc3a97f998620271d6cee53d5f11" type="zip">https://github.com/clementine-player/Clementine/archive/3b76fa62752f25b445ee2a71f02c0c9d7581735a.zip</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>qt5-base-devel</Dependency>
@@ -58,11 +58,11 @@
<Dependency>libcdio-paranoia-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">tokenizer.diff</Patch>
<!-- <Patch level="1">tokenizer.diff</Patch> -->
<!-- <Patch level="1">clementine-gcc6.patch</Patch> -->
<Patch level="1">add-missing-functional-includes-5630.patch</Patch>
<!-- <Patch level="1">add-missing-functional-includes-5630.patch</Patch> -->
<!-- <Patch level="1">clementine-1.3.1-chromaprint-1.4.0.patch</Patch> -->
<Patch level="1">clementine-cryptopp6.patch</Patch>
<!-- <Patch level="1">clementine-cryptopp6.patch</Patch> -->
</Patches>
</Source>
@@ -82,7 +82,9 @@
<Dependency>libcdio</Dependency>
<Dependency>libgpod</Dependency>
<Dependency>protobuf</Dependency>
<Dependency>crypto++</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>liblastfm</Dependency>
<Dependency>libmygpo-qt</Dependency>
<Dependency>gstreamer</Dependency>
@@ -97,6 +99,13 @@
</Package>
<History>
<Update release="7">
<Date>2019-04-24</Date>
<Version>1.3.1</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2018-05-11</Date>
<Version>1.3.1</Version>