Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Opus is a totally open, royalty-free, highly versatile audio codec.
Opus is unmatched for interactive speech and music transmission
over the Internet, but also intended for storage and streaming
applications. It is standardized by the Internet Engineering Task
Force (IETF) as RFC 6716 which incorporated technology from Skype's
SILK codec and Xiph.Org's CELT codec.
+19
View File
@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.3 2012/12/11 10:26:56 ryoon Exp $
#
DISTNAME= opus-1.0.2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://opus-codec.org/
COMMENT= Totally open, royalty-free, highly versatile audio codec library
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= opus.pc.in
.include "../../mk/bsd.pkg.mk"
+8
View File
@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2012/09/16 14:17:20 ryoon Exp $
include/opus/opus.h
include/opus/opus_defines.h
include/opus/opus_multistream.h
include/opus/opus_types.h
lib/libopus.la
lib/pkgconfig/opus.pc
share/aclocal/opus.m4
+13
View File
@@ -0,0 +1,13 @@
# $NetBSD: buildlink3.mk,v 1.2 2012/12/11 10:29:00 ryoon Exp $
BUILDLINK_TREE+= opus
.if !defined(OPUS_BUILDLINK3_MK)
OPUS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.opus+= opus>=1.0.1
BUILDLINK_ABI_DEPENDS.opus+= opus>=1.0.2
BUILDLINK_PKGSRCDIR.opus?= ../../audio/libopus
.endif # OPUS_BUILDLINK3_MK
BUILDLINK_TREE+= -opus
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/12/11 10:26:56 ryoon Exp $
SHA1 (opus-1.0.2.tar.gz) = 37dd3d69b10612cd513ccf26675ef6d61eda24b4
RMD160 (opus-1.0.2.tar.gz) = d1aa4c534cd7dc629e3ac155866bba810bb6ce42
Size (opus-1.0.2.tar.gz) = 777306 bytes