pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cantata cantata: revert switch to ffmpeg5, I did...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e05359a18315
branches:  trunk
changeset: 381129:e05359a18315
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 29 07:40:24 2022 +0000

description:
cantata: revert switch to ffmpeg5, I didn't test it enough.

Bump PKGREVISION again.

diffstat:

 audio/cantata/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 12000f985ed2 -r e05359a18315 audio/cantata/Makefile
--- a/audio/cantata/Makefile    Wed Jun 29 00:41:47 2022 +0000
+++ b/audio/cantata/Makefile    Wed Jun 29 07:40:24 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2022/06/28 11:30:54 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2022/06/29 07:40:24 wiz Exp $
 
 DISTNAME=      cantata-2.4.2
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=CDrummond/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -36,7 +36,8 @@
 .include "../../audio/taglib/buildlink3.mk"
 .include "../../devel/libmtp/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../multimedia/ffmpeg5/buildlink3.mk"
+# does not support ffmpeg5 as of 2.4.2
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
 .include "../../net/avahi/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 BUILDLINK_API_DEPENDS.qt5-qtbase+=     qt5-qtbase>=5.11



Home | Main Index | Thread Index | Old Index