* [gentoo-dev] vcdimager ebuild
@ 2001-07-21 13:52 jano
0 siblings, 0 replies; only message in thread
From: jano @ 2001-07-21 13:52 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
Hi,
Here's an ebuild for vcdimager (create burnable vcd images from mpg). Hope
some find it useful. Probably should go into media-video. The gnome
stuff forthe actual program don't work yet, but so I commented out the use gnome.
Jano
[-- Attachment #2: vcdimager-0.6.2.ebuild --]
[-- Type: text/plain, Size: 1056 bytes --]
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jano Lukac <jano@portablehole.net>
#
S=${WORKDIR}/${P}
DESCRIPTION="GNU VCDImager is a program for making Video CD (and Super Video CD, a.k.a. SVCD) images out of MPEG movie files."
SRC_URI="http://vcdimager.hvrlab.org/pub/vcdimager/vcdimager-0.6/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/vcdimager/"
DEPEND="gnome? ( >=gnome-base/libglade-0.16-r1 )"
src_compile() {
local myflags
# vcdimager's gnome frontend does not work yet
#if [ "`use gnome`" ] ; then
#myflags="--prefix=/opt/gnome --with-gnome-frontend"
#else
#myflags="--prefix=/usr --without-gnome-frontend"
#fi
myflags="--prefix=/usr --without-gnome-frontend"
try ./configure ${myflags} --host=${CHOST} --mandir="\$\{prefix\}/share/man" --infodir="\\$\{prefix\}/share/info"
try emake
}
src_install () {
try make DESTDIR=${D} install
dodoc README COPYING NEWS BUGS AUTHORS FAQ THANKS TODO ChangeLog
}
[-- Attachment #3: Type: , Size: 2 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-07-21 19:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-21 13:52 [gentoo-dev] vcdimager ebuild jano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox