diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-29 15:23:04 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-29 15:23:04 +0000 |
commit | 64bde99404792e73642c07df52a8354c990435bf (patch) | |
tree | ed71bff4e3d149f535182d5ef20bf00fa3f684da /media-video/camorama | |
parent | alpha/ia64/sparc stable wrt #207634 (diff) | |
download | gentoo-2-64bde99404792e73642c07df52a8354c990435bf.tar.gz gentoo-2-64bde99404792e73642c07df52a8354c990435bf.tar.bz2 gentoo-2-64bde99404792e73642c07df52a8354c990435bf.zip |
old
(Portage version: 2.1.4)
Diffstat (limited to 'media-video/camorama')
-rw-r--r-- | media-video/camorama/camorama-0.18.ebuild | 33 | ||||
-rw-r--r-- | media-video/camorama/files/camorama-0.18-nls.patch | 12 | ||||
-rw-r--r-- | media-video/camorama/files/digest-camorama-0.18 | 3 |
3 files changed, 0 insertions, 48 deletions
diff --git a/media-video/camorama/camorama-0.18.ebuild b/media-video/camorama/camorama-0.18.ebuild deleted file mode 100644 index 40bf585418b9..000000000000 --- a/media-video/camorama/camorama-0.18.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.18.ebuild,v 1.6 2007/10/07 05:33:46 drac Exp $ - -inherit eutils gnome2 - -DESCRIPTION="A GNOME 2 Webcam application featuring various image filters." -HOMEPAGE="http://camorama.fixedgear.org/" -SRC_URI="http://${PN}.fixedgear.org/downloads/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.10 - >=gnome-base/libgnomeui-2 - >=gnome-base/libgnome-2 - >=gnome-base/gconf-2 - >=gnome-base/libglade-2 - >=dev-libs/glib-2" -DEPEND="${RDEPEND} - sys-devel/gettext - dev-util/pkgconfig - dev-util/intltool" - -SCROLLKEEPER_UPDATE="0" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-nls.patch -} diff --git a/media-video/camorama/files/camorama-0.18-nls.patch b/media-video/camorama/files/camorama-0.18-nls.patch deleted file mode 100644 index db3767603d33..000000000000 --- a/media-video/camorama/files/camorama-0.18-nls.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur camorama-0.18.orig/src/main.c camorama-0.18/src/main.c ---- camorama-0.18.orig/src/main.c 2006-09-27 18:56:07.000000000 +0300 -+++ camorama-0.18/src/main.c 2007-10-07 08:27:01.000000000 +0300 -@@ -79,7 +79,7 @@ - cam->video_dev = NULL; - cam->read = FALSE; - -- bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); -+ bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR); - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); - textdomain (GETTEXT_PACKAGE); - setlocale (LC_ALL, ""); diff --git a/media-video/camorama/files/digest-camorama-0.18 b/media-video/camorama/files/digest-camorama-0.18 deleted file mode 100644 index 060d010bf46d..000000000000 --- a/media-video/camorama/files/digest-camorama-0.18 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 26ea7219405f2ec1677329190bed5e01 camorama-0.18.tar.bz2 328246 -RMD160 3fed29fc0d0a3a9ce941b597c83c177f541f2fd1 camorama-0.18.tar.bz2 328246 -SHA256 6bd4c6cf2af111cac10aa034b12cb1faf691dd4e4a68bc5d2fb551f459a998ec camorama-0.18.tar.bz2 328246 |