strawberry: update to 0.9.3
0.9.3: Bugfixes: * Fix "Show in file browser" to work with thunar. * Check that the clicked rating position is to the right or left of the rectangle. * Fix rescan when collection directory is removed and readded. * Create GLib main event loop on non-glib systems to fix stream discoverer. * (macOS) Fix intermittent abort on startup. * (macOS) Fix Tidal and Qobuz search field not showing. * (macOS) Add tidal URL scheme to Info.plist. * (macOS) Fix Tidal OAuth authentication. Enhancements: * Allow editing playlist metadata for radio streams. * Make CollectionQuery subclass QSqlQuery, avoid copying QSqlQuery. * Only enable FTS3 when schema needs upgrading, since FTS5 is used for search. * Add setting for configuring the color for the currently playing song. * Add setting to turn on OSD Pretty fading. * Add commandline option to resize window. * (macOS) Make macdeployqt work with Qt 5 too. * (macOS) Show keep running option in behaviour settings. 0.9.2: Bugfixes: * Fix marking songs available. * Fix crash when transcoding music, or copying music to devices with transcoding. * Fix copying album covers to iPod. * Fix playlist tabbar close and save right click actions. * Fix slow opening of cover manager. * (macOS) Fix crash when opening cover manager. * (macOS) Fix broken Qt plugins resulting in album covers not showing. 0.9.1: Bugfixes: * Fix duplicating songs in the DB when organizing songs between 2 different collection directories. * Fix overwriting existing newer last played when importing last played from last.fm. * Fix memory leak on song change when moodbar is disabled. * Fix playlist filter search for text with spaces with Qt 6. * Fix 'Except between tracks on the same album' backend fade option always grayed out. * Fix read and save vorbis comment grouping tag. * Fix QAtomicInteger compile error on armv. * Fix compile error with protobuf 3.15.0 and newer. * Fix possible tagreader (messagereply) crashes. * Fix save album cover when album directory and no overwrite is used for saving covers. * Fix right click save cover action when album has embedded cover. * Fix temporary art saved to /tmp. * Fix playlist bitrate sometimes stuck when changing track to previous. * (macOS) Fix minor compile errors with Qt 6. * (macOS) Fix exclusively grabbing global media shortcuts. Enhancements: * Improve Musixmatch cover and lyrics search. * Decode any HTML entities in some rare cases they appear in the retrieved lyrics from the API's. * Use mimetype instead of description from stream metadata by default when updating song filetype. * Set limits for collection pixmap cache based on size units. * Convert all signal/slot connections to new Qt 5/6 syntax. * Improve album cover management. * Add right click actions to clear set cover, and option delete covers. * Show artist and album underneath the albums in the cover manager when all Artists is selected. * Disable unavailable right click cover actions. * Remove 3rdparty TagLib now that TagLib 1.12 is available. * (macOS) Update and improve build deployment/bundling for Qt 6. New features: * Add option and support for saving embedded covers for FLAC, Ogg Vorbis, MP3 and MP4/AAC.
This commit is contained in:
parent
41811e1667
commit
b114d71c71
2 changed files with 10 additions and 20 deletions
|
@ -1,7 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.18 2021/02/07 06:30:15 ryoon Exp $
|
# $NetBSD: Makefile,v 1.19 2021/04/21 09:33:45 nia Exp $
|
||||||
|
|
||||||
DISTNAME= strawberry-0.8.5
|
DISTNAME= strawberry-0.9.3
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
|
||||||
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
||||||
|
@ -43,14 +42,15 @@ PREFER.sqlite3= pkgsrc # fts5
|
||||||
|
|
||||||
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
|
||||||
|
|
||||||
|
CHECK_PORTABILITY_SKIP+= dist/macos/macversion.sh
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MV} ${DESTDIR}${PREFIX}/share/man/man1/* \
|
${MV} ${DESTDIR}${PREFIX}/share/man/man1/* \
|
||||||
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 | ${TRUE}
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 | ${TRUE}
|
||||||
|
|
||||||
.include "options.mk"
|
.include "options.mk"
|
||||||
.include "../../audio/chromaprint/buildlink3.mk"
|
.include "../../audio/chromaprint/buildlink3.mk"
|
||||||
# compiles its own copy, but no detection code in cmake
|
.include "../../audio/taglib/buildlink3.mk"
|
||||||
#.include "../../audio/taglib/buildlink3.mk"
|
|
||||||
.include "../../databases/sqlite3/buildlink3.mk"
|
.include "../../databases/sqlite3/buildlink3.mk"
|
||||||
.include "../../devel/boost-libs/buildlink3.mk"
|
.include "../../devel/boost-libs/buildlink3.mk"
|
||||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||||
|
|
|
@ -1,16 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.11 2021/02/20 11:02:41 wiz Exp $
|
$NetBSD: distinfo,v 1.12 2021/04/21 09:33:45 nia Exp $
|
||||||
|
|
||||||
SHA1 (strawberry-0.8.5.tar.xz) = 8e0178075632b1c6245369ae6e0e5cc641d2a179
|
SHA1 (strawberry-0.9.3.tar.xz) = 383ec369a4972986334717b930b5e994bdc51cc3
|
||||||
RMD160 (strawberry-0.8.5.tar.xz) = ffe16fb5adc9f2235f49f66cf3c70fdb0de2dc1b
|
RMD160 (strawberry-0.9.3.tar.xz) = 1bbfa2aa229ad7f2a41f8a89960f0d62560e527d
|
||||||
SHA512 (strawberry-0.8.5.tar.xz) = 33ab6751e5bd17ff98beed29c179c47bebca92229b94b863a172169704b2fd69d6605cf31db456dee552666b58bcbad867b3cca7bcff2cc6582c4c2c0a2f49c8
|
SHA512 (strawberry-0.9.3.tar.xz) = d253ffaa6cf0412eb135bc792c31458816fc0a1ae7070d6885487da4fb4855ffeeeeddd285b853fd10220c797c3beb73a91059514d76b1b1638350fdff17107c
|
||||||
Size (strawberry-0.8.5.tar.xz) = 10801412 bytes
|
Size (strawberry-0.9.3.tar.xz) = 10928116 bytes
|
||||||
SHA1 (patch-ext_libstrawberry-tagreader_tagreader.cpp) = 74dc9bd269cd6036e3de8dab77f91a7b713154a8
|
|
||||||
SHA1 (patch-ext_libstrawberry-tagreader_tagreader.h) = 999746c50460e9bba07f4cd98c4d257aba52d355
|
|
||||||
SHA1 (patch-ext_libstrawberry-tagreader_tagreadermessages.proto) = 68f5414be7218d080f9ea116baefbd15299ba88c
|
|
||||||
SHA1 (patch-ext_strawberry-tagreader_tagreaderworker.cpp) = 68f4a3d10d0092bd5daec4a566f9c6aab7085538
|
|
||||||
SHA1 (patch-ext_strawberry-tagreader_tagreaderworker.h) = 2542f59b5005cb229bf39a76a0aeed8cd8d22c8b
|
|
||||||
SHA1 (patch-src_core_song.cpp) = 45be66132895bd7e4336402aab09e2a312c6e967
|
|
||||||
SHA1 (patch-src_core_song.h) = 6e12068faf62d906c91932df4ae37f1a12bed840
|
|
||||||
SHA1 (patch-src_core_tagreaderclient.cpp) = 6fa0e2ee043760663613dcb00c56a2c1f42eee18
|
|
||||||
SHA1 (patch-src_core_tagreaderclient.h) = 84f4f56698e90a8d962b722c094a2e0bfc6adc78
|
|
||||||
SHA1 (patch-tests_src_tagreader__test.cpp) = b959b3db90613be370d2368bb8e55a346201d2b8
|
|
||||||
|
|
Loading…
Reference in a new issue