From: James M Long <jlong@pop.fedworld.gov>
To: gentoo-dev@cvs.gentoo.org
Subject: [gentoo-dev] s.q.u.e.l.c.h ebuild
Date: Fri Oct 26 16:38:01 2001 [thread overview]
Message-ID: <20011026184535.0caf54ef.jlong@fedworld.gov> (raw)
In-Reply-To: <1004133044.3076.4.camel@katios.nolabel.net>
[-- Attachment #1: Type: text/plain, Size: 807 bytes --]
I have attached a new ebuild for an app called squelch. It is a ogg vorbis player. It has a wide number of ways to output the file, including arts, esd, oss and alsa. I have tried to make sure that all the dependencies have been included. The run time depends seem to be much larger than the compile ones... hopefully I have done the DEPEND, RDEPEND statements correctly. I have tested it on two different machines (Home and Work) and the only thing I seem not to have working correctly is the dodoc line... that doesn't seem to work at all. The good thing is that it doesn't put files in the wrong place. I would appreciate someone else taking a look at this ebuild.
thanks,
James...
--
James M Long jlong@fedworld.gov
Linux System Admin/Network Engineer semaj@semaj.org
NTIS http://semaj.org
[-- Attachment #2: squelch-1.0.1.ebuild --]
[-- Type: application/octet-stream, Size: 1208 bytes --]
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author James M Long <semaj@semaj.org>
S=${WORKDIR}/${P}
DESCRIPTION="s.q.u.e.l.c.h is an Ogg Vorbis audio player."
SRC_URI="http://www.geoid.clara.net/rik/arch/${P}.tar.gz"
HOMEPAGE="http://www.geoid.clara.net/rik/squelch.html"
DEPEND="virtual/x11 virtual/glibc
>=media-libs/libvorbis-1.0_rc1
>=media-libs/libao-0.8.0
>=x11-libs/qt-x11-2.3.1
>=media-libs/libogg-1.0_rc1"
# The runtime depends are a bit different than the compiling ones
# I created the runtime list from the output of ldd
RDEPEND="{$DEPEND}
>=media-libs/libpng-1.0.12
>=sys-libs/zlib-1.1.3
>=media-libs/jpeg-6b
>=media-libs/libmng-1.0.1
nas? ( >=media-sound/nas-1.4.1 )
>=media-libs/lcms-1.06"
src_compile() {
# this package does not have any info files
./configure \
--host=${CHOST} \
--prefix=/usr \
--mandir=/usr/share/man || die
emake || die
}
src_install() {
make DESTDIR=${D}
install || die
# I seem to be having an issue with this part
# It doesn't install the files listed below.
dodoc AUTHORS COPYING Changelog INSTALL NEWS README THANKS
}
[-- Attachment #3: digest-squelch-1.0.1 --]
[-- Type: application/octet-stream, Size: 59 bytes --]
MD5 a660bc98bdad863b24578034d9f34ded squelch-1.0.1.tar.gz
next prev parent reply other threads:[~2001-10-26 22:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-26 15:51 [gentoo-dev] Newbie + e3? + keymap? Sylvain OBEGI
2001-10-26 16:38 ` James M Long [this message]
2001-10-27 12:10 ` [gentoo-dev] s.q.u.e.l.c.h ebuild Martin Schlemmer
2001-10-26 16:45 ` [gentoo-dev] Newbie + e3? + keymap? Daniel Robbins
2001-10-27 9:35 ` Sylvain OBEGI
2001-10-28 15:03 ` [gentoo-dev] Problem adding user + Internationalization Sylvain OBEGI
2001-10-29 6:50 ` Dan Armak
2001-10-29 9:59 ` Damon M. Conway
2001-10-29 17:46 ` Sylvain OBEGI
2001-10-30 9:29 ` Damon M. Conway
2001-10-30 9:49 ` Djamil ESSAISSI
2001-10-30 9:52 ` Damon M. Conway
2001-10-30 9:57 ` Djamil ESSAISSI
2001-10-30 10:13 ` Daniel Robbins
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011026184535.0caf54ef.jlong@fedworld.gov \
--to=jlong@pop.fedworld.gov \
--cc=gentoo-dev@cvs.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox