Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261160 - net-misc/gwibber-1.2.0_pre340 version bump
Summary: net-misc/gwibber-1.2.0_pre340 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sergio D. Rodríguez Inclan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-04 12:44 UTC by Jürgen Geuter
Modified: 2009-12-11 13:02 UTC (History)
9 users (show)

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


Attachments
gwibber-1.0_pre248 ebuild (gwibber-1.0_pre248.ebuild,1.08 KB, text/plain)
2009-03-04 12:45 UTC, Jürgen Geuter
Details
prefix patch (gwibber_fix_prefix.patch,188 bytes, patch)
2009-03-04 12:46 UTC, Jürgen Geuter
Details | Diff
KeyError fix (fix_identi.ca_keyerror.patch,658 bytes, patch)
2009-03-04 12:47 UTC, Jürgen Geuter
Details | Diff
disable identi.ca https (identi.ca_disable_https.patch,2.77 KB, patch)
2009-03-04 12:49 UTC, Jürgen Geuter
Details | Diff
updated ebuild (gwibber-1.0.1_pre287.ebuild,1.11 KB, text/plain)
2009-04-20 13:22 UTC, Jürgen Geuter
Details
Updated ebuild for gwibber-1.2_pre322 (gwibber-1.2_pre322.ebuild,873 bytes, text/plain)
2009-05-27 07:28 UTC, Jürgen Geuter
Details
ebuild for gwibber-1.2_pre336 (gwibber-1.2_pre336.ebuild,873 bytes, text/plain)
2009-06-12 09:50 UTC, Jürgen Geuter
Details
gwibber-1.2.0_pre340 (gwibber-1.2.0_pre340.ebuild,858 bytes, text/plain)
2009-06-15 01:18 UTC, Sergio D. Rodríguez Inclan
Details
gwibber 1.2 prefix patch. (gwibber-prefix.patch,188 bytes, patch)
2009-06-15 01:20 UTC, Sergio D. Rodríguez Inclan
Details | Diff
Gwibber ebuild for bzr rev 345 (gwibber-1.2_pre345.ebuild,962 bytes, text/plain)
2009-06-22 13:26 UTC, Jürgen Geuter
Details
fix prefix patch for 1.2_pre345 (gwibber_fix_prefix.patch,188 bytes, patch)
2009-06-22 13:26 UTC, Jürgen Geuter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jürgen Geuter 2009-03-04 12:44:38 UTC
I took a snapshot of the current gwibber-1.0 branch since gwibber doesn't publish regular tarballs.

The ebuild adds three patches to the gwibber source.

Reproducible: Always

Steps to Reproduce:
Comment 1 Jürgen Geuter 2009-03-04 12:45:40 UTC
Created attachment 183881 [details]
gwibber-1.0_pre248 ebuild 

new ebuild
Comment 2 Jürgen Geuter 2009-03-04 12:46:30 UTC
Created attachment 183882 [details, diff]
prefix patch

gwibber uses /usr/local as prefix as default, the patch sets it to /usr, so stuff goes where it belongs.
Comment 3 Jürgen Geuter 2009-03-04 12:47:58 UTC
Created attachment 183884 [details, diff]
KeyError fix

the identi.ca module doesn't access data properly which sometimes leads to KeyError runtime errors, the patch fixes the probelm (also sent upstream)
Comment 4 Jürgen Geuter 2009-03-04 12:49:13 UTC
Created attachment 183885 [details, diff]
disable identi.ca https

Identi.ca sometimes offers https access to the service, but it's very flaky. While it#s not configurable but hardcoded i disable it and make gwibber use identi.ca's http// interface.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-03-04 12:55:55 UTC
The S= definition seems unneeded, and the dependencies needs to be checked (check if -B works without the deps installed).

But why on earth is it in dev-python? It doesn't seem to be a development library for Python as much as a client for a sort-of-IM network... maybe a package move would also be useful.
Comment 6 Jesus Rivero (RETIRED) gentoo-dev 2009-03-04 13:11:17 UTC
(In reply to comment #5)

> But why on earth is it in dev-python? It doesn't seem to be a development
> library for Python as much as a client for a sort-of-IM network... maybe a
> package move would also be useful.
> 
Hello, 
    That was totally my fault. I'll move it to IM. Sorry about that. I'm contacting the proxy so this new version hits the tree soon. 

    Thanks Jürgen for your work.

    Best regards,
Comment 7 Jürgen Geuter 2009-03-04 13:48:34 UTC
The https interface is not always there but people might wanna use it anyways. Maybe we could apply the patch based on a USEflag?
Comment 8 Trustin Lee 2009-04-16 12:01:20 UTC
1.0.1_pre274 is out: http://packages.monkeycode.org/gwibber-1.0.1_pre274.tar.bz2
Comment 9 Jürgen Geuter 2009-04-16 12:09:10 UTC
gwibber doesn't work with more current webkit-gtk and pywebkitgtk builds (known bug).

There has been work on a branch that circumvents the bug by not rendering the messages via javascript but that branch is not yet at a point where it works. I'm trying to find a way to get it working and will update the ebuilds in my overlay then, but right now users trying to use gwibber with these ebuilds will not get their messages displayed.
Comment 10 Jürgen Geuter 2009-04-20 13:22:47 UTC
Created attachment 188963 [details]
updated ebuild

Updated ebuild for gwibber.
It's based on the "mako" branch (https://code.launchpad.net/~segphault/gwibber/template-theme-engine) and uses a way to render messages that works in current webkit versions.

I keep an updated ebuild for this in my overlay which can be downloaded from layman ("layman -a tante").
Comment 11 Sergio D. Rodríguez Inclan 2009-04-20 14:25:12 UTC
Nice tante, I'm actually working on the trunk branch version, and solving some ebuild issues which have open bugs like the gnome-python dependency; I'll take some of your changes and see what could be applied, thanks for your work :)
Comment 12 Jürgen Geuter 2009-05-27 07:28:09 UTC
Created attachment 192557 [details]
Updated ebuild for gwibber-1.2_pre322

Updated the ebuild to bzr revision 322. The mako-template-branch was merged into trunk so this version comes with the saner rendering approach out of the box plus all the gimmicks that have been added recently (as for example connection to non SSL identi.ca instances)
Comment 13 Jürgen Geuter 2009-06-12 09:50:01 UTC
Created attachment 194358 [details]
ebuild for gwibber-1.2_pre336

Just to keep people who don't use my overlay updated.
Based on bzr version 322 it includes automatic URL shortening and more actions on some of the services (like deleting or "liking" messages).
Comment 14 Sergio D. Rodríguez Inclan 2009-06-15 01:18:56 UTC
Created attachment 194719 [details]
gwibber-1.2.0_pre340

Update for gwibber pre release 340, it has some ebuild improvements and a patch to fix the prefix path, it needs the python-distutils-extra package which can be emerged from Sunrise or tante's overlay.
Comment 15 Sergio D. Rodríguez Inclan 2009-06-15 01:20:14 UTC
Created attachment 194721 [details, diff]
gwibber 1.2 prefix patch.
Comment 16 Jürgen Geuter 2009-06-22 13:26:12 UTC
Created attachment 195441 [details]
Gwibber ebuild for bzr rev 345

Updated ebuild to bzr. rev 345. New feature: Public timelines, new URL shorteners, requires prefix patch.
Comment 17 Jürgen Geuter 2009-06-22 13:26:49 UTC
Created attachment 195442 [details, diff]
fix prefix patch for 1.2_pre345
Comment 18 Jesus Rivero (RETIRED) gentoo-dev 2009-07-13 23:53:33 UTC
Hello, 
   

   net-misc/gwibber-1.2.0_pre340 in CVS now. @Sergio, please prepare the ebuild for r345 as Jürgen suggested. Thanks Jürgen and everyone else for their contributions. 

   Best regards,
Comment 19 Ivan Filgueiras 2009-12-11 13:02:59 UTC
I'm interested in this bump too, and maybe to version 2.0?