didn't want to use it, but yeah I suspected I'd have to, it works now!
OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/clementine/Makefile,v
retrieving revision 1.54
diff -u -p -u -r1.54 Makefile
--- Makefile 28 May 2022 06:19:58 -0000 1.54
+++ Makefile 27 Jan 2023 10:22:43 -0000
@@ -2,9 +2,9 @@ COMMENT = music player
GH_ACCOUNT = clementine-player
GH_PROJECT = Clementine
-GH_TAGNAME = 1.4.0rc1-550-g72c1f91c0
-REVISION = 2
-PKGNAME = clementine-${GH_TAGNAME:C/-550.*/pl550/}
+GH_TAGNAME = 1.4.0rc2
+EPOCH = 0
+PKGNAME = clementine-${GH_TAGNAME}
CATEGORIES = audio x11
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/clementine/distinfo,v
retrieving revision 1.7
diff -u -p -u -r1.7 distinfo
--- distinfo 30 Apr 2021 22:46:24 -0000 1.7
+++ distinfo 27 Jan 2023 10:22:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (Clementine-1.4.0rc1-550-g72c1f91c0.tar.gz) = isjv0Q7XfhsmQS5sGSceIDM45f5WwFQCBYjl1qBLjGM=
-SIZE (Clementine-1.4.0rc1-550-g72c1f91c0.tar.gz) = 9040909
+SHA256 (Clementine-1.4.0rc2.tar.gz) = I5Xv3vATqmXsi4Uh1Um/dtveT5M4Z745U/MVUxAerWM=
+SIZE (Clementine-1.4.0rc2.tar.gz) = 9073685
Index: patches/patch-ext_libclementine-common_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/audio/clementine/patches/patch-ext_libclementine-common_CMakeLists_txt,v
retrieving revision 1.8
diff -u -p -u -r1.8 patch-ext_libclementine-common_CMakeLists_txt
--- patches/patch-ext_libclementine-common_CMakeLists_txt 11 Mar 2022 18:20:06 -0000 1.8
+++ patches/patch-ext_libclementine-common_CMakeLists_txt 27 Jan 2023 10:22:43 -0000
@@ -13,7 +13,7 @@ Index: ext/libclementine-common/CMakeLis
set(SOURCES
core/closure.cpp
-@@ -39,3 +39,11 @@ target_link_libraries(libclementine-common
+@@ -39,6 +39,14 @@ target_link_libraries(libclementine-common
${TAGLIB_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)
@@ -25,3 +25,6 @@ Index: ext/libclementine-common/CMakeLis
+ include_directories(${Backtrace_INCLUDE_DIRS})
+ target_link_libraries(libclementine-common ${Backtrace_LIBRARIES})
+endif(Backtrace_FOUND)
+
+ find_package(Backtrace)
+ configure_file(core/conf_backtrace.h.in conf_backtrace.h)
Index: patches/patch-ext_libclementine-common_core_logging_cpp
===================================================================
RCS file: /cvs/ports/audio/clementine/patches/patch-ext_libclementine-common_core_logging_cpp,v
retrieving revision 1.7
diff -u -p -u -r1.7 patch-ext_libclementine-common_core_logging_cpp
--- patches/patch-ext_libclementine-common_core_logging_cpp 11 Mar 2022 18:20:06 -0000 1.7
+++ patches/patch-ext_libclementine-common_core_logging_cpp 27 Jan 2023 10:22:43 -0000
@@ -2,31 +2,7 @@ Use shiny CMake FindBacktrace module.
Index: ext/libclementine-common/core/logging.cpp
--- ext/libclementine-common/core/logging.cpp.orig
+++ ext/libclementine-common/core/logging.cpp
-@@ -18,12 +18,11 @@
- // it is used by the Spotify blob which links against libspotify and is not GPL
- // compatible.
-
-+#include <config.h>
-+
- #include <cxxabi.h>
-
- #include <QtGlobal>
--#ifdef Q_OS_UNIX
--#include <execinfo.h>
--
No comments:
Post a Comment