mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Remove multimedia/mlt++. multimedia/mlt++ was incorporated into
multimedia/mlt. PR: ports/135278 Submitted by: Alberto Villa <villa.alberto AT gmail.com> (maintainer)
This commit is contained in:
parent
fec6ea43fe
commit
c8513deb09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235852
1
MOVED
1
MOVED
@ -4041,3 +4041,4 @@ www/toofpy||2009-06-13|Removed
|
||||
x11-drivers/xf86-video-vga||2009-06-13|Removed
|
||||
x11-themes/nimbus||2009-06-13|Removed
|
||||
x11-toolkits/py-pyxfce||2009-06-13|Removed
|
||||
multimedia/mlt++|multimedia/mlt|2009-06-15|Project reorganization
|
||||
|
@ -162,7 +162,6 @@
|
||||
SUBDIR += mkvtoolnix
|
||||
SUBDIR += mkxvcd
|
||||
SUBDIR += mlt
|
||||
SUBDIR += mlt++
|
||||
SUBDIR += mmpython
|
||||
SUBDIR += mmsclient
|
||||
SUBDIR += mmsrip
|
||||
|
@ -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>
|
@ -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
|
@ -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
|
@ -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++
|
Loading…
Reference in New Issue
Block a user