summaryrefslogtreecommitdiff
path: root/multimedia/mp4v2
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mp4v2')
-rw-r--r--multimedia/mp4v2/DESCR11
-rw-r--r--multimedia/mp4v2/Makefile22
-rw-r--r--multimedia/mp4v2/PLIST29
-rw-r--r--multimedia/mp4v2/buildlink3.mk12
-rw-r--r--multimedia/mp4v2/distinfo5
5 files changed, 79 insertions, 0 deletions
diff --git a/multimedia/mp4v2/DESCR b/multimedia/mp4v2/DESCR
new file mode 100644
index 00000000000..95d43a850a7
--- /dev/null
+++ b/multimedia/mp4v2/DESCR
@@ -0,0 +1,11 @@
+The MP4v2 library provides an API to create and modify mp4 files
+as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format
+is derived from Apple's QuickTime file format that has been used
+as a multimedia file format in a variety of platforms and applications.
+It is a very powerful and extensible format that can accommodate
+practically any type of media.
+
+MP4v2 was originally bundled with mpeg4ip library, but has been
+moved into its own maintained library due to a combination of the
+cessation of support of mpeg4ip and the usefulness of this library
+on its own.
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile
new file mode 100644
index 00000000000..dc1ab72c618
--- /dev/null
+++ b/multimedia/mp4v2/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2012/12/03 22:26:09 wiz Exp $
+
+DISTNAME= mp4v2-2.0.0
+CATEGORIES= multimedia
+MASTER_SITES= http://mp4v2.googlecode.com/files/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://code.google.com/p/mp4v2/
+COMMENT= Library for reading and modifying mp4 files
+LICENSE= mpl-1.1
+
+CONFLICTS+= mpeg4ip<1.5.0.1 libmp4v2-[0-9]*
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+MAKE_FILE= GNUmakefile
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/mp4v2/PLIST b/multimedia/mp4v2/PLIST
new file mode 100644
index 00000000000..322d5f0bd2e
--- /dev/null
+++ b/multimedia/mp4v2/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2012/12/03 22:26:09 wiz Exp $
+bin/mp4art
+bin/mp4chaps
+bin/mp4extract
+bin/mp4file
+bin/mp4info
+bin/mp4subtitle
+bin/mp4tags
+bin/mp4track
+bin/mp4trackdump
+include/mp4v2/chapter.h
+include/mp4v2/file.h
+include/mp4v2/file_prop.h
+include/mp4v2/general.h
+include/mp4v2/isma.h
+include/mp4v2/itmf_generic.h
+include/mp4v2/itmf_tags.h
+include/mp4v2/mp4v2.h
+include/mp4v2/platform.h
+include/mp4v2/project.h
+include/mp4v2/sample.h
+include/mp4v2/streaming.h
+include/mp4v2/track.h
+include/mp4v2/track_prop.h
+lib/libmp4v2.la
+man/man1/mp4art.1
+man/man1/mp4file.1
+man/man1/mp4subtitle.1
+man/man1/mp4track.1
diff --git a/multimedia/mp4v2/buildlink3.mk b/multimedia/mp4v2/buildlink3.mk
new file mode 100644
index 00000000000..5bfe9d7d513
--- /dev/null
+++ b/multimedia/mp4v2/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2012/12/03 22:26:09 wiz Exp $
+
+BUILDLINK_TREE+= mp4v2
+
+.if !defined(MP4V2_BUILDLINK3_MK)
+MP4V2_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.mp4v2+= mp4v2>=2.0.0
+BUILDLINK_PKGSRCDIR.mp4v2?= ../../multimedia/mp4v2
+.endif # MP4V2_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -mp4v2
diff --git a/multimedia/mp4v2/distinfo b/multimedia/mp4v2/distinfo
new file mode 100644
index 00000000000..7c0ddf73a14
--- /dev/null
+++ b/multimedia/mp4v2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/12/03 22:26:09 wiz Exp $
+
+SHA1 (mp4v2-2.0.0.tar.bz2) = 193260cfb7201e6ec250137bcca1468d4d20e2f0
+RMD160 (mp4v2-2.0.0.tar.bz2) = 1b309ec6480dd06fac2e1e72ab666ca123e714d8
+Size (mp4v2-2.0.0.tar.bz2) = 495672 bytes