pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/cfourcc Import cfourcc version 0.1.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d688a052b64
branches:  trunk
changeset: 553474:0d688a052b64
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Jan 22 12:44:45 2009 +0000

description:
Import cfourcc version 0.1.2.

The Linux FourCC Changer is a simple command line utility for working with
Microsoft AVI files. Features:

  - Identifies the codec used in AVI files (*.avi)
  - Allow the user to change the FourCC description code (like fourcc-changer
    in Windows).

diffstat:

 multimedia/cfourcc/DESCR    |   6 ++++++
 multimedia/cfourcc/Makefile |  19 +++++++++++++++++++
 multimedia/cfourcc/PLIST    |   2 ++
 multimedia/cfourcc/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 45592cf72838 -r 0d688a052b64 multimedia/cfourcc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/cfourcc/DESCR  Thu Jan 22 12:44:45 2009 +0000
@@ -0,0 +1,6 @@
+The Linux FourCC Changer is a simple command line utility for working with
+Microsoft AVI files. Features:
+
+  - Identifies the codec used in AVI files (*.avi)
+  - Allow the user to change the FourCC description code (like fourcc-changer
+    in Windows).
diff -r 45592cf72838 -r 0d688a052b64 multimedia/cfourcc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/cfourcc/Makefile       Thu Jan 22 12:44:45 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/22 12:44:45 jmcneill Exp $
+#
+
+DISTNAME=      cfourcc-0.1.2
+CATEGORIES=    multimedia
+MASTER_SITES=  http://sarovar.org/frs/download.php/551/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://sarovar.org/projects/gfourcc
+COMMENT=       Command-line tool for changing AVI FourCC codes
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+WRKSRC=        ${WRKDIR}/cfourcc
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/cfourcc \
+           ${DESTDIR}${PREFIX}/bin/cfourcc
+
+.include "../../mk/bsd.pkg.mk"
diff -r 45592cf72838 -r 0d688a052b64 multimedia/cfourcc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/cfourcc/PLIST  Thu Jan 22 12:44:45 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/22 12:44:45 jmcneill Exp $
+bin/cfourcc
diff -r 45592cf72838 -r 0d688a052b64 multimedia/cfourcc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/cfourcc/distinfo       Thu Jan 22 12:44:45 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/22 12:44:45 jmcneill Exp $
+
+SHA1 (cfourcc-0.1.2.tar.gz) = 3af3a67986342ea29dc65c2106aff89e2cea58aa
+RMD160 (cfourcc-0.1.2.tar.gz) = 533e6ef7e4600bcc16022faaeb56181c365b89d4
+Size (cfourcc-0.1.2.tar.gz) = 15009 bytes



Home | Main Index | Thread Index | Old Index