media-libs/smjpeg - 9999 (farmboy0)

Search

Install

Install this version:

emerge -a =media-libs/smjpeg-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-libs/smjpeg-9999

Or alternatively:

emerge --autounmask-write -a =media-libs/smjpeg-9999

Package Information

Description:
SDL Motion JPEG Library
Homepage:
http://www.lokigames.com/development/smjpeg.php3
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=7

ESVN_REPO_URI="svn://svn.icculus.org/smjpeg/trunk/"

inherit autotools multilib-minimal subversion

DESCRIPTION="SDL Motion JPEG Library"
HOMEPAGE="http://www.lokigames.com/development/smjpeg.php3"
LICENSE="LGPL-2"

SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND=">=media-libs/libsdl-1.1.7"
DEPEND="${RDEPEND}"

DOCS=( CHANGES README TODO SMJPEG.txt )

src_prepare() {
    rm acinclude.m4
    eapply_user
    eautoreconf
}

multilib_src_configure() {
    ECONF_SOURCE=${S} econf --disable-static
}

multilib_src_install_all() {
    einstalldocs
    find "${ED}" -type f -name "*.la" -delete
}

Inherited Eclasses

Dependencies

DEPEND

>=media-libs/libsdl-1.1.7

RDEPEND

>=media-libs/libsdl-1.1.7