[mixxx] cmake: Disable precompile headers
by Uwe Klotz
commit 9155dbab4156a8f806c14f3f4c59728fdc922f66
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Sat Oct 7 22:33:06 2023 +0200
cmake: Disable precompile headers
mixxx.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index d61ecc3..13eda50 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -126,9 +126,11 @@ cp %{SOURCE2} %{__cmake_builddir}/downloads
%build
+# CMAKE_DISABLE_PRECOMPILE_HEADERS: <https://github.com/mixxxdj/mixxx/issues/12073>
%cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON \
-DOPTIMIZE=portable \
-DINSTALL_USER_UDEV_RULES=ON \
-DWARNINGS_FATAL=ON \
1 year, 1 month
[mixxx] Update to libdjinterop v0.20.0
by Uwe Klotz
Summary of changes:
0ab64be... Update to libdjinterop v0.20.0 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 1 month
[mixxx/f39] Update to libdjinterop v0.20.0
by Uwe Klotz
commit 0ab64bef52647de97facfcf7379da407d73e7670
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Sat Oct 7 21:51:42 2023 +0200
Update to libdjinterop v0.20.0
mixxx.spec | 2 +-
sources | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index cccc5e6..d61ecc3 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -15,7 +15,7 @@
%global libkeyfinder_version 2.2.6
# Additional sources
-%global libdjinterop_version 0.19.2
+%global libdjinterop_version 0.20.0
%if "%{?gitcommit}" == ""
# (Pre-)Releases
diff --git a/sources b/sources
index 2533341..5d41618 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (libdjinterop-0.19.2.tar.gz) = 1fec3ef48bc20f1a6087553ba9b2332cfb30cab10ddd57307ce982be77daa0a24e53d53fb5e6e3c2d8a6552fdf6b437ab8787f4a46f893394b48eda113d3c1ff
+SHA512 (libdjinterop-0.20.0.tar.gz) = 440f49bfbe6124310df85a042704b46d35011c643ffbfd12e8ba33f2f92de874ca973d3cb188ce2054f69b75965ad67144c4179f5175dd588813f53a8383f1f6
SHA512 (libkeyfinder-2.2.6.zip) = 23ffcc4da59019349824b60dd1b125d559f39d7731fe7f00cdc8f4a97a342fa59ef5183c4e272ff4c5fd06eaa89c581e07fdb26bcfd3c98cc42d2dcc29e13e1e
SHA512 (mixxx-c5f0db1c7ec052b4401ca60e336796328bd99920.tar.gz) = 78f9aaffe456fb82e31705dd355ecdd5433fb01bb2f2c118355f4e94c2afa54dd509efe1509039db14898c4d3014ab9fe2fd48b137aa83f7883c54d8d3154b39
1 year, 1 month
[mixxx] New upstream snapshot 2.4.0-beta
by Uwe Klotz
commit fe2a0fa803dc08360bfb987c91ca638748d4660d
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Sat Oct 7 21:31:12 2023 +0200
New upstream snapshot 2.4.0-beta
mixxx.spec | 9 ++++++---
sources | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index edb6477..cccc5e6 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -7,9 +7,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit faae539eeb0319235664b6747bf86c54397ce838
+%global gitcommit c5f0db1c7ec052b4401ca60e336796328bd99920
# Format: <yyyymmdd>
-%global gitcommitdate 20230828
+%global gitcommitdate 20231007
# Additional sources
%global libkeyfinder_version 2.2.6
@@ -28,7 +28,7 @@
Name: mixxx
Version: 2.4.0
-Release: 0.3%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.4%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -221,6 +221,9 @@ appstreamcli \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Sat Oct 07 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.4
+- New upstream snapshot 2.4.0-beta
+
* Tue Aug 29 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.3
- New upstream snapshot 2.4.0-beta
diff --git a/sources b/sources
index ee514d5..2533341 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (libdjinterop-0.19.2.tar.gz) = 1fec3ef48bc20f1a6087553ba9b2332cfb30cab10ddd57307ce982be77daa0a24e53d53fb5e6e3c2d8a6552fdf6b437ab8787f4a46f893394b48eda113d3c1ff
SHA512 (libkeyfinder-2.2.6.zip) = 23ffcc4da59019349824b60dd1b125d559f39d7731fe7f00cdc8f4a97a342fa59ef5183c4e272ff4c5fd06eaa89c581e07fdb26bcfd3c98cc42d2dcc29e13e1e
-SHA512 (mixxx-faae539eeb0319235664b6747bf86c54397ce838.tar.gz) = d9a254f6303dd8094e4fbde1b09e2158256ce1ff019094d96b89dbd187d8a3b93ccebf6f6d4ff3822c71bdbde2bc02bdd1a51ad1c1c6ab8269d8ed91c7760d60
+SHA512 (mixxx-c5f0db1c7ec052b4401ca60e336796328bd99920.tar.gz) = 78f9aaffe456fb82e31705dd355ecdd5433fb01bb2f2c118355f4e94c2afa54dd509efe1509039db14898c4d3014ab9fe2fd48b137aa83f7883c54d8d3154b39
1 year, 1 month
[pipewire-codec-aptx] Update to 0.3.81
by Nicolas Chauvet
commit 27217f6c28bf009542cb3abfb8c80f6a82d391a1
Author: Nicolas Chauvet <nchauvet(a)linagora.com>
Date: Fri Oct 6 20:26:56 2023 +0200
Update to 0.3.81
pipewire-codec-aptx.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pipewire-codec-aptx.spec b/pipewire-codec-aptx.spec
index eca27b1..63bedac 100644
--- a/pipewire-codec-aptx.spec
+++ b/pipewire-codec-aptx.spec
@@ -2,7 +2,7 @@
Name: pipewire-codec-aptx
Summary: PipeWire Bluetooth aptX codec plugin
-Version: 0.3.80
+Version: 0.3.81
Release: 1%{?dist}
License: MIT
URL: https://pipewire.org/
@@ -40,6 +40,9 @@ install -pm 0755 %{_vpath_builddir}/spa/plugins/bluez5/libspa-codec-bluez5-aptx.
%{_libdir}/spa-%{spaversion}/bluez5/libspa-codec-bluez5-aptx.so
%changelog
+* Fri Oct 06 2023 Nicolas Chauvet <nchauvet(a)linagora.com> - 0.3.81-1
+- Update to 0.3.81
+
* Thu Sep 14 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 0.3.80-1
- Update to 0.3.80
diff --git a/sources b/sources
index df248fe..723bf58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pipewire-0.3.80.tar.gz) = b8b1df0034d23d782c94cbafb2f7e4030b26c3370e2f2ce2b1b86d51d3313a23247a186871a81c247e2454ca772f9edc9db8cf08bc3adc0a62fe9191ed238aee
+SHA512 (pipewire-0.3.81.tar.gz) = 2cc15b6253989f471c5468bd30add96843efc8263825369c6df94cc7e3b67fe1dbffabc677edc44e063c8c35ff09287615bb4d668999b69c81fc36854af4fd51
1 year, 1 month
[shotcut/f37] Update to 23.09.29
by Martin Gansser
Summary of changes:
4ebbab0... Update to 23.09.29 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 1 month