pkgsrc-WIP-changes archive

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

libaudec: Remove, the version in audio/libaudec is newer



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Wed Sep 14 21:52:11 2022 -0700
Changeset:	d60147c6bffd3b14eccd510501bd1902a734baed

Modified Files:
	Makefile
Removed Files:
	libaudec/DESCR
	libaudec/Makefile
	libaudec/PLIST
	libaudec/buildlink3.mk
	libaudec/distinfo

Log Message:
libaudec: Remove, the version in audio/libaudec is newer

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d60147c6bffd3b14eccd510501bd1902a734baed

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

diffstat:
 Makefile               |  1 -
 libaudec/DESCR         |  7 -------
 libaudec/Makefile      | 18 ------------------
 libaudec/PLIST         |  5 -----
 libaudec/buildlink3.mk | 13 -------------
 libaudec/distinfo      |  5 -----
 6 files changed, 49 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 885c1519f7..6a64a6732a 100644
--- a/Makefile
+++ b/Makefile
@@ -2023,7 +2023,6 @@ SUBDIR+=	libaec
 SUBDIR+=	libaio
 SUBDIR+=	libalkimia
 SUBDIR+=	libanimal
-SUBDIR+=	libaudec
 SUBDIR+=	libavc1394
 SUBDIR+=	libbfio
 SUBDIR+=	libbpg
diff --git a/libaudec/DESCR b/libaudec/DESCR
deleted file mode 100644
index 48c432f786..0000000000
--- a/libaudec/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-libaudec (lib audio decoder) is a wrapper library over minimp3, sndfile and
-libsamplerate for reading and resampling audio files, based on Robin Gareus'
-`audio_decoder` code.
-
-libaudec supports all formats supported by sndfile, in addition to MP3.
-
-This library is meant to be linked in statically to larger projects.
diff --git a/libaudec/Makefile b/libaudec/Makefile
deleted file mode 100644
index d8ceac9ebf..0000000000
--- a/libaudec/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libaudec-0.2.4
-CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_GITHUB:=zrythm/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	charlotte%NetBSD.org@localhost
-COMMENT=	Wrapper library over minimp3, sndfile and libsamplerate
-LICENSE=	gnu-gpl-v3 # XXX actually it's Affero v3
-
-EXTRACT_USING=	gtar
-USE_LANGUAGES=	c c++
-
-.include "../../audio/libsamplerate/buildlink3.mk"
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../devel/meson/build.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libaudec/PLIST b/libaudec/PLIST
deleted file mode 100644
index 1f907ff241..0000000000
--- a/libaudec/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-bin/audec
-include/audec/audec.h
-lib/libaudec.a
-lib/pkgconfig/audec.pc
diff --git a/libaudec/buildlink3.mk b/libaudec/buildlink3.mk
deleted file mode 100644
index 971d0a7b77..0000000000
--- a/libaudec/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	libaudec
-
-.if !defined(LIBAUDEC_BUILDLINK3_MK)
-LIBAUDEC_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libaudec+=	libaudec>=0.2.4
-BUILDLINK_ABI_DEPENDS.libaudec+=	libaudec>=0.2.4
-BUILDLINK_PKGSRCDIR.libaudec?=		../../wip/libaudec
-.endif # LIBAUDEC_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libaudec
diff --git a/libaudec/distinfo b/libaudec/distinfo
deleted file mode 100644
index 56bfada1a4..0000000000
--- a/libaudec/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (libaudec-0.2.4.tar.gz) = 2c9b520c0877c4f4dbef0c397208bac98d9e00f2
-SHA512 (libaudec-0.2.4.tar.gz) = 3d8821d0e6ef6c04175df46328c23498029662511e776f24e070deeead80d0ae2a0ba41d4d70faba4a204ed06164ac0bbc07db014df754f683f484e1f50ced5a
-Size (libaudec-0.2.4.tar.gz) = 626622 bytes


Home | Main Index | Thread Index | Old Index