+++ /dev/null
-# ChangeLog for media-video/xmovie
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/ChangeLog,v 1.12 2005/05/15 13:00:49 flameeyes Exp $
-
- 15 May 2005; Diego Pettenò <flameeyes@gentoo.org>
- -files/xmovie-gcc3-gentoo.patch, -files/xmovie-1.8-gcc3.3.patch,
- xmovie-1.8-r4.ebuild:
- Moved using toolchain-funcs. Removed the two patches and uploaded on a site
- so to avoid having 60KB worth of patches in cvs.
-
-*xmovie-1.9.12 (17 Mar 2004)
-
- 17 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> xmovie-1.9.12.ebuild:
- New version
-
- 17 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> xmovie-1.8-r3.ebuild,
- xmovie-1.8-r4.ebuild, files/xmovie-1.8-gcc3.3.patch:
- Fixing compile error with gcc 3.3, patch by brandy in bug #32965
-
-*xmovie-1.8-r4 (21 Oct 2002)
-
- 09 Feb 2003; Matthew Kennedy <mkennedy@gentoo.org> xmovie-1.8-r4.ebuild,
- ChangeLog :
-
- Conditionally apply the gcc3 patch. resolves bug 13580.
-
- 21 Oct 2002; Matthew Kennedy <mkennedy@gentoo.org> xmovie-1.8-r4,
- ChangeLog, files/digest-xmovie-1.8-r4, files/xmovie-gcc3-gentoo.patch :
-
- Patch to compilation under GCC3.2. Thanks to Joshua Gentry of Bug
- #7227.
-
-*xmovie-1.8-r3 (13 Feb 2003)
-
- 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
- Added missing changelog entry.
-
-*xmovie-1.8-r2 (11 Apr 2002)
- 11 Apr 2002; Spider <spider@gentoo.org>
- Update all glib dependencies to use glib-1.2* in preparation of unmasking the glib-2.0.1 packages
- Update libpng dependencies
-
-*xmovie-1.8-r2 (27 Mar 2002)
-
- 27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> xmovie-1.8-r2.ebuild :
-
- HTML documentation is not gzipped.
-
-*xmovie-1.8-r1 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/xmovie-1.8-r4.ebuild,v 1.9 2005/05/15 13:00:49 flameeyes Exp $
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="A Player for MPEG and Quicktime movies"
-SRC_URI="http://heroinewarrior.com/${P}.tar.gz
- http://digilander.libero.it/dgp85/gentoo/xmovie-gcc3-gentoo.patch
- http://digilander.libero.it/dgp85/gentoo/xmovie-1.8-gcc3.3.patch"
-HOMEPAGE="http://heroines.sourceforge.net/"
-
-RDEPEND="virtual/x11
- =dev-libs/glib-1.2*
- >=media-libs/libpng-1.2.1"
-
-DEPEND="${RDEPEND}
- >=dev-lang/nasm-0.98"
-IUSE="mmx"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- if [ `gcc-major-version` = '3' ] ;
- then
- # gcc3.2 fix (from bug #7227)
- epatch ${DISTDIR}/xmovie-gcc3-gentoo.patch
- # gcc 3.3 fix from bug #32965
- epatch ${DISTDIR}/xmovie-1.8-gcc3.3.patch
- fi
-}
-
-src_compile() {
- local myconf
- use mmx || myconf="${myconf} --no-mmx"
-
- ./configure ${myconf} || die
- emake || die
-
-}
-
-src_install () {
-
- into /usr
- dobin xmovie/`uname -m`/xmovie
- dodoc README
- dohtml docs/*.html
-
-}
+++ /dev/null
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/xmovie-1.9.12.ebuild,v 1.2 2004/06/25 00:53:43 agriffis Exp $
-
-DESCRIPTION="A Player for MPEG and Quicktime movies"
-SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.bz2"
-HOMEPAGE="http://heroines.sourceforge.net/"
-
-RDEPEND="virtual/x11
- =dev-libs/glib-1.2*
- >=media-libs/libpng-1.2.1"
-
-DEPEND="${RDEPEND}
- >=dev-lang/nasm-0.98"
-IUSE=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-src_compile() {
- ./configure || die
- emake || die
-}
-
-src_install () {
- into /usr
- dobin xmovie/`uname -m`/xmovie
- dohtml xmovie/*.html
-}