Portage is a package management system used by Gentoo Linux
# ChangeLog for app-pda/iripdb
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/ChangeLog,v 1.13 2008/04/21 17:00:18 phreak Exp $
21 Apr 2008; Christian Heim
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
19 Mar 2006; Mark Loeser
Add DEPEND on app-arch/unzip
08 Jan 2006; Michael Hanselmann
Remove retiring dev from metadata.
02 Jul 2005; Michael Sterrett
removed old and dep-broken version
19 Feb 2005; Sven Wegener
Fixed invalid atoms in *DEPEND.
*iripdb-0.1.3b (19 Feb 2005)
19 Feb 2005; Tony Vroon
Version bump, closes bug #78261.
03 Dec 2004; Tom Martin
Marked ~amd64.
31 Oct 2004; Armando Di Cianno
changed $CC to use fetch from tc-getCC in toolchain-funcs.eclass
17 Oct 2004; David Holm
Added to ~ppc.
22 Sep 2004; Armando Di Cianno
Using CC instead of gcc; respecting CFLAGS.
*iripdb-0.1.1 (22 Sep 2004)
22 Sep 2004; Armando Di Cianno
+iripdb-0.1.1.ebuild:
New package added; keyworded for ~x86.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST iRipDB-0.1.3b.zip 32000 RMD160 b6f89ec37fe309fc09b67ac25446453146454e87 SHA1 5c210b43a37eca1e8207dce2a66f6da49b8179b5 SHA256 cbaaeed9549805009801160003473fc1e8899aa8531167ca95a5acb6fccd4f17
EBUILD iripdb-0.1.3b.ebuild 1445 RMD160 cb0dd4da8b671ba3850d154c87c44c08448c60ba SHA1 781864b36655db1af9645daafc8736a9c142c23c SHA256 c79045344657a46a580a037df6e57902b1d7ed66b59f34e94082d83861e8c29b
MISC ChangeLog 1637 RMD160 61a01f4782d8d4a78f58fbfd7e126ff4b15f9ab8 SHA1 8f3d89b5da0403e84f60729c3a1e3eb320b63584 SHA256 99678cfcb76b65058ccc681a3ad5af9e60e693480d90d618650030eb4b55e160
MISC metadata.xml 702 RMD160 400835b4c92ded85e74c170bc32b43baf5babdf6 SHA1 55f8c8d42aaf5ec7caeab7bf1965ac67121bf0a6 SHA256 91b5a5323228dd39138f98b2a36b18094fd9375287b9f840e39beee9fc7392d7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFIDMgnyuNVb5qfaOYRAqB8AJ9jdLNVVnnT7jnOSa5cdczqnShEmgCcCdj9
OoJuqoGAWrsb6P8w74gXJH8=
=BEqY
-----END PGP SIGNATURE-----
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/iripdb/iripdb-0.1.3b.ebuild,v 1.4 2007/07/15 05:41:19 mr_bones_ Exp $
inherit eutils flag-o-matic toolchain-funcs
MY_P=${P/iripdb/iRipDB}
S=${WORKDIR}/${PN}
DESCRIPTION="iRipDB allows generating the DB files necessary for the iRiver iHP-1xx series of MP3/Ogg HD Player on Linux and Windows."
HOMEPAGE="http://www.fataltourist.com/iripdb/"
SRC_URI="http://www.fataltourist.com/iripdb/${MY_P}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""
RDEPEND="media-libs/taglib
sys-libs/zlib"
DEPEND="${RDEPEND}
app-arch/unzip"
pkg_setup() {
if test_version_info 3.3
then
einfo "Using gcc 3.3*"
# gcc 3.3 doesn't support certain 3.4.1 options,
# as well as having less specific -march options
replace-flags -march=pentium-m -march=pentium3
filter-flags -march=k8
filter-flags -march=athlon64
filter-flags -march=opteron
strip-unsupported-flags
elif test_version_info 3.4
then
einfo "Using gcc 3.4*"
fi
}
src_compile() {
echo "$(tc-getCXX) ${CXXFLAGS} -c -o main.o main.cpp"
$(tc-getCXX) ${CXXFLAGS} -c -o main.o -I/usr/include/taglib main.cpp
echo "$(tc-getCC) ${CFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++"
$(tc-getCC) ${CFLAGS} -o iripdb main.o -lz -lm -ltag -lstdc++
}
src_install() {
dobin iripdb
dodoc AUTHORS README doc/iRivDB_structure
}
iRipDB allows generating the DB files necessary for the iRiver iHP-1xx
series of MP3/Ogg HD Player on Linux and Windows. That will allow you
to navigate your files through the artist/album/genre menus. It supports
adding MP3 and Ogg files at this point. It's released under the GNU's
General Public License and, at this moment only in source code form.