diff options
author | grant <grant> | 2004-05-09 13:53:38 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-09 13:53:38 +0000 |
commit | 6e9f4c0a4c957fcae2cfddac2856643e71a53328 (patch) | |
tree | 655235c6e019944e31bee13763ffa86c3b1a59ad /multimedia/xvid4conf | |
parent | 3705b4e1b89086187003aab73f2b151d2f58649b (diff) | |
download | pkgsrc-6e9f4c0a4c957fcae2cfddac2856643e71a53328.tar.gz |
Initial import of xvid4conf 1.12 into the NetBSD packages collection.
This tool creates XviD configuration files. The generated configuration
file is meant to be read by transcode's xvid4 export module. This module
(and the configuration file) is intended to be used with XviD 1.0
(dev-api-4).
Submitted to pkgsrc-bugs by bsd4ever@nospam.lan with some minor
cleanup by me.
Diffstat (limited to 'multimedia/xvid4conf')
-rw-r--r-- | multimedia/xvid4conf/DESCR | 4 | ||||
-rw-r--r-- | multimedia/xvid4conf/Makefile | 16 | ||||
-rw-r--r-- | multimedia/xvid4conf/PLIST | 2 | ||||
-rw-r--r-- | multimedia/xvid4conf/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/multimedia/xvid4conf/DESCR b/multimedia/xvid4conf/DESCR new file mode 100644 index 00000000000..e6c1287bb84 --- /dev/null +++ b/multimedia/xvid4conf/DESCR @@ -0,0 +1,4 @@ +This tool creates XviD configuration files. The generated configuration +file is meant to be read by transcode's xvid4 export module. This module +(and the configuration file) is intended to be used with XviD 1.0 +(dev-api-4). diff --git a/multimedia/xvid4conf/Makefile b/multimedia/xvid4conf/Makefile new file mode 100644 index 00000000000..9b76c31d2c2 --- /dev/null +++ b/multimedia/xvid4conf/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/09 13:53:38 grant Exp $ + +DISTNAME= xvid4conf-1.12 +CATEGORIES= multimedia +MASTER_SITES= http://zebra.fh-weingarten.de/~transcode/xvid4conf/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://zebra.fh-weingarten.de/~transcode/ +COMMENT= XviD Configuration Panel + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_X11= YES + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/xvid4conf/PLIST b/multimedia/xvid4conf/PLIST new file mode 100644 index 00000000000..ea1f4890925 --- /dev/null +++ b/multimedia/xvid4conf/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/09 13:53:38 grant Exp $ +bin/xvid4conf diff --git a/multimedia/xvid4conf/distinfo b/multimedia/xvid4conf/distinfo new file mode 100644 index 00000000000..e023cf24139 --- /dev/null +++ b/multimedia/xvid4conf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/09 13:53:38 grant Exp $ + +SHA1 (xvid4conf-1.12.tar.gz) = b44e9b19bc4190c26992bc7c6a89a0a7960b3bd1 +Size (xvid4conf-1.12.tar.gz) = 133494 bytes |