pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio libmpcdec & musepack: note these packages conflict



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89a723303a1a
branches:  trunk
changeset: 414517:89a723303a1a
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Mar 29 18:30:06 2020 +0000

description:
libmpcdec & musepack: note these packages conflict

Both of these packages install lib/libmpcdec.so. (libmpcdec seems like
a potential candidate for removal, if the remaining packages that
depend on it can either be switched to musepack or removed themselves.)

diffstat:

 audio/libmpcdec/Makefile |  4 +++-
 audio/musepack/Makefile  |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 60db189f2f44 -r 89a723303a1a audio/libmpcdec/Makefile
--- a/audio/libmpcdec/Makefile  Sun Mar 29 17:17:24 2020 +0000
+++ b/audio/libmpcdec/Makefile  Sun Mar 29 18:30:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/26 17:30:43 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/29 18:30:06 gutteridge Exp $
 
 DISTNAME=      libmpcdec-1.2.6
 CATEGORIES=    audio
@@ -10,6 +10,8 @@
 COMMENT=       Portable Musepack decoder library (V7)
 LICENSE=       modified-bsd
 
+CONFLICTS=     musepack-[0-9]*
+
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
diff -r 60db189f2f44 -r 89a723303a1a audio/musepack/Makefile
--- a/audio/musepack/Makefile   Sun Mar 29 17:17:24 2020 +0000
+++ b/audio/musepack/Makefile   Sun Mar 29 18:30:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/26 17:30:44 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/03/29 18:30:06 gutteridge Exp $
 
 DISTNAME=      musepack_src_r475
 PKGNAME=       musepack-0rc475
@@ -11,6 +11,8 @@
 COMMENT=       MPEG-Plus and MusePack decoder (V8)
 LICENSE=       modified-bsd
 
+CONFLICTS=     libmpcdec-[0-9]*
+
 USE_CMAKE=             yes
 
 post-install:



Home | Main Index | Thread Index | Old Index