+++ /dev/null
-# ChangeLog for media-sound/longplayer
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/longplayer/ChangeLog,v 1.9 2005/09/04 10:42:31 flameeyes Exp $
-
- 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
- longplayer-0.99.2.ebuild, longplayer-0.99.3.ebuild:
- Don't install COPYING and INSTALL files.
-
- 14 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
- longplayer-0.99.3.ebuild:
- Stable amd64, sparc.
-
- 08 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
- longplayer-0.99.3.ebuild:
- ~sparc ~amd64
-
- 03 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org>
- longplayer-0.99.2.ebuild, longplayer-0.99.3.ebuild:
- fix dir -> die typo
-
- 30 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
- longplayer-0.99.3.ebuild:
- Stable x86.
-
- 01 Apr 2004; David Holm <dholm@gentoo.org> longplayer-0.99.3.ebuild:
- Added to ~ppc.
-
-*longplayer-0.99.3 (31 Mar 2004)
-
- 31 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
- longplayer-0.99.3.ebuild, files/longplayer-0.99.3-gentoo.patch:
- Version bump already.
-
-*longplayer-0.99.2 (31 Mar 2004)
-
- 31 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
- longplayer-0.99.2.ebuild, files/longplayer-0.99.2-gentoo.patch:
- Initial import. Ebuild submitted in bug #29889 by Sam Wouters <sam@ericom.be>.
-
+++ /dev/null
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 89eba551617d661435562fcf521a9450 ChangeLog 1325
-MD5 8c29302e3cd7f7120aa5abb9e80ed185 longplayer-0.99.3.ebuild 1192
-MD5 c79cb3c3f0baed883d13703e4f88f244 longplayer-0.99.2.ebuild 1176
-MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
-MD5 bb7969244a37d3e41a8474ca19ec3d2a files/digest-longplayer-0.99.3 68
-MD5 f7b6a99c9f4d84b13528d7920d1081bd files/longplayer-0.99.2-gentoo.patch 2663
-MD5 a819deed9f561df692db6d72da7e27c4 files/digest-longplayer-0.99.2 68
-MD5 52a613b3b558065c366e5f197753e617 files/longplayer-0.99.3-gentoo.patch 2608
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDGs+vj5H05b2HAEkRAuroAJ9RDXhWL0/KsF2zA+KQum/jb2QsmQCfQFNa
-SVpa61jlk0KVsUIiW63Oezo=
-=5xKC
------END PGP SIGNATURE-----
+++ /dev/null
-MD5 66daef96bef8de36da595d8140b47d1b lplayer-0.99.2_src.tgz 1107714
+++ /dev/null
-MD5 d7d965bae3cd6a14ee058bd386bc334c lplayer-0.99.3_src.tgz 1352672
+++ /dev/null
-diff -Naur lplayer-0.99.2.orig/configure.in.in lplayer-0.99.2/configure.in.in
---- lplayer-0.99.2.orig/configure.in.in 2004-02-09 14:42:44.000000000 -0800
-+++ lplayer-0.99.2/configure.in.in 2004-03-21 14:56:13.000000000 -0800
-@@ -20,16 +20,16 @@
- [if test "$enableval" = yes; then
- use_berkeleydb=yes
- BERKELEYOBJS='lpberkeleydbreader.$(OBJEXT)'
-+ BERKELEYLIBS='-ldb_cxx-4.1'
- fi],
- [])
-
- if test "$use_berkeleydb" = yes; then
-- AC_CHECK_LIB([db_cxx], [main], [],
-- AC_MSG_ERROR([Berkeley DB library not found]))
-- AC_CHECK_HEADER([db_cxx.h],[],
-+ AC_CHECK_HEADER([db4.1/db_cxx.h],[],
- AC_MSG_ERROR([Berkeley DB includes not found]))
- fi
-
- AC_SUBST(BERKELEYOBJS)
-+AC_SUBST(BERKELEYLIBS)
-
- AC_CONFIG_FILES([src/longplayer])
-diff -Naur lplayer-0.99.2.orig/src/Makefile.am lplayer-0.99.2/src/Makefile.am
---- lplayer-0.99.2.orig/src/Makefile.am 2004-02-09 14:42:44.000000000 -0800
-+++ lplayer-0.99.2/src/Makefile.am 2004-03-21 14:54:52.000000000 -0800
-@@ -16,8 +16,8 @@
- #lplayer_bin_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(XMMS_LIBS)
-
- # the libraries to link against.
--lplayer_bin_LDADD = @BERKELEYOBJS@ $(LIB_QT) $(LIB_X11)
--lplayer_bin_DEPENDENCIES = @BERKELEYOBJS@
-+lplayer_bin_LDADD = $(BERKELEYOBJS) $(BERKELEYLIBS) $(LIB_QT) $(LIB_X11)
-+lplayer_bin_DEPENDENCIES = $(BERKELEYOBJS)
- # for kde...
- #lplayer_bin_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT)
-
-diff -Naur lplayer-0.99.2.orig/src/Makefile.in lplayer-0.99.2/src/Makefile.in
---- lplayer-0.99.2.orig/src/Makefile.in 2004-02-09 14:47:40.000000000 -0800
-+++ lplayer-0.99.2/src/Makefile.in 2004-03-21 14:55:23.000000000 -0800
-@@ -48,6 +48,7 @@
- AUTOMAKE = @AUTOMAKE@
- AWK = @AWK@
- BERKELEYOBJS = @BERKELEYOBJS@
-+BERKELEYLIBS = @BERKELEYLIBS@
- CC = @CC@
- CCDEPMODE = @CCDEPMODE@
- CFLAGS = @CFLAGS@
-@@ -211,8 +212,8 @@
- #lplayer_bin_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(XMMS_LIBS)
-
- # the libraries to link against.
--lplayer_bin_LDADD = @BERKELEYOBJS@ $(LIB_QT) $(LIB_X11)
--lplayer_bin_DEPENDENCIES = @BERKELEYOBJS@
-+lplayer_bin_LDADD = $(BERKELEYOBJS) $(BERKELEYLIBS) $(LIB_QT) $(LIB_X11)
-+lplayer_bin_DEPENDENCIES = $(BERKELEYOBJS)
-
- # for kde...
- #lplayer_bin_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT)
-diff -Naur lplayer-0.99.2.orig/src/lpberkeleydbreader.cpp lplayer-0.99.2/src/lpberkeleydbreader.cpp
---- lplayer-0.99.2.orig/src/lpberkeleydbreader.cpp 2004-02-09 14:42:44.000000000 -0800
-+++ lplayer-0.99.2/src/lpberkeleydbreader.cpp 2004-03-21 14:52:15.000000000 -0800
-@@ -1,4 +1,4 @@
--#include <db_cxx.h>
-+#include <db4.1/db_cxx.h>
- #include <cstring>
- #include <iostream>//FIXME: temporary
- #include <sstream>
+++ /dev/null
-diff -Naur lplayer-0.99.3.orig/configure.in.in lplayer-0.99.3/configure.in.in
---- lplayer-0.99.3.orig/configure.in.in 2004-04-01 01:31:59.000000000 +0200
-+++ lplayer-0.99.3/configure.in.in 2004-04-01 01:34:15.000000000 +0200
-@@ -19,16 +19,16 @@
- [if test "$enableval" = yes; then
- use_berkeleydb=yes
- BERKELEYOBJS='lpberkeleydbreader.$(OBJEXT)'
-+ BERKELEYLIBS='-ldb_cxx-4.1'
- fi],
- [])
-
- if test "$use_berkeleydb" = yes; then
-- AC_CHECK_LIB([db_cxx], [main], [],
-- AC_MSG_ERROR([Berkeley DB library not found]))
-- AC_CHECK_HEADER([db_cxx.h],[],
-+ AC_CHECK_HEADER([db4.1/db_cxx.h],[],
- AC_MSG_ERROR([Berkeley DB includes not found]))
- fi
-
- AC_SUBST(BERKELEYOBJS)
-+AC_SUBST(BERKELEYLIBS)
-
- AC_CONFIG_FILES([src/longplayer])
-diff -Naur lplayer-0.99.3.orig/src/Makefile.am lplayer-0.99.3/src/Makefile.am
---- lplayer-0.99.3.orig/src/Makefile.am 2004-04-01 01:31:58.000000000 +0200
-+++ lplayer-0.99.3/src/Makefile.am 2004-04-01 01:35:35.000000000 +0200
-@@ -17,8 +17,8 @@
- #lplayer_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(XMMS_LIBS)
-
- # the libraries to link against.
--lplayer_LDADD = @BERKELEYOBJS@ $(LIB_QT) $(LIB_X11)
--lplayer_DEPENDENCIES = @BERKELEYOBJS@
-+lplayer_LDADD = $(BERKELEYOBJS) $(BERKELEYLIBS) $(LIB_QT) $(LIB_X11)
-+lplayer_DEPENDENCIES = $(BERKELEYOBJS)
- # for kde...
- #lplayer_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT)
-
-diff -Naur lplayer-0.99.3.orig/src/Makefile.in lplayer-0.99.3/src/Makefile.in
---- lplayer-0.99.3.orig/src/Makefile.in 2004-04-01 01:31:58.000000000 +0200
-+++ lplayer-0.99.3/src/Makefile.in 2004-04-01 01:37:47.000000000 +0200
-@@ -48,6 +48,7 @@
- AUTOMAKE = @AUTOMAKE@
- AWK = @AWK@
- BERKELEYOBJS = @BERKELEYOBJS@
-+BERKELEYLIBS = @BERKELEYLIBS@
- CC = @CC@
- CCDEPMODE = @CCDEPMODE@
- CFLAGS = @CFLAGS@
-@@ -213,8 +214,8 @@
- #lplayer_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(XMMS_LIBS)
-
- # the libraries to link against.
--lplayer_LDADD = @BERKELEYOBJS@ $(LIB_QT) $(LIB_X11)
--lplayer_DEPENDENCIES = @BERKELEYOBJS@
-+lplayer_LDADD = $(BERKELEYOBJS) $(BERKELEYLIBS) $(LIB_QT) $(LIB_X11)
-+lplayer_DEPENDENCIES = $(BERKELEYOBJS)
-
- # for kde...
- #lplayer_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT)
-diff -Naur lplayer-0.99.3.orig/src/lpberkeleydbreader.cpp lplayer-0.99.3/src/lpberkeleydbreader.cpp
---- lplayer-0.99.3.orig/src/lpberkeleydbreader.cpp 2004-04-01 01:31:58.000000000 +0200
-+++ lplayer-0.99.3/src/lpberkeleydbreader.cpp 2004-04-01 01:38:26.000000000 +0200
-@@ -1,4 +1,4 @@
--#include <db_cxx.h>
-+#include <db4.1/db_cxx.h>
- #include <cstring>
- #include <iostream>//FIXME: temporary
- #include <sstream>
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/longplayer/longplayer-0.99.2.ebuild,v 1.5 2005/09/04 10:42:31 flameeyes Exp $
-
-inherit eutils kde
-
-IUSE="berkdb"
-MY_P=${P/longplayer/lplayer}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="A MP3 jukebox especially for large collections, with rating support for single songs"
-HOMEPAGE="http://lplayer.sourceforge.net"
-SRC_URI="mirror://sourceforge/lplayer/${MY_P}_src.tgz"
-RESTRICT="nomirror"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-RDEPEND="x11-libs/qt
- media-sound/xmms
- berkdb? ( =sys-libs/db-4.1* )"
-
-DEPEND="${RDEPEND}
- >=sys-devel/automake-1.7.8
- >=sys-devel/autoconf-2.58"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-gentoo.patch
-
- cd ${S}
- export WANT_AUTOCONF=2.5
- export WANT_AUTOMAKE=1.7
- sh admin/cvs.sh configure.in || die
- aclocal || die
- autoconf || die
-}
-
-src_compile() {
- addwrite "${QTDIR}/etc/settings"
-
- econf `use_enable berkdb berkeleydb` || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- einstall || die "einstall failed"
- dodoc AUTHORS BUGS FAQ ChangeLog NEWS README TODO
-}
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/longplayer/longplayer-0.99.3.ebuild,v 1.8 2005/09/04 10:42:31 flameeyes Exp $
-
-inherit eutils kde
-
-IUSE="berkdb"
-MY_P=${P/longplayer/lplayer}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="A MP3 jukebox especially for large collections, with rating support for single songs"
-HOMEPAGE="http://lplayer.sourceforge.net"
-SRC_URI="mirror://sourceforge/lplayer/${MY_P}_src.tgz"
-RESTRICT="nomirror"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc sparc amd64"
-
-RDEPEND="x11-libs/qt
- media-sound/xmms
- berkdb? ( =sys-libs/db-4.1* )"
-
-DEPEND="${RDEPEND}
- >=sys-devel/automake-1.7.8
- >=sys-devel/autoconf-2.58"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-gentoo.patch
-
- cd ${S}
- export WANT_AUTOCONF=2.5
- export WANT_AUTOMAKE=1.7
- sh admin/cvs.sh configure.in || die
- aclocal || die
- autoconf || die
-}
-
-src_compile() {
- addwrite "${QTDIR}/etc/settings"
-
- econf `use_enable berkdb berkeleydb` || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install () {
- einstall || die "einstall failed"
- dodoc AUTHORS BUGS FAQ ChangeLog NEWS README TODO
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sound</herd>
-</pkgmetadata>