summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-31 19:33:11 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-31 19:33:11 +0000
commit19e7cf40b28094b2878095394d97598b4cd15154 (patch)
tree4f46bd3249e90f7da8f2e0e26d5b27a653f8c677 /media-video/xvid4conf
parentSomeone mucked up the configure line when they were marking this stable (bug ... (diff)
downloadgentoo-2-19e7cf40b28094b2878095394d97598b4cd15154.tar.gz
gentoo-2-19e7cf40b28094b2878095394d97598b4cd15154.tar.bz2
gentoo-2-19e7cf40b28094b2878095394d97598b4cd15154.zip
Initial ebuild.
Diffstat (limited to 'media-video/xvid4conf')
-rw-r--r--media-video/xvid4conf/ChangeLog9
-rw-r--r--media-video/xvid4conf/Manifest3
-rw-r--r--media-video/xvid4conf/files/digest-xvid4conf-1.121
-rw-r--r--media-video/xvid4conf/xvid4conf-1.12.ebuild28
4 files changed, 41 insertions, 0 deletions
diff --git a/media-video/xvid4conf/ChangeLog b/media-video/xvid4conf/ChangeLog
new file mode 100644
index 000000000000..fd5259ff8d8b
--- /dev/null
+++ b/media-video/xvid4conf/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-video/xvid4conf
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/ChangeLog,v 1.1 2004/03/31 19:33:10 mholzer Exp $
+
+*xvid4conf-1.12 (31 Mar 2004)
+
+ 31 Mar 2004; Martin Holzer <mholzer@gentoo.org> xvid4conf-1.12.ebuild:
+ Initial ebuild. Submitted by Simon Raffeiner <wiredcoder@web.de> in 37139
+
diff --git a/media-video/xvid4conf/Manifest b/media-video/xvid4conf/Manifest
new file mode 100644
index 000000000000..7a4123643f29
--- /dev/null
+++ b/media-video/xvid4conf/Manifest
@@ -0,0 +1,3 @@
+MD5 abdd30f4c5c04ff90cf7e14c86bb6c6a xvid4conf-1.12.ebuild 745
+MD5 f7662db1de75623906ffa6b4aaff362f files/digest-xvid4conf-1.11 66
+MD5 e61317a49a5ebc5be630a39411601239 files/digest-xvid4conf-1.12 66
diff --git a/media-video/xvid4conf/files/digest-xvid4conf-1.12 b/media-video/xvid4conf/files/digest-xvid4conf-1.12
new file mode 100644
index 000000000000..7fc21c4ee5fa
--- /dev/null
+++ b/media-video/xvid4conf/files/digest-xvid4conf-1.12
@@ -0,0 +1 @@
+MD5 5f1335e8a19aac58f6534f468c10a77a xvid4conf-1.12.tar.gz 133494
diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild
new file mode 100644
index 000000000000..0fb7f6045ef7
--- /dev/null
+++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/xvid4conf/xvid4conf-1.12.ebuild,v 1.1 2004/03/31 19:33:10 mholzer Exp $
+
+DESCRIPTION="XviD4conf, a GTK2-configuration dialog for xvid4"
+SRC_URI="http://zebra.fh-weingarten.de/~transcode/xvid4conf/${P}.tar.gz"
+HOMEPAGE="http://zebra.fh-weingarten.de/~transcode/xvid4conf"
+
+DEPEND="virtual/glibc
+ >=x11-libs/gtk+-2.2.4"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~ia64"
+
+src_compile() {
+ [ -z "${CC}" ] && export CC="gcc"
+
+ econf || die
+ emake || die
+}
+
+src_install() {
+ dodir /usr/{include,lib}
+ einstall || die
+
+ dodoc AUTHORS ChangeLog INSTALL README
+}