Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155083 - media-libs/jpgalleg-2.5 version bump
Summary: media-libs/jpgalleg-2.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-13 14:31 UTC by Ryan Patterson
Modified: 2007-03-08 19:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Patterson 2006-11-13 14:31:07 UTC
Following is the ebuild:

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-1.1-r1.ebuild,v 1.5 2004/06/24 23:04:21 agriffis Exp $

inherit eutils

DESCRIPTION="The jpeg loading routines are able to load almost any JPG image file with Allegro."
HOMEPAGE="http://www.ecplusplus.com/index.php?page=projects&pid=1"
SRC_URI="http://www.ecplusplus.com/files/${PN}-${PV}.tar.gz"

LICENSE="zlib"
KEYWORDS="x86"
SLOT="0"
IUSE=""

DEPEND=">=media-libs/allegro-4.0.0"
S="${WORKDIR}/${PN}-${PV}"

src_unpack() {
	unpack ${A}
	
	cd ${S}
}

src_compile() {
	cd ${S}/
	./fix.sh unix --quick
	emake || die "emake failed"
}

src_install() {
	cd ${S}/
	
	mkdir ${D}usr
	mkdir ${D}usr/include
	mkdir ${D}usr/lib
	
	emake install INSTALL_BASE_PATH="${D}usr" || die "emake install failed"

	dodoc readme.txt

	insinto /usr/share/doc/${P}/examples
	doins examples/*
}
Comment 1 Charlie Shepherd (RETIRED) gentoo-dev 2006-12-26 08:10:48 UTC
The website is down. Please reopen with an alternate tarball location or when upstream's website is back up.
Comment 2 Ryan Patterson 2007-02-05 17:58:56 UTC
Seems to be up.
Comment 3 Anant Narayanan (RETIRED) gentoo-dev 2007-03-08 19:34:07 UTC
Thanks, committed to CVS.