pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/cantata
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 1 09:35:23 UTC 2023
Modified Files:
pkgsrc/audio/cantata: Makefile distinfo
pkgsrc/audio/cantata/patches: patch-CMakeLists.txt
Log Message:
cantata: update to 2.5.0.
2.5.0
-----
1. Update translations.
2. Limit number of album tracks shown in context view to 500, thanks to
ccoors.
3. Fix Community Radio Browser search.
4. Remove dirble from radio section, as its no longer active.
5. Better handling of CUE tracks when MPD is set to list as directory.
6. Disable CUE parsing in cantata by default, as MPD handles this better now.
7. Remember, and restore, main window position.
8. Disable categorized view, as its been reported to crash (#1530)
9. Remove stream providers, as many broken.
10. Fix decoding URLs when playing local files via in-built HTTP server.
11. Remove option to select cover image providers, always use all.
12. Remove Google and Spotify image search, not working.
13. Allow smaller images in itemviews.
14. Fix newlines showing as HTML tags in contextview.
15. Fix updating now-plying metadata for radio streams that transmit track
numbers.
16. When stopping Cantata controlled MPD instance, wait up to 2 seconds for
MPD to gracefully terminate (so config can be saved) before killing
process.
17. Add support for MPD's "Partitions" - implemented by dphoyes. Requires MPD
0.22 or above.
18. Allow queue to be sorted by path.
19. Fix some deprecation warnings - thanks to John Regan.
20. Fix crash when trying to copy songs to MTP device but libMTP has failed to
get storage list.
21. Don't save queue if string entered in dave dialog but cancel button
pressed.
22. Handle case where IceCast list is not GZipped.
23. Remove SoundCloud support, no longer works due to API changes.
24. Correctly update play queue time when re-order tracks - thanks to Philip
Sequeira.
25. When searching for lyrics, if fail and artist starts with "The " then try
again without "The "
26. Add "Refresh" action to hover actions for podcasts.
27. Remove superfluous blank space from the top of the cover tooltip.
28. Fix looking for cover-art with MPD's new cue track file listing.
29. Add Grouping tag support to playlists and play queue.
30. Use QCollator to compare strings.
31. If using table-style play queue, then only sort one column at a time.
32. Stop user MPD instance from GUI thread when terminating, to ensure state
can be saved.
33. Don't write empty genres to tags.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/cantata/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/cantata/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/cantata/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/cantata/Makefile
diff -u pkgsrc/audio/cantata/Makefile:1.38 pkgsrc/audio/cantata/Makefile:1.39
--- pkgsrc/audio/cantata/Makefile:1.38 Sun Jan 29 21:15:23 2023
+++ pkgsrc/audio/cantata/Makefile Wed Feb 1 09:35:23 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2023/01/29 21:15:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2023/02/01 09:35:23 wiz Exp $
-DISTNAME= cantata-2.4.2
-PKGREVISION= 19
+DISTNAME= cantata-2.5.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=CDrummond/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
Index: pkgsrc/audio/cantata/distinfo
diff -u pkgsrc/audio/cantata/distinfo:1.9 pkgsrc/audio/cantata/distinfo:1.10
--- pkgsrc/audio/cantata/distinfo:1.9 Mon Jun 27 16:05:39 2022
+++ pkgsrc/audio/cantata/distinfo Wed Feb 1 09:35:23 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2022/06/27 16:05:39 wiz Exp $
+$NetBSD: distinfo,v 1.10 2023/02/01 09:35:23 wiz Exp $
-BLAKE2s (cantata-2.4.2/cantata-2.4.2.tar.bz2) = aa9a939c083f431fc4ff053b058605b67f00747026fdf0a9056749be32ac73cf
-SHA512 (cantata-2.4.2/cantata-2.4.2.tar.bz2) = c2459a53d86e12df7e6a8f7c19880f1c353c13893401a0906ec730c34ccbf1ef070c226b55c4e772e9a54a94e7cf3a2f96b0e9223ff20057045c888c4f91d87b
-Size (cantata-2.4.2/cantata-2.4.2.tar.bz2) = 2498460 bytes
-SHA1 (patch-CMakeLists.txt) = 44a81fa0361ea4d1cb52b1701e296a8eb3aaec61
+BLAKE2s (cantata-2.4.2/cantata-2.5.0.tar.bz2) = 6e2556c6d5d02ab94418f1a5f24b27ab34b259ac2452a4de077581e99ecd4a3a
+SHA512 (cantata-2.4.2/cantata-2.5.0.tar.bz2) = 42f28321d01e0bc3a315030066b738dead8f8f8caed8c1115729a3d370d68d9d845f00576fc81ddba694bba6a4ae57c3f7de714b2e39874458548c3e5bb8b2d2
+Size (cantata-2.4.2/cantata-2.5.0.tar.bz2) = 2487031 bytes
+SHA1 (patch-CMakeLists.txt) = 77b0f565c5bb2c3695da73b489bf1256039c59e8
Index: pkgsrc/audio/cantata/patches/patch-CMakeLists.txt
diff -u pkgsrc/audio/cantata/patches/patch-CMakeLists.txt:1.2 pkgsrc/audio/cantata/patches/patch-CMakeLists.txt:1.3
--- pkgsrc/audio/cantata/patches/patch-CMakeLists.txt:1.2 Wed Nov 25 20:59:37 2020
+++ pkgsrc/audio/cantata/patches/patch-CMakeLists.txt Wed Feb 1 09:35:23 2023
@@ -1,10 +1,10 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2020/11/25 20:59:37 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.3 2023/02/01 09:35:23 wiz Exp $
Don't make application bundle on Darwin.
---- CMakeLists.txt.orig 2020-03-14 09:27:06.000000000 +0000
+--- CMakeLists.txt.orig 2021-10-06 17:18:08.000000000 +0000
+++ CMakeLists.txt
-@@ -87,7 +87,7 @@ if (AVAHI_FOUND)
+@@ -89,7 +89,7 @@ if (AVAHI_FOUND)
set(CANTATA_LIBS ${CANTATA_LIBS} ${AVAHI_LIBRARIES})
endif()
@@ -13,7 +13,7 @@ Don't make application bundle on Darwin.
set(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/share"
CACHE PATH "Define install directory for read-only architecture-independent data")
else ()
-@@ -97,7 +97,7 @@ endif ()
+@@ -99,7 +99,7 @@ endif ()
if (WIN32)
set(CANTATA_ICON_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/icons/cantata)
@@ -22,7 +22,7 @@ Don't make application bundle on Darwin.
set(MACOSX_BUNDLE_BUNDLE_NAME Cantata)
set(MACOSX_BUNDLE_EXECUTABLE cantata)
set(MACOSX_BUNDLE_SHORT_VERSION_STRING ${CANTATA_VERSION})
-@@ -130,7 +130,7 @@ if (NOT APPLE AND NOT WIN32)
+@@ -132,7 +132,7 @@ if (NOT APPLE AND NOT WIN32)
endif ()
@@ -31,7 +31,7 @@ Don't make application bundle on Darwin.
set(CMAKE_INSTALL_PREFIX "/usr")
message("-- Set install prefix to ${CMAKE_INSTALL_PREFIX}")
endif ()
-@@ -370,8 +370,6 @@ set(CANTATA_LIBS ${CANTATA_LIBS} support
+@@ -337,8 +337,6 @@ set(CANTATA_LIBS ${CANTATA_LIBS} support
if (WIN32)
# Not installed for windows - script uses sym-links...
@@ -40,12 +40,12 @@ Don't make application bundle on Darwin.
else ()
install(PROGRAMS playlists/cantata-dynamic DESTINATION ${SHARE_INSTALL_PREFIX}/${CMAKE_PROJECT_NAME}/scripts)
endif ()
-@@ -535,7 +533,7 @@ if (WIN32)
+@@ -485,7 +483,7 @@ if (WIN32)
set(CMAKE_BUILD_TYPE "Release")
- ADD_EXECUTABLE(cantata WIN32 ${CANTATA_SRCS} ${CANTATA_RC_SRCS} ${CANTATA_UI_HDRS} ${CANTATA_PO})
+ ADD_EXECUTABLE(cantata WIN32 ${CANTATA_SRCS} ${CANTATA_PO})
install(TARGETS cantata DESTINATION ${CMAKE_INSTALL_PREFIX})
-elseif (APPLE)
+elseif (FALSE)
- ADD_EXECUTABLE(cantata MACOSX_BUNDLE ${CANTATA_SRCS} ${CANTATA_RC_SRCS} ${CANTATA_UI_HDRS} ${CANTATA_PO})
+ ADD_EXECUTABLE(cantata MACOSX_BUNDLE ${CANTATA_SRCS} ${CANTATA_PO})
set(BREW_OPENSSL_PATH /usr/local/opt/openssl/lib)
Home |
Main Index |
Thread Index |
Old Index