Received: by mail.netbsd.org (Postfix, from userid 605) id 2D09B84D8E; Wed, 21 Apr 2021 09:33:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 675BD84D47 for ; Wed, 21 Apr 2021 09:33:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FWusorcKFO_N for ; Wed, 21 Apr 2021 09:33:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 948CA84D21 for ; Wed, 21 Apr 2021 09:33:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 884D2FA95; Wed, 21 Apr 2021 09:33:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618997625104350" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 09:33:45 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/strawberry To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210421093345.884D2FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618997625104350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Apr 21 09:33:45 UTC 2021 Modified Files: pkgsrc/audio/strawberry: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/strawberry/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/strawberry/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618997625104350 Content-Disposition: inline Content-Length: 3259 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/strawberry/Makefile diff -u pkgsrc/audio/strawberry/Makefile:1.18 pkgsrc/audio/strawberry/Makefile:1.19 --- pkgsrc/audio/strawberry/Makefile:1.18 Sun Feb 7 06:30:15 2021 +++ pkgsrc/audio/strawberry/Makefile Wed Apr 21 09:33:45 2021 @@ -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 -PKGREVISION= 1 +DISTNAME= strawberry-0.9.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/} GITHUB_RELEASE= ${PKGVERSION_NOREV} @@ -43,14 +42,15 @@ PREFER.sqlite3= pkgsrc # fts5 INSTALLATION_DIRS+= ${PKGMANDIR}/man1 +CHECK_PORTABILITY_SKIP+= dist/macos/macversion.sh + post-install: ${MV} ${DESTDIR}${PREFIX}/share/man/man1/* \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 | ${TRUE} .include "options.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 "../../devel/boost-libs/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" Index: pkgsrc/audio/strawberry/distinfo diff -u pkgsrc/audio/strawberry/distinfo:1.11 pkgsrc/audio/strawberry/distinfo:1.12 --- pkgsrc/audio/strawberry/distinfo:1.11 Sat Feb 20 11:02:41 2021 +++ pkgsrc/audio/strawberry/distinfo Wed Apr 21 09:33:45 2021 @@ -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 -RMD160 (strawberry-0.8.5.tar.xz) = ffe16fb5adc9f2235f49f66cf3c70fdb0de2dc1b -SHA512 (strawberry-0.8.5.tar.xz) = 33ab6751e5bd17ff98beed29c179c47bebca92229b94b863a172169704b2fd69d6605cf31db456dee552666b58bcbad867b3cca7bcff2cc6582c4c2c0a2f49c8 -Size (strawberry-0.8.5.tar.xz) = 10801412 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 +SHA1 (strawberry-0.9.3.tar.xz) = 383ec369a4972986334717b930b5e994bdc51cc3 +RMD160 (strawberry-0.9.3.tar.xz) = 1bbfa2aa229ad7f2a41f8a89960f0d62560e527d +SHA512 (strawberry-0.9.3.tar.xz) = d253ffaa6cf0412eb135bc792c31458816fc0a1ae7070d6885487da4fb4855ffeeeeddd285b853fd10220c797c3beb73a91059514d76b1b1638350fdff17107c +Size (strawberry-0.9.3.tar.xz) = 10928116 bytes --_----------=_1618997625104350--