Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121744 - [EBUILD] GPixPod - Photo manager for iPod
Summary: [EBUILD] GPixPod - Photo manager for iPod
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://gpixpod.sourceforge.net/wordpr...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-05 15:10 UTC by Aldo "xoen" Giambelluca
Modified: 2006-12-20 19:42 UTC (History)
6 users (show)

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


Attachments
Ebuild for GPixPod v0.4.2 (gpixpod-0.4.2.ebuild,905 bytes, text/plain)
2006-04-26 21:13 UTC, Mike Duncan
Details
ebuild for version 0.5.0 (gpixpod-0.5.0.ebuild,888 bytes, text/plain)
2006-08-15 12:41 UTC, Angel Olivera
Details
GPixPod v0.6.0 Ebuild. (gpixpod-0.6.0.ebuild,1.43 KB, text/plain)
2006-09-17 20:31 UTC, Mike Duncan
Details
gpixpod-0.6.2.ebuild (gpixpod-0.6.2.ebuild,1.43 KB, application/octet-stream)
2006-10-20 18:09 UTC, Fabio Bonfante
Details
Alternative gpixpod-0.6.2.ebuild using python's distutils (gpixpod-0.6.2.ebuild,734 bytes, text/plain)
2006-12-20 16:34 UTC, Emiliano Vavassori
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aldo "xoen" Giambelluca 2006-02-05 15:10:02 UTC
With this application you can organize photo and photo albums on apple iPod.

See the website for more information.
Comment 1 Aldo "xoen" Giambelluca 2006-02-11 05:46:07 UTC
0.2.3 is out, "Now iPod Nano seems supported fine."
Comment 2 Mike Duncan 2006-04-26 21:13:12 UTC
Created attachment 85585 [details]
Ebuild for GPixPod v0.4.2

This is my first ebuild, so comments are welcome. This is for version 0.4.2 of GPixPod and as the documentation of the package states, installs it to /usr/local/GPixPod.
Comment 3 Mike Duncan 2006-04-26 21:22:32 UTC
The website for this application is now http://www.gpixpod.org. 
Comment 4 Angel Olivera 2006-08-15 12:41:48 UTC
Created attachment 94345 [details]
ebuild for version 0.5.0

Attached ebuild for media-gfx/gpixpod version 0.5.0.
Comment 5 Alessandro 2006-09-17 05:21:21 UTC
hi.. it's out new version... can you make new ebuild?thanks
Comment 6 Mike Duncan 2006-09-17 20:31:38 UTC
Created attachment 97302 [details]
GPixPod v0.6.0 Ebuild.

Major changes in this ebuild. Firstly, I changed it so this will no longer install to /usr/local/GPixPod. Sorry for the change, but I think for the long-haul this is a better solution.

The author's Makefile would not install 0.6.0 for me. Maybe it is a difference in python versions, but I had to change the ebuild to address this. Additionally, the author has now added support for newer iPod's and better handling of images and the conversions there-of. He is now doing image conversions using C-code, which means we now must call emake. 

Anyways, please report any problems you have with the ebuild.
Comment 7 Alessandro 2006-09-18 01:15:00 UTC
OK GOOD WORK...
thanks...
ah, ebuild don't download the file, I manual download e copy file into distfiles directory.
sorry for english
bye bye
Comment 8 Fabio Bonfante 2006-10-20 18:04:44 UTC
just a rename for version 6.2 and it works without problems (afaik on my amd64)
happy ebuilding!
and... pleaaassseeee add it to portage ;-)
Comment 9 Fabio Bonfante 2006-10-20 18:09:17 UTC
Created attachment 100113 [details]
gpixpod-0.6.2.ebuild
Comment 10 Emiliano Vavassori 2006-12-20 16:34:31 UTC
Created attachment 104473 [details]
Alternative gpixpod-0.6.2.ebuild using python's distutils

Since gpixpod is a python-based program with its 'setup.py' and since there's a distutils.eclass, here's an ebuild that uses these features. It's smaller and it grabs the sources from SF.

HTH, please feedback.
Comment 11 Olivier Crete (RETIRED) gentoo-dev 2006-12-20 19:42:53 UTC
I've added it to the tree. Using the distutils version of the ebuild. I had to make only one change, the glade and mo files should be in share, not lib, since they are machine independant.