pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/kew
Module Name: pkgsrc
Committed By: ktnb
Date: Thu Oct 24 15:25:27 UTC 2024
Modified Files:
pkgsrc/audio/kew: Makefile distinfo
Removed Files:
pkgsrc/audio/kew/patches: patch-Makefile
Log Message:
kew: update to 3.0.0
Packaging changes:
- removed ffmpeg and freeimage as per upstream
- added faad2, libogg, and tablib as per upstream
- removed patch, upstream has fixed the bug
Upstream changes:
- optimizations
- better unicode support
- many bug fixes
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/kew/Makefile pkgsrc/audio/kew/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/kew/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/kew/Makefile
diff -u pkgsrc/audio/kew/Makefile:1.1 pkgsrc/audio/kew/Makefile:1.2
--- pkgsrc/audio/kew/Makefile:1.1 Wed Oct 9 14:25:45 2024
+++ pkgsrc/audio/kew/Makefile Thu Oct 24 15:25:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/10/09 14:25:45 ktnb Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/24 15:25:27 ktnb Exp $
-DISTNAME= kew-2.8.2
+DISTNAME= kew-3.0.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=ravachol/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -10,19 +10,22 @@ HOMEPAGE= https://github.com/ravachol/ke
COMMENT= Terminal music player with album art
LICENSE= gnu-gpl-v2
+USE_LANGUAGES= c c++
+
USE_TOOLS+= pkg-config gmake
MAKE_FLAGS+= MAN_DIR=${PREFIX}/${PKGMANDIR}
.include "options.mk"
+.include "../../audio/faad2/buildlink3.mk"
.include "../../audio/libopus/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/opusfile/buildlink3.mk"
+.include "../../audio/taglib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libatomic/buildlink3.mk"
.include "../../graphics/chafa/buildlink3.mk"
-.include "../../graphics/freeimage/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
-.include "../../multimedia/ffmpeg7/buildlink3.mk"
+.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/audio/kew/distinfo
diff -u pkgsrc/audio/kew/distinfo:1.1 pkgsrc/audio/kew/distinfo:1.2
--- pkgsrc/audio/kew/distinfo:1.1 Wed Oct 9 14:25:45 2024
+++ pkgsrc/audio/kew/distinfo Thu Oct 24 15:25:27 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2024/10/09 14:25:45 ktnb Exp $
+$NetBSD: distinfo,v 1.2 2024/10/24 15:25:27 ktnb Exp $
-BLAKE2s (kew-2.8.2.tar.gz) = 067ba34f5cb09bb781b8564f45aabf22a8384e1875eb61f1aa192a874982608e
-SHA512 (kew-2.8.2.tar.gz) = 51c5509e8f08b8ddd36545e5f45de6c21b276dcdd2c52de99e71f136bdf185c9b2500d00b5ed484a23ce92313880fe581a5f3bcdef7987b337e40174fa1115bd
-Size (kew-2.8.2.tar.gz) = 1443438 bytes
+BLAKE2s (kew-3.0.0.tar.gz) = fc0786095dcd784c43eaadedbe5b13e156410cdf78d483cbd3f3522ad0b7e6b1
+SHA512 (kew-3.0.0.tar.gz) = c8dbdfcb3ed2e63e8eaeb4fb51bce64b19f4f968da9f6563a075a5479ff396760ea552fcd6791f482948a43b61d71acfdc9178579f565922bfb524bf669064f8
+Size (kew-3.0.0.tar.gz) = 1106107 bytes
SHA1 (patch-Makefile) = 1c27fc982c364f6e74c216327a0aaba6ad56fadc
Home |
Main Index |
Thread Index |
Old Index