diff options
author | beat <beat@FreeBSD.org> | 2009-06-15 18:26:49 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-06-15 18:26:49 +0800 |
commit | 4a1b0737abcc75a77bed1b8e09fcd4f5b6450218 (patch) | |
tree | 7e4a4c81cb560c800857f01afab6fba96c57c681 /multimedia | |
parent | 8cbd165a463d5b0a2ed7e93cc86a3a859a1e6a5c (diff) | |
download | freebsd-ports-gnome-4a1b0737abcc75a77bed1b8e09fcd4f5b6450218.tar.gz freebsd-ports-gnome-4a1b0737abcc75a77bed1b8e09fcd4f5b6450218.tar.zst freebsd-ports-gnome-4a1b0737abcc75a77bed1b8e09fcd4f5b6450218.zip |
- Remove multimedia/mlt++. multimedia/mlt++ was incorporated into
multimedia/mlt.
PR: ports/135278
Submitted by: Alberto Villa <villa.alberto AT gmail.com> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/mlt++/Makefile | 39 | ||||
-rw-r--r-- | multimedia/mlt++/distinfo | 3 | ||||
-rw-r--r-- | multimedia/mlt++/pkg-descr | 4 | ||||
-rw-r--r-- | multimedia/mlt++/pkg-plist | 29 |
5 files changed, 0 insertions, 76 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index b97c1d42e647..3d83bac8a1b0 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -162,7 +162,6 @@ SUBDIR += mkvtoolnix SUBDIR += mkxvcd SUBDIR += mlt - SUBDIR += mlt++ SUBDIR += mmpython SUBDIR += mmsclient SUBDIR += mmsrip diff --git a/multimedia/mlt++/Makefile b/multimedia/mlt++/Makefile deleted file mode 100644 index 0cc3bf62f1e9..000000000000 --- a/multimedia/mlt++/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: mlt++ -# Date created: 14 October 2008 -# Whom: Alberto Villa <villa.alberto@gmail.com> -# -# $FreeBSD$ - -PORTNAME= mlt++ -PORTVERSION= 0.3.8 -CATEGORIES= multimedia -MASTER_SITES= SFE -MASTER_SITE_SUBDIR= mlt - -MAINTAINER= villa.alberto@gmail.com -COMMENT= C++ wrapping for the MLT library - -LIB_DEPENDS= mlt.1:${PORTSDIR}/multimedia/mlt - -MAKE_JOBS_SAFE= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LDCONFIG= yes - -PORTDOCS= AUTHORS ChangeLog COPYING \ - CUSTOMISING HOWTO README - -pre-configure: - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure \ - ${WRKSRC}/swig/*/build - -post-install: -.ifndef(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/multimedia/mlt++/distinfo b/multimedia/mlt++/distinfo deleted file mode 100644 index 3af88db28771..000000000000 --- a/multimedia/mlt++/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mlt++-0.3.8.tar.gz) = 49f0381cdf1c2b847c5b08f936e649ae -SHA256 (mlt++-0.3.8.tar.gz) = 24f22f60d23556effec22436e1bc5ed30b4245c15979b602cd199f866a4520ba -SIZE (mlt++-0.3.8.tar.gz) = 51384 diff --git a/multimedia/mlt++/pkg-descr b/multimedia/mlt++/pkg-descr deleted file mode 100644 index 16c2cede741b..000000000000 --- a/multimedia/mlt++/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The MLT++ wrapper is a C++ wrapper for the MLT C library. As such, it -provides clean C++ access to the underlying library. - -WWW: http://www.mltframework.org diff --git a/multimedia/mlt++/pkg-plist b/multimedia/mlt++/pkg-plist deleted file mode 100644 index c3e073ef28d7..000000000000 --- a/multimedia/mlt++/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -include/mlt++/Mlt.h -include/mlt++/MltConsumer.h -include/mlt++/MltDeque.h -include/mlt++/MltEvent.h -include/mlt++/MltFactory.h -include/mlt++/MltField.h -include/mlt++/MltFilter.h -include/mlt++/MltFilteredConsumer.h -include/mlt++/MltFrame.h -include/mlt++/MltGeometry.h -include/mlt++/MltMiracle.h -include/mlt++/MltMultitrack.h -include/mlt++/MltParser.h -include/mlt++/MltPlaylist.h -include/mlt++/MltProducer.h -include/mlt++/MltProfile.h -include/mlt++/MltProperties.h -include/mlt++/MltPushConsumer.h -include/mlt++/MltRepository.h -include/mlt++/MltResponse.h -include/mlt++/MltService.h -include/mlt++/MltTokeniser.h -include/mlt++/MltTractor.h -include/mlt++/MltTransition.h -include/mlt++/config.h -lib/libmlt++.so -lib/libmlt++.so.0.3.8 -lib/libmlt++.so.1 -@dirrm include/mlt++ |