Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70480 - pymedia (new package)
Summary: pymedia (new package)
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://pymedia.org/
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-11-08 10:38 UTC by Giacomo Graziosi
Modified: 2015-08-08 10:56 UTC (History)
10 users (show)

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


Attachments
dev-python/pymedia ebuild (pymedia-1.2.3.0_pre2.ebuild,1.02 KB, application/octet-stream)
2005-08-12 13:38 UTC, Salim Fadhley
Details
update of previous ebuild (pymedia-1.2.3.0_pre2.ebuild,1.15 KB, text/plain)
2005-10-29 22:54 UTC, Mark Lee
Details
fixes the segfault when loading cle266.so (cle266_hw_dec-nonroot.patch,349 bytes, patch)
2005-10-29 22:56 UTC, Mark Lee
Details | Diff
See comments 1 and 2 from ebuild #2 (pymedia_libs.patch,2.87 KB, patch)
2005-10-29 22:57 UTC, Mark Lee
Details | Diff
pymedia/pymedia-1.3.5.0.ebuild (pymedia-1.3.5.0.ebuild,634 bytes, text/plain)
2006-03-19 07:27 UTC, Tuomas Suutari
Details
pymedia/files/pymedia-setup.diff (pymedia-setup.diff,872 bytes, text/x-diff)
2006-03-19 07:30 UTC, Tuomas Suutari
Details
amd64.patch for setup.py (pymedia-1.3.5.0-setup.patch,1.85 KB, patch)
2006-03-26 03:32 UTC, Michael Lange
Details | Diff
amd64 patch for compilation errors (pymedia-1.3.7.3-amd64.patch,2.59 KB, patch)
2008-03-26 21:10 UTC, Rob McMullen
Details | Diff
the ebuild i tryed *IT DOES NOT WORK* (pymedia-1.3.7.3.ebuild,668 bytes, text/plain)
2008-09-20 16:09 UTC, Stefan Huchler
Details
Buildlog with the dvd-errors (build.log,91.94 KB, text/plain)
2008-09-20 16:11 UTC, Stefan Huchler
Details
pymedia amd64 patch for compilation errors (pymedia-1.3.7.3-amd64-gentoo.diff,30.00 KB, patch)
2009-01-09 17:47 UTC, Miguel Benedicto
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Giacomo Graziosi 2004-11-08 10:38:23 UTC
Could you make an ebuild for this please?
Thank you.

Reproducible: Always
Steps to Reproduce:
Comment 1 Salim Fadhley 2005-08-12 13:38:06 UTC
Created attachment 65783 [details]
dev-python/pymedia ebuild

This is my tentative eBuild for pyMedia. Can anybody help me to get this
working? It does not work at all on AMD64 which (unfortunately) is the only
sort of PC I have access to.
Comment 2 Mark Lee 2005-10-29 22:54:57 UTC
Created attachment 71707 [details]
update of previous ebuild

Changes:
1. uses the ffmpeg libs instead of the builtin ones (patch forthcoming)
2. disables the interactive portion of the setup.py (patch forthcoming)
3. fix a segfault on loading cle266.so (patch forthcoming)
Bugs:
* doesn't detect lame
Comment 3 Mark Lee 2005-10-29 22:56:15 UTC
Created attachment 71708 [details, diff]
fixes the segfault when loading cle266.so
Comment 4 Mark Lee 2005-10-29 22:57:45 UTC
Created attachment 71709 [details, diff]
See comments 1 and 2 from ebuild #2

1. uses the ffmpeg libs instead of the builtin ones (patch forthcoming)
2. disables the interactive portion of the setup.py (patch forthcoming)
Comment 5 Mark Lee 2005-10-29 22:59:35 UTC
Of course, the two "patch forthcoming"s were meant to be excluded from the last
comment.
Comment 6 Mark Lee 2005-11-11 21:57:37 UTC
Something occurred to me when I pointed one of my friends to this ebuild: why is
"media-sound/glame" a dependency?  It doesn't appear on
<http://www.pymedia.org/tut/install_src.html> at all.
Comment 7 Lukasz Strzygowski (RETIRED) gentoo-dev 2006-01-29 04:15:33 UTC
Reassigned to maintainer-wanted.
Comment 8 Tuomas Suutari 2006-03-19 07:27:29 UTC
Created attachment 82558 [details]
pymedia/pymedia-1.3.5.0.ebuild

New ebuild. Tested on x86-system.
Comment 9 Tuomas Suutari 2006-03-19 07:30:00 UTC
Created attachment 82559 [details]
pymedia/files/pymedia-setup.diff

Diff file needed by pymedia-1.3.5.0.ebuild.
Comment 10 Michael Lange 2006-03-26 03:24:30 UTC
for amd64 you must apply the pymedia-setup.diff and comment out disable_fPIC and MMX_FILES in the setup.py

"
else:

		print 'Using UNIX configuration...\n'
#		disable_fPIC()

		dep= config.Dependency_unix "

and

"			('DVD_STRUCT_IN_LINUX_CDROM_H', '1' ),

			]



		FILES[ 'video.vcodec' ][ 'libavcodec' ]#+= MMX_FILES



DEPS = ["

it compiles without any error, but there are a few warnings
i dont't know. is this the rihgt way?

a wav with the pymedia-sample-scripts from pymedia.org sounds good
Comment 11 Michael Lange 2006-03-26 03:32:48 UTC
Created attachment 83151 [details, diff]
amd64.patch for setup.py
Comment 12 Tommaso Pasini 2007-02-25 16:39:22 UTC
Pymedia doesn't compile with gcc-4.1.
Comment 13 Kevin Bryan 2007-07-09 02:29:07 UTC
(In reply to comment #12)
> Pymedia doesn't compile with gcc-4.1.
> 

I just compiled it with gcc-4.1.2 on x86 and it seems to be working well.
Comment 14 Rob McMullen 2008-03-26 21:10:04 UTC
Created attachment 147406 [details, diff]
amd64 patch for compilation errors

Here's what I had to change to get pymedia-1.3.7.3 to compile on amd64 using gcc 4.1.2.  This includes the patches for setup.py from comment #11
Comment 15 Stefan Huchler 2008-09-20 16:09:14 UTC
Created attachment 165908 [details]
the ebuild i tryed *IT DOES NOT WORK*

i dont get it compiled x86 with gcc-4.3, i tryed first 1.3.5.0 and that did not work, now i tryed it with renaming the ebuild to 1.3.7.3 and set epatch to the: 

pymedia-1.3.7.3-amd64.patch

and it does not work. I also tryed gcc-4.1 same problem something with dvd...
Comment 16 Stefan Huchler 2008-09-20 16:11:55 UTC
Created attachment 165909 [details]
Buildlog with the dvd-errors
Comment 17 Miguel Benedicto 2009-01-09 17:47:49 UTC
Created attachment 177895 [details, diff]
pymedia amd64 patch for compilation errors 

This patch includes fixes by Rob McMullen.
Fixes compilation errors on gcc 4.3.2 for amd64
Comment 18 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-01-15 17:59:12 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 19 Manuel Rüger (RETIRED) gentoo-dev 2015-08-08 10:56:12 UTC
Latest release in 2006, closing as the bug is really old and upstream does not
seem to work actively on that package anymore.