Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200568 - media-gfx/picasa-2.7.3736.7 released
Summary: media-gfx/picasa-2.7.3736.7 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Stefan Schweizer (RETIRED)
URL: http://picasa.google.com/linux/downlo...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-28 00:13 UTC by Mike Smith
Modified: 2008-03-11 19:52 UTC (History)
15 users (show)

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


Attachments
ebuild for Picasa 2.7 Beta for Linux (picasa-2.7.3736.7.ebuild,2.19 KB, text/plain)
2008-01-06 15:34 UTC, parafin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Smith 2007-11-28 00:13:13 UTC
http://picasa.google.com/linux/download.html now has links for Picasa 2.7 Beta, available as rpm or deb packages.

Existing 2.2 ebuild relies on self extracting distribution file, so cannot be renamed.

Full set of new features are listed at URL above, most notable is
+ Upload to Picasa Web Albums 

Reproducible: Always

Steps to Reproduce:
Comment 1 Kevin Parent 2007-11-29 13:55:36 UTC
I've been using picasa 2.7 with wine to get the "Upload to Picasa Web Albums" feature.  It worked well, but I'd have to manually kill processes after closing Picasa.

I've downloaded the rpm version and installed it by:
1. Download rpm version
2. Used rpm2targz to convert pkg.
3. Extracted to /opt/picasa (path from tarball)
4. Manually created Desktop and menu items.

I couldn't find an install script anywhere in the pkg.  So far, it works very well and the processes all terminate on closing (Picasa2.exe, winserver, explorer.exe)
Comment 2 Pedroleouf 2007-11-29 15:28:24 UTC
(In reply to comment #1)
> I've been using picasa 2.7 with wine to get the "Upload to Picasa Web Albums"
> feature.  It worked well, but I'd have to manually kill processes after closing
> Picasa.
> 
> I've downloaded the rpm version and installed it by:
> 1. Download rpm version
> 2. Used rpm2targz to convert pkg.
> 3. Extracted to /opt/picasa (path from tarball)
> 4. Manually created Desktop and menu items.
> 
> I couldn't find an install script anywhere in the pkg.  So far, it works very
> well and the processes all terminate on closing (Picasa2.exe, winserver,
> explorer.exe)
> 

No time to make an ebuild, but emerging picasa-2.2.2820.5, removing /opt/picasa and doing the 3 first steps above works perfectly for me :-)
Comment 3 Alexander Skwar 2007-12-12 11:06:37 UTC
For me, 2.7 beta doesn't work. Startup screen shows and splash screen stays visible all the time. Originally, I did:

cd /
rpm2cpio < picasa-2.7.3736-7.i386.rpm  | cpio -id

But I also tried to use rpm2targz, which did not make any difference at all (as was to be expected...).
Comment 4 parafin 2008-01-06 15:34:38 UTC
Created attachment 140281 [details]
ebuild for Picasa 2.7 Beta for Linux

I haven't touched RDEPEND, it's probably right. Also I dunno why there is RESTRICT="strip", so I didn't touch it either. Also i removed setpicasascreensaver from /usr/bin (if you read README, it's probably what upstream want) and added picasafontcfg (you'll need it, if you want russian characters for example). This ebuild doesn't install fontconfig lib, which is included in rpm, because system one works fine.
It works for me on x86, hope it would for you too.
Comment 5 Bill Skellenger 2008-01-24 02:05:39 UTC
Just installed using the attached ebuild (Created 2008-01-06), and it works for me on x86, BUT...

The application icons are changed around a little bit in Gnome:

[Icon Name : New Location : Old Location]
Picasa : Applications --> Other : Applications --> Graphics
Picasa Font Settings : Applications --> Other : (N/A)
Picasa Media Detector : (unchanged) : Applications --> Graphics
Comment 6 Alexander Skwar 2008-01-24 06:35:25 UTC
(In reply to comment #3)
> For me, 2.7 beta doesn't work. Startup screen shows and splash screen stays
> visible all the time. 

For whatever reason, picasa now works fine for me as well.

It would be great to see this version to hit the tree, before Google realeases another version ;)
Comment 7 Julien Bodart 2008-01-27 22:15:00 UTC
It look that there is two small bugs:
for amd64: in /opt/picasa/bin/repackage32.sh call to "ldconfig" instead of "/sbin/ldconfig"
for amd64/x86? The official wine version works better than the one given with picasa. (add wine as a dependancy?)

For me it works fine now...
Comment 8 parafin 2008-01-27 22:22:09 UTC
The whole point of linux version is that wine is shipped within package. It's upstream problem if official wine works better, i think they will update wine version used for picasa before the release.
Comment 9 Andreas Nyback 2008-02-18 18:34:08 UTC
The link to download it from http://dl.google.com/linux/rpm/testing/i386/picasa-2.7.3736-7.i386.rpm
is down, in fact the whole http://dl.google.com/linux is not there anymore. Maybe some temporary problem at google.

I found alternate download at
ftp://chuck.ucs.indiana.edu/pub/array2/linux/pclinuxos/pclinuxos/apt/pclinuxos/2007/RPMS.nonfree/picasa-2.7.3736-7.i386.rpm
in case someone else has the same problem.
Comment 10 Lennart Kolmodin (RETIRED) gentoo-dev 2008-02-18 19:14:39 UTC
They have done a new release of 2.7 and not yet updated the download page.
Replace the last 7 in the version with 11 in the links to get the new version.

I did not try the old one, but this one works very well for me. All processes terminate as they should, web upload works. I just rpm2tar'ed, untar'ed and executed it inplace from temporary directory.

I'm on x86.
Comment 11 parafin 2008-02-20 17:08:37 UTC
Just renaming my ebuild to picasa-2.7.3736.11.ebuild works fine.
Comment 12 Stefan Schweizer (RETIRED) gentoo-dev 2008-03-11 19:52:27 UTC
thank you, fixed :-)