Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149417 - media-libs/pmplib (new ebuild)
Summary: media-libs/pmplib (new ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://pmplib.sourceforge.net/
Whiteboard:
Keywords: EBUILD
: 144474 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-28 07:08 UTC by Diego Alcorta
Modified: 2016-04-23 01:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Pmplib-svn ebuild (pmplib-svn-0.12.ebuild,1.22 KB, text/plain)
2006-11-01 04:47 UTC, Jakub Z.
Details
Ebuild of the 0.13 version (pmplib-0.13.ebuild,1.19 KB, text/plain)
2007-01-15 20:37 UTC, Jakub Z.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Alcorta 2006-09-28 07:08:19 UTC
Ebuild to be able to use iriver mp3 players in linux
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-28 07:13:37 UTC
*** Bug 144474 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Z. 2006-10-15 01:25:28 UTC
I have found that the following ebuild works:
*****************************************************
DESCRIPTION=""create music databases used by portable media players"
HOMEPAGE=""http://pmplib.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

SLOT="0"
KEYWORDS="~amd64 ~x86"

src_compile() {
        ./configure --without-js --libdir=/usr/lib/ --prefix=/usr/
}

src_install() {
        einstall || die
}
*****************************************************
but only if you switch the sandbox off... :
FEATURES="-sandbox"

I am also not sure about the license....

I have verified that the app works on my H10 junior:
1) first, mount the device under e.g. /media/H10/
2) then, save the mp3/ogg file onto the device
3) finally, just launch the command:  "easypmp -u /media/H10/" - which will update the database on the iriver device.

It is the only working way of using the iriver H10 Junior on linux, so it would be great if someone could fix the ebuild so that it could be incorporated into portage...
Comment 3 Jakub Z. 2006-11-01 04:47:17 UTC
Created attachment 100957 [details]
Pmplib-svn ebuild

I am attaching a svn ebuild for the package pmplib. It should compile without the need to disable FEATURES (i.e. it compiles with iserpriv usersandbox). Aby comments are welcome.
Comment 4 Jakub Z. 2007-01-15 20:37:58 UTC
Created attachment 107118 [details]
Ebuild of the 0.13 version

Here's a slightly modified version of the ebuild - version 0.13 (released tarball this time). Supports the iriver E10.
Comment 5 kundarsa@gmail.com 2016-04-23 01:20:17 UTC
as the iriver player was updated it began to support E10 and H10 with out this library. (but after that the iriver player dropped support for both of these devices).

Closing this bug since this is no longer a dependency to the iriver player that supports the E10 device.

Tom D