pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/spek



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb  6 08:08:21 UTC 2023

Modified Files:
        pkgsrc/audio/spek: Makefile PLIST distinfo
Removed Files:
        pkgsrc/audio/spek/patches: patch-src_spek-audio.cc

Log Message:
spek: update to 0.8.5.

New Features And Enhancements

New features since 0.8.2:

    Upgrade to FFmpeg 5.1
    Add 2 more palettes and change the default.
    Allow changing the DFT window size and function.
    Allow switching between audio streams and channels.
    Add translations for 14 additional languages.

Enhancements:

    Remove dependency on intltool.
    Fix FFmpeg build warnings.
    Detect AR tool.
    Use Homebrew for macOS dependencies.
    Improve test coverage.
    Use XDG_CONFIG_HOME on Unix systems.

Bugfixes:

    Remove association with .mod and MIDI files.
    Fix autoconf errors.
    Fix an AVX-related crash.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/audio/spek/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/spek/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/spek/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/spek/patches/patch-src_spek-audio.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/spek/Makefile
diff -u pkgsrc/audio/spek/Makefile:1.32 pkgsrc/audio/spek/Makefile:1.33
--- pkgsrc/audio/spek/Makefile:1.32     Sun Jan 29 21:15:31 2023
+++ pkgsrc/audio/spek/Makefile  Mon Feb  6 08:08:21 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2023/01/29 21:15:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2023/02/06 08:08:21 wiz Exp $
 
-DISTNAME=      spek-0.8.2
-PKGREVISION=   25
+DISTNAME=      spek-0.8.5
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=alexkay/}
 EXTRACT_SUFX=  .tar.xz
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://spek.cc/
@@ -14,13 +14,14 @@ LICENSE=    gnu-gpl-v3
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake intltool xgettext msgmerge msgfmt pkg-config
+USE_TOOLS+=            gmake xgettext msgmerge msgfmt pkg-config
 MAKE_FLAGS+=           DATADIRNAME=${PKGLOCALEDIR}
 
 GNU_CONFIGURE_WX_VERSION=      no
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../multimedia/ffmpeg4/buildlink3.mk"
+.include "../../multimedia/ffmpeg5/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/wxGTK30/buildlink3.mk"
+.include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/spek/PLIST
diff -u pkgsrc/audio/spek/PLIST:1.1 pkgsrc/audio/spek/PLIST:1.2
--- pkgsrc/audio/spek/PLIST:1.1 Wed Oct  8 06:24:20 2014
+++ pkgsrc/audio/spek/PLIST     Mon Feb  6 08:08:21 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/10/08 06:24:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/02/06 08:08:21 wiz Exp $
 bin/spek
 man/man1/spek.1
 share/applications/spek.desktop
@@ -8,20 +8,34 @@ share/icons/hicolor/24x24/apps/spek.png
 share/icons/hicolor/32x32/apps/spek.png
 share/icons/hicolor/48x48/apps/spek.png
 share/icons/hicolor/scalable/apps/spek.svg
+share/locale/bs/LC_MESSAGES/spek.mo
+share/locale/ca/LC_MESSAGES/spek.mo
 share/locale/cs/LC_MESSAGES/spek.mo
 share/locale/da/LC_MESSAGES/spek.mo
 share/locale/de/LC_MESSAGES/spek.mo
+share/locale/el/LC_MESSAGES/spek.mo
 share/locale/eo/LC_MESSAGES/spek.mo
 share/locale/es/LC_MESSAGES/spek.mo
+share/locale/fi/LC_MESSAGES/spek.mo
 share/locale/fr/LC_MESSAGES/spek.mo
+share/locale/gl/LC_MESSAGES/spek.mo
+share/locale/he/LC_MESSAGES/spek.mo
+share/locale/hr/LC_MESSAGES/spek.mo
+share/locale/hu/LC_MESSAGES/spek.mo
 share/locale/it/LC_MESSAGES/spek.mo
 share/locale/ja/LC_MESSAGES/spek.mo
+share/locale/ko/LC_MESSAGES/spek.mo
+share/locale/lv/LC_MESSAGES/spek.mo
 share/locale/nb/LC_MESSAGES/spek.mo
 share/locale/nl/LC_MESSAGES/spek.mo
+share/locale/nn/LC_MESSAGES/spek.mo
 share/locale/pl/LC_MESSAGES/spek.mo
 share/locale/pt_BR/LC_MESSAGES/spek.mo
 share/locale/ru/LC_MESSAGES/spek.mo
+share/locale/sk/LC_MESSAGES/spek.mo
+share/locale/sr@latin/LC_MESSAGES/spek.mo
 share/locale/sv/LC_MESSAGES/spek.mo
+share/locale/th/LC_MESSAGES/spek.mo
 share/locale/tr/LC_MESSAGES/spek.mo
 share/locale/uk/LC_MESSAGES/spek.mo
 share/locale/vi/LC_MESSAGES/spek.mo

Index: pkgsrc/audio/spek/distinfo
diff -u pkgsrc/audio/spek/distinfo:1.5 pkgsrc/audio/spek/distinfo:1.6
--- pkgsrc/audio/spek/distinfo:1.5      Tue Oct 26 09:59:30 2021
+++ pkgsrc/audio/spek/distinfo  Mon Feb  6 08:08:21 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 09:59:30 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/02/06 08:08:21 wiz Exp $
 
-BLAKE2s (spek-0.8.2.tar.xz) = 9fe1d5e6f8c4c80697d7dece7b44f0a6723ac7c75a35dd3d40088a2b8f51cc64
-SHA512 (spek-0.8.2.tar.xz) = 166cc2b058a9113497ca562a15b11c44fc47f33f87d1ee3d307adeb64c68940dc4f4323a7c1381541279eb1cbdda614555d0aff18993d99d90f8650018f5be69
-Size (spek-0.8.2.tar.xz) = 171628 bytes
-SHA1 (patch-src_spek-audio.cc) = c0ce3601ecc3855d5688536faa457491fe8f5e6d
+BLAKE2s (spek-0.8.5.tar.xz) = 2d441f57554b8336dc7cdaec515e0d2a2dfa6e9c99f432994f257a4417edc1e3
+SHA512 (spek-0.8.5.tar.xz) = 25f72c9372b142183ab34c47f1d7d6e62b9316d94b31aacff5d3ca007be030f4848a385be1bbb98f285aba010804fd429a7e099e597c30861347f5b8ed50d5b1
+Size (spek-0.8.5.tar.xz) = 430464 bytes



Home | Main Index | Thread Index | Old Index