pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gtranscode Initial import of gtranscode-0.3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51e1638b3a28
branches:  trunk
changeset: 506936:51e1638b3a28
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jan 24 02:27:44 2006 +0000

description:
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:

 multimedia/gtranscode/DESCR    |   8 ++++++++
 multimedia/gtranscode/Makefile |  23 +++++++++++++++++++++++
 multimedia/gtranscode/PLIST    |   2 ++
 multimedia/gtranscode/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 15d8d3caf4a5 -r 51e1638b3a28 multimedia/gtranscode/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gtranscode/DESCR       Tue Jan 24 02:27:44 2006 +0000
@@ -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 -r 15d8d3caf4a5 -r 51e1638b3a28 multimedia/gtranscode/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gtranscode/Makefile    Tue Jan 24 02:27:44 2006 +0000
@@ -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@localhost
+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 -r 15d8d3caf4a5 -r 51e1638b3a28 multimedia/gtranscode/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gtranscode/PLIST       Tue Jan 24 02:27:44 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/24 02:27:44 xtraeme Exp $
+bin/gtranscode
diff -r 15d8d3caf4a5 -r 51e1638b3a28 multimedia/gtranscode/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gtranscode/distinfo    Tue Jan 24 02:27:44 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index