goggles music manager.
This commit is contained in:
@@ -4,18 +4,19 @@
|
||||
# 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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import shelltools, cmaketools, pisitools, get
|
||||
|
||||
j = ''.join([
|
||||
' -DCMAKE_BUILD_TYPE=Release',
|
||||
' -DWITH_ALSA=ON',
|
||||
' -DWITH_NATIVE=OFF -L '
|
||||
' -DWITH_CFOX=OFF',
|
||||
' -DWITH_NATIVE=OFF',
|
||||
' -B_build -L '
|
||||
])
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-B_build %s" % j)
|
||||
#shelltools.unlinkDir("cfox")
|
||||
cmaketools.configure(j)
|
||||
|
||||
def build():
|
||||
shelltools.cd("_build")
|
||||
@@ -26,4 +27,3 @@ def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("../AUTHORS", "../ChangeLog")
|
||||
|
||||
|
||||
@@ -15,11 +15,13 @@
|
||||
<Description>
|
||||
A fast and lightweight manager of a large music collections and audio player.
|
||||
</Description>
|
||||
<Archive sha1sum="3f302883e3cc67a6cfdce8ae5bf0c882b91fcaf1" type="targz">
|
||||
https://github.com/gogglesmm/gogglesmm/archive/refs/tags/1.2.2.tar.gz
|
||||
<Archive sha1sum="290ae6a21ecdac9d1b4efc1d4a4154a0b6d27324" type="targz">
|
||||
https://github.com/gogglesmm/gogglesmm/archive/refs/tags/1.2.3.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>reswrap</Dependency>
|
||||
<Dependency>fox-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
@@ -72,6 +74,7 @@
|
||||
<Package>
|
||||
<Name>gogglesmm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fox</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>flac</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
@@ -116,6 +119,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-04-25</Date>
|
||||
<Version>1.2.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-12-21</Date>
|
||||
<Version>1.2.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user