mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
add qtutils 0.0.6
QuickTime Utilities
This commit is contained in:
parent
ef21ecebed
commit
eda5b04d83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65654
@ -307,6 +307,7 @@
|
||||
SUBDIR += qglviewer
|
||||
SUBDIR += qiv
|
||||
SUBDIR += qslim
|
||||
SUBDIR += qtutils
|
||||
SUBDIR += quat
|
||||
SUBDIR += quat-gui
|
||||
SUBDIR += quickpics
|
||||
|
35
graphics/qtutils/Makefile
Normal file
35
graphics/qtutils/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: qtutils
|
||||
# Date created: Sep 5, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qtutils
|
||||
PORTVERSION= 0.0.6
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.flyn.org/projects/qtutils/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
|
||||
quicktime:${PORTSDIR}/graphics/libquicktime \
|
||||
gnugetopt:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= glib12
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN1= qtconv.1 qtsg.1 qtsplit.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" \
|
||||
-e "s,-lglib,-lglib12,g" -e "s,-ldl,,g" ${WRKSRC}/src/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/qtutils/distinfo
Normal file
1
graphics/qtutils/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qtutils.tar.gz) = 0f9d3e5da8277bfaa87068d6ef397ff0
|
1
graphics/qtutils/pkg-comment
Normal file
1
graphics/qtutils/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
QuickTime Utilities
|
8
graphics/qtutils/pkg-descr
Normal file
8
graphics/qtutils/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Qtutils is a collection of command line programs for manipulating QuickTime
|
||||
videos. It includes, among other things, qtconv, which allows one to change
|
||||
the codec used by a QT file, qtsplit, which splits a QT file into several
|
||||
smaller QT files, and qtsg, which creates a QT slideshow from a series of
|
||||
images and a soundtrack. A script named vcdize also allows you to create
|
||||
VCDs or SVCDs out of QuickTime sources.
|
||||
|
||||
WWW: http://www.flyn.org/#id2755780
|
6
graphics/qtutils/pkg-plist
Normal file
6
graphics/qtutils/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/mpegize
|
||||
bin/qtconv
|
||||
bin/qtsg
|
||||
bin/qtsplit
|
||||
bin/screenqt
|
||||
bin/vcdize
|
Loading…
Reference in New Issue
Block a user