diff --git a/multimedia/sound/gogglesmm/actions.py b/multimedia/sound/gogglesmm/actions.py
index ebf6636a41..309d8c0003 100644
--- a/multimedia/sound/gogglesmm/actions.py
+++ b/multimedia/sound/gogglesmm/actions.py
@@ -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")
-
diff --git a/multimedia/sound/gogglesmm/pspec.xml b/multimedia/sound/gogglesmm/pspec.xml
index 777a8a28e0..8b475a442e 100644
--- a/multimedia/sound/gogglesmm/pspec.xml
+++ b/multimedia/sound/gogglesmm/pspec.xml
@@ -15,11 +15,13 @@
A fast and lightweight manager of a large music collections and audio player.
-
- https://github.com/gogglesmm/gogglesmm/archive/refs/tags/1.2.2.tar.gz
+
+ https://github.com/gogglesmm/gogglesmm/archive/refs/tags/1.2.3.tar.gz
cmake
+ reswrap
+ fox-devel
zlib-devel
dbus-devel
tiff-devel
@@ -72,6 +74,7 @@
gogglesmm
+ fox
dbus
flac
tiff
@@ -116,6 +119,13 @@
+
+ 2023-04-25
+ 1.2.3
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-12-21
1.2.2