import ports/multimedia/atomicparsley:
AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files supporting these styles of metadata: * iTunes-style metadata into .mp4, .m4a, .m4p, .m4v, .m4b files * 3gp-style assets (3GPP TS 26.444 version 6.4.0 Release 6 specification conforming) in 3GPP, 3GPP2, MobileMP4 & derivatives * ISO copyright notices at movie & track level for MPEG-4 & derivatives * uuid private user extension text & file embedding for MPEG-4 & derivatives
This commit is contained in:
parent
7f6727127b
commit
689c3e98c7
30
multimedia/atomicparsley/Makefile
Normal file
30
multimedia/atomicparsley/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/06 14:29:14 sthen Exp $
|
||||
|
||||
COMMENT= read and set MPEG-4/3GPP metadata tags
|
||||
|
||||
DISTNAME= AtomicParsley-source-0.9.0
|
||||
EXTRACT_SUFX= .zip
|
||||
PKGNAME= ${DISTNAME:L:S/-source//}
|
||||
|
||||
CATEGORIES= multimedia
|
||||
|
||||
HOMEPAGE= http://atomicparsley.sourceforge.net/
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
# GPLv2 "or its successor"
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c m stdc++
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atomicparsley/}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-configure:
|
||||
cp ${FILESDIR}/Makefile ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
5
multimedia/atomicparsley/distinfo
Normal file
5
multimedia/atomicparsley/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (AtomicParsley-source-0.9.0.zip) = aB5uzsKSHJjgepJivc1s8g==
|
||||
RMD160 (AtomicParsley-source-0.9.0.zip) = UwJqtrJRYU6zpkn+YR+G1o4G3I4=
|
||||
SHA1 (AtomicParsley-source-0.9.0.zip) = anOu1rpWnmk/6UoxPn6enOIE0Dg=
|
||||
SHA256 (AtomicParsley-source-0.9.0.zip) = 3oPyGfleb+WQmbJ3487YbwQwrZRo6EV4MJKCHf8Vpy4=
|
||||
SIZE (AtomicParsley-source-0.9.0.zip) = 172615
|
16
multimedia/atomicparsley/files/Makefile
Normal file
16
multimedia/atomicparsley/files/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/06 14:29:14 sthen Exp $
|
||||
|
||||
PROG= AtomicParsley
|
||||
SRCS= AP_commons.cpp AtomicParsley_genres.cpp AP_iconv.cpp \
|
||||
AtomicParsley.cpp AP_AtomExtracts.cpp APar_sha1.cpp \
|
||||
APar_uuid.cpp main.cpp
|
||||
NOMAN =
|
||||
BINDIR = ${TRUEPREFIX}/bin
|
||||
LDFLAGS = -lstdc++ -lm
|
||||
|
||||
.SUFFIXES: .cpp
|
||||
|
||||
.cpp.o: ${OBJS}
|
||||
$(CXX) -c $(CXXFLAGS) $<
|
||||
|
||||
.include <bsd.prog.mk>
|
9
multimedia/atomicparsley/pkg/DESCR
Normal file
9
multimedia/atomicparsley/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
AtomicParsley is a lightweight command line program for reading,
|
||||
parsing and setting metadata into MPEG-4 files supporting these
|
||||
styles of metadata:
|
||||
|
||||
* iTunes-style metadata into .mp4, .m4a, .m4p, .m4v, .m4b files
|
||||
* 3gp-style assets (3GPP TS 26.444 version 6.4.0 Release 6 specification
|
||||
conforming) in 3GPP, 3GPP2, MobileMP4 & derivatives
|
||||
* ISO copyright notices at movie & track level for MPEG-4 & derivatives
|
||||
* uuid private user extension text & file embedding for MPEG-4 & derivatives
|
2
multimedia/atomicparsley/pkg/PLIST
Normal file
2
multimedia/atomicparsley/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/06 14:29:14 sthen Exp $
|
||||
@bin bin/AtomicParsley
|
Loading…
Reference in New Issue
Block a user