diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-24 02:27:44 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-24 02:27:44 +0000 |
commit | e6eb0bc6aabeeb9ea4ed1985633ab7c70d445c3d (patch) | |
tree | 5f548d7298c8965ff15dce440c45d8435581e05e /multimedia/gtranscode | |
parent | 72255e472d02cf2487ffb0f3bc1b8f3ecc94d4b3 (diff) | |
download | pkgsrc-e6eb0bc6aabeeb9ea4ed1985633ab7c70d445c3d.tar.gz |
Initial import of gtranscode-0.3 from pkgsrc-wip, packaged by
Cesar Catrian.
gtranscode is a GTK+ GUI (graphical use interface) front-end for transcode in
order to make this powerful tool easier to use. transcode is a powerful video
and audio processing tool that can read in just about any format of video
and/or audio and convert to just as many different formats. In addition to
transcode's extremely flexible modular concept for reading/writing different
formats and codecs, it can apply filters, do re-sampling, resizing, cropping,
and more. The cost from all this comes in the form of over 100 command line
options which gtranscode aims to simplify.
Diffstat (limited to 'multimedia/gtranscode')
-rw-r--r-- | multimedia/gtranscode/DESCR | 8 | ||||
-rw-r--r-- | multimedia/gtranscode/Makefile | 23 | ||||
-rw-r--r-- | multimedia/gtranscode/PLIST | 2 | ||||
-rw-r--r-- | multimedia/gtranscode/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/multimedia/gtranscode/DESCR b/multimedia/gtranscode/DESCR new file mode 100644 index 00000000000..b51d185d2c0 --- /dev/null +++ b/multimedia/gtranscode/DESCR @@ -0,0 +1,8 @@ +gtranscode is a GTK+ GUI (graphical use interface) front-end for transcode in +order to make this powerful tool easier to use. transcode is a powerful video +and audio processing tool that can read in just about any format of video +and/or audio and convert to just as many different formats. In addition to +transcode's extremely flexible modular concept for reading/writing different +formats and codecs, it can apply filters, do re-sampling, resizing, cropping, +and more. The cost from all this comes in the form of over 100 command line +options which gtranscode aims to simplify. diff --git a/multimedia/gtranscode/Makefile b/multimedia/gtranscode/Makefile new file mode 100644 index 00000000000..0d32e0faf00 --- /dev/null +++ b/multimedia/gtranscode/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/24 02:27:44 xtraeme Exp $ +# + +DISTNAME= gtranscode-v0.3 +PKGNAME= ${DISTNAME:S/v//} +CATEGORIES= multimedia +MASTER_SITES= http://www.fuzzymonkey.net/files/ + +MAINTAINER= ccatrian@eml.cc +HOMEPAGE= http://fuzzymonkey.net/newfuzzy/software/gtranscode/ +COMMENT= GTK+ GUI front-end for transcode + +DEPENDS+= transcode-[0-9]*:../../multimedia/transcode + +WRKSRC= ${WRKDIR}/gtranscode + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gtranscode ${PREFIX}/bin + +.include "../../x11/gtk/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gtranscode/PLIST b/multimedia/gtranscode/PLIST new file mode 100644 index 00000000000..a8435bd7602 --- /dev/null +++ b/multimedia/gtranscode/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/24 02:27:44 xtraeme Exp $ +bin/gtranscode diff --git a/multimedia/gtranscode/distinfo b/multimedia/gtranscode/distinfo new file mode 100644 index 00000000000..48ec5d7a434 --- /dev/null +++ b/multimedia/gtranscode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/24 02:27:44 xtraeme Exp $ + +SHA1 (gtranscode-v0.3.tar.gz) = daacb3aad77dd147428b3b70a8b813b3931a6963 +RMD160 (gtranscode-v0.3.tar.gz) = 5f2f8c3c68432a0a620aeaa7fc7210c209e801c1 +Size (gtranscode-v0.3.tar.gz) = 19468 bytes |