Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pymedia-1.3.5.0.ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Le Sot Zi
n00b
n00b


Joined: 06 Feb 2003
Posts: 64
Location: Lille

PostPosted: Sat Jan 07, 2006 12:05 am    Post subject: pymedia-1.3.5.0.ebuild Reply with quote

For those who want it, I've created an ebuild for pymedia 1.3.5.0.
I've named it dev-python/pymedia-1.3.5.0.ebuild .
Code:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="PyMedia is a Python module for wav, mp3, ogg, avi, divx, dvd, cdda etc files manipulations. It allows you to parse, demutiplex, multiplex, decode and encode all supported formats."

SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz"

HOMEPAGE="http://www.pymedia.org/"
IUSE=""
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~x86"
DEPEND="virtual/python
        media-video/ffmpeg
        media-sound/glame
        media-sound/lame"

src_compile() {
   cd ${S}
   yes | python setup.py build
}

src_install() {
   yes | python setup.py install --root=/var/tmp/portage/${PN}-${PV}/image/ --no-compile
   dohtml doc.html
}

Hope it will help someone :)
_________________
PLuS oN eSt ² FoUs... pLUs oN ESt fOUs !!!!!!!!
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Sat Jan 07, 2006 2:46 am    Post subject: Reply with quote

Moved from Multimedia to Unsupported Software.

You may want to submit this to bugs.gentoo.org so that it can be placed in the portage tree.
_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
njuk-njuk
n00b
n00b


Joined: 24 Aug 2003
Posts: 65
Location: New York, NY

PostPosted: Fri Jan 13, 2006 8:48 am    Post subject: Reply with quote

thanks for posting this. i was just looking into installing it, so i tried your ebuild. i got the following, however, after it downloaded the package...

Code:
!!! No package manifest found: /usr/portage/dev-python/pymedia/Manifest


any ideas?
Back to top
View user's profile Send private message
dr_strange
Guru
Guru


Joined: 16 Apr 2002
Posts: 480
Location: Cambridge, UK

PostPosted: Fri Jan 13, 2006 1:01 pm    Post subject: Reply with quote

after you've put the ebuild in your overlay into the appropriate directory you'll have to issue
emerge --digest pymedia

to generate the Manifest file
_________________
shine on,

dr_strange

Set the Controls for the Heart of Gentoo
http://magenta.linuxforum.hu
Back to top
View user's profile Send private message
njuk-njuk
n00b
n00b


Joined: 24 Aug 2003
Posts: 65
Location: New York, NY

PostPosted: Fri Jan 13, 2006 5:58 pm    Post subject: Reply with quote

dr_strange wrote:
after you've put the ebuild in your overlay into the appropriate directory you'll have to issue
emerge --digest pymedia

to generate the Manifest file


excellent. the build now executed w/o incident. thank you.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum