[mixxx] Fix default resource folder for loading skins
by Uwe Klotz
commit 1654bcd47df730dab9160b471e63a347f24754af
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 11 09:01:22 2020 +0100
Fix default resource folder for loading skins
github_3284_unix_share_path.patch | 38 ++++++++++++++++++++++++++++++++++++++
mixxx.spec | 6 +++++-
2 files changed, 43 insertions(+), 1 deletion(-)
---
diff --git a/github_3284_unix_share_path.patch b/github_3284_unix_share_path.patch
new file mode 100644
index 0000000..1e15c69
--- /dev/null
+++ b/github_3284_unix_share_path.patch
@@ -0,0 +1,38 @@
+From 6e8fb9f8283711b78b5bf6b214a342f0a8defaad Mon Sep 17 00:00:00 2001
+From: Uwe Klotz <uklotz(a)mixxx.org>
+Date: Tue, 10 Nov 2020 19:12:34 +0100
+Subject: [PATCH] Set UNIX_SHARE_PATH to absolute path including install prefix
+
+Partially reverts and fixes commit:
+1122ae87ef9a085ed705a6a8761c6c7ad0f5dce3
+
+https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/CMake.20installation.20directories
+---
+ CMakeLists.txt | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a98c7be5b85..4481a75e371 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1038,8 +1038,10 @@ elseif(UNIX)
+ target_compile_definitions(mixxx-lib PUBLIC __APPLE__)
+ else()
+ target_compile_definitions(mixxx-lib PRIVATE __UNIX__)
++ # UNIX_SHARE_PATH must be set to the absolute path
++ # including the install prefix!
+ target_compile_definitions(
+- mixxx-lib PUBLIC UNIX_SHARE_PATH="${MIXXX_INSTALL_DATADIR}")
++ mixxx-lib PUBLIC UNIX_SHARE_PATH="${CMAKE_INSTALL_PREFIX}/${MIXXX_INSTALL_DATADIR}")
+ if(CMAKE_SYSTEM_NAME STREQUAL Linux)
+ target_compile_definitions(mixxx-lib PUBLIC __LINUX__)
+ elseif(CMAKE_SYSTEM_NAME MATCHES "^.*BSD$")
+@@ -1061,7 +1063,7 @@ if (APPLE)
+ set(MACOS_BUNDLE_VERSION "${CMAKE_PROJECT_VERSION}")
+ set(MACOS_BUNDLE_SHORTVERSION "${CMAKE_PROJECT_VERSION}")
+ set(MACOS_BUNDLE_MINOSVERSION "10.11.0")
+-
++
+ set_target_properties(mixxx PROPERTIES
+ MACOSX_BUNDLE true
+ MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/cmake/macos_bundle.plist.in"
diff --git a/mixxx.spec b/mixxx.spec
index 0c74a88..c00ec43 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -24,12 +24,13 @@
Name: mixxx
Version: 2.3.0
-Release: 0.11%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.12%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
Source0: https://github.com/mixxxdj/%{name}/archive/%{sources}/%{name}-%{sources}....
Source1: https://github.com/ibsh/libKeyFinder/archive/v2.2.2.zip#/libKeyFinder_v2....
+Patch0: github_3284_unix_share_path.patch
# Build Tools
BuildRequires: desktop-file-utils
@@ -187,6 +188,9 @@ appstream-util \
%changelog
+* Wed Nov 11 08:59:48 CET 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.12.beta.20201110git6b0fb69
+- Fix default folder for loading resources
+
* Tue Nov 10 11:35:54 CET 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.11.beta.20201110git6b0fb69
- New upstream snapshot 2.3.0-beta
- Fix ALSA real-time scheduling
4 years
[lpf-flash-plugin] Update to 32.0.0.453
by Sérgio M. Basto
commit c7f310f79624707f28f9dfcb1fc8a3367b38933c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Nov 10 23:53:58 2020 +0000
Update to 32.0.0.453
flash-plugin.spec.in | 5 ++++-
lpf-flash-plugin.spec | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index 61efcf4..601914f 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 32.0.0.445
+Version: 32.0.0.453
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -63,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/flash-player-properti
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Tue Nov 10 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.453-1
+- Update to 32.0.0.453
+
* Fri Oct 30 18:36:40 GMT 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:32.0.0.445-1
- Update to 32.0.0.445
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index db82e71..4b4b5c8 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 32.0.0.445
+Version: 32.0.0.453
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Tue Nov 10 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.453-1
+- Update to 32.0.0.453
+
* Fri Oct 30 18:36:40 GMT 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:32.0.0.445-1
- Update to 32.0.0.445
4 years
[kdenlive] Update kdenlive to 20.08.3
by Sérgio M. Basto
commit c50bbac8676b766816ebf96b87e0a4c327b5c307
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Nov 10 22:54:45 2020 +0000
Update kdenlive to 20.08.3
.gitignore | 1 +
kdenlive.spec | 10 +++++-----
sources | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c9c470..74db451 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@
/kdenlive-20.04.3.tar.xz
/kdenlive-20.08.0.tar.xz
/kdenlive-20.08.1.tar.xz
+/kdenlive-20.08.3.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index d087c58..fe1d623 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -3,7 +3,7 @@
Name: kdenlive
Summary: Non-linear video editor
-Version: 20.08.1
+Version: 20.08.3
Release: 1%{?dist}
License: GPLv2+
@@ -157,10 +157,7 @@ fi
%{_kf5_datadir}/knotifications5/kdenlive.notifyrc
%{_kf5_datadir}/kservices5/mltpreview.desktop
%{_kf5_datadir}/kxmlgui5/kdenlive/
-%{_kf5_sysconfdir}/xdg/kdenlive_keyboardschemes.knsrc
-%{_kf5_sysconfdir}/xdg/kdenlive_renderprofiles.knsrc
-%{_kf5_sysconfdir}/xdg/kdenlive_titles.knsrc
-%{_kf5_sysconfdir}/xdg/kdenlive_wipes.knsrc
+%{_datadir}/knsrcfiles/*.knsrc
%{_kf5_datadir}/qlogging-categories5/kdenlive.categories
%{_kf5_mandir}/man1/kdenlive.1*
%{_kf5_mandir}/man1/kdenlive_render.1*
@@ -169,6 +166,9 @@ fi
%changelog
+* Fri Nov 06 2020 Sérgio Basto <sergio(a)serjux.com> - 20.08.3-1
+- Update kdenlive to 20.08.3
+
* Mon Sep 21 2020 Sérgio Basto <sergio(a)serjux.com> - 20.08.1-1
- Update kdenlive to 20.08.1
diff --git a/sources b/sources
index 4e234d9..3bcc273 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (kdenlive-20.08.1.tar.xz) = 540c13df8eb73f53d022895f4d4a67fd7523829b48628fd8b596af07962099dff8214f37aeb80339503afd4b0f11ab959b6af89b08e4d8a85f012fa1502e4246
+SHA512 (kdenlive-20.08.3.tar.xz) = ed3ccffbe7c56d54e3c490d818a504bc4a3d65fd81c4d816a549d2a7d436b5320497145d122f352066def23c43aed523e2d31eb2a2f50378fb0122a89a23c424
SHA512 (rttr-0.9.6.tar.gz) = 5c94f037b319568d351ee6d25f1404adce00b40598dce4a331789d5357c059e50aae3894f90e60d37307b7e96f4672ae09d3798bbe47f796ef2044f1ac6f9e50
4 years
[mixxx/f32] New upstream snapshot 2.3.0-0.11.beta.20201110git6b0fb69
by Uwe Klotz
commit 1be77182d7b0c44666dfa1beb00200610122a48d
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Tue Nov 10 11:39:58 2020 +0100
New upstream snapshot 2.3.0-0.11.beta.20201110git6b0fb69
mixxx.spec | 10 +++++++---
sources | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 5348b7f..92b1c02 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -9,9 +9,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit 8e90a47e51ce8aa725d1dd68d106f397f54c6183
+%global gitcommit 6b0fb694b8f215daf775c72f524b94d038fffb95
# Format: <yyyymmdd>
-%global gitcommitdate 20201104
+%global gitcommitdate 20201110
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -24,7 +24,7 @@
Name: mixxx
Version: 2.3.0
-Release: 0.10%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.11%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -186,6 +186,10 @@ appstream-util \
%changelog
+* Tue Nov 10 11:35:54 CET 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.11.beta.20201110git6b0fb69
+- New upstream snapshot 2.3.0-beta
+- Fix ALSA real-time scheduling
+
* Wed Nov 4 14:48:50 CET 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.10.beta.20201104git8e90a47
- New upstream snapshot 2.3.0-beta
- Disable LTO on all platforms after crash reports for x86_64
diff --git a/sources b/sources
index 843961d..227a5b2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libKeyFinder_v2.2.2.zip) = 4c8745ebcda65c7bbe00016e53b813e704eff1ca7262868a91359f51979b84e43492993cfc7b02ecd8142ded15a7c3ec64751234cb06fa5b27b7695f9937110b
-SHA512 (mixxx-8e90a47e51ce8aa725d1dd68d106f397f54c6183.tar.gz) = 57b3388e7caa9ef845dc7d5f644e8ca874cdde14c5d1f900f309357c33bf2dd310638f8c8e4a9cf7e6f838ca3e25e19c7cb5a68b6006d721daaf47b1eca41a75
+SHA512 (mixxx-6b0fb694b8f215daf775c72f524b94d038fffb95.tar.gz) = dc07acabbe524b9406636189efaf31886468e397fae9cb024cc8ff1d7e97860e0c0d3723411cca94b455da9b8100974082319f0c372e47b805023201c044ca35
4 years