Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111025 - app-misc/gallery-remote removal request (was version bump to 1.5)
Summary: app-misc/gallery-remote removal request (was version bump to 1.5)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 214173 (view as bug list)
Depends on:
Blocks: 214214
  Show dependency tree
 
Reported: 2005-10-31 07:42 UTC by Markus Tacker
Modified: 2009-03-22 03:13 UTC (History)
16 users (show)

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


Attachments
gallery-remote-1.5.1_beta17.ebuild (gallery-remote-1.5.1_beta17.ebuild,1.85 KB, text/plain)
2006-07-05 21:45 UTC, Ryan
Details
gallery-remote-files-dir.tar.bz2 (gallery-remote-files-dir.tar.bz2,879 bytes, application/octet-stream)
2006-07-05 21:48 UTC, Ryan
Details
gallery-remote-1.5.ebuild (gallery-remote-1.5.ebuild,1.98 KB, text/plain)
2007-05-10 22:43 UTC, Ryan
Details
gallery-remote-1.5.tar.bz2 (gallery-remote-1.5.tar.bz2,368.98 KB, application/octet-stream)
2007-05-10 22:46 UTC, Ryan
Details
1.5.patch (1.5.patch,529 bytes, text/plain)
2007-05-10 23:31 UTC, Ryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Tacker 2005-10-31 07:42:54 UTC
Gallery Remote 1.5 has been released
Comment 1 Cyrill Helg 2006-04-08 04:34:29 UTC
yes please... Where can I get the correct archive for this version? Could the author please tell us, so we could try out...
Comment 2 Cyrill Helg 2006-04-08 05:04:57 UTC
I got it to work with latest cvs version. The patch needs some small changes: Only the lines 45-47 in the file ExifImageUtils.java need to be removed.

Comment 3 Christian Gmeiner 2006-06-20 02:41:26 UTC
Any improvements?
Comment 4 Ryan 2006-07-05 21:45:53 UTC
Created attachment 91019 [details]
gallery-remote-1.5.1_beta17.ebuild

Here is one I through together using the gallery-remote beta builds.  All the stable builds wanted you to use the bin installer, which wouldn't let you extract anything, so instead of looking for a package for the stable I found this one and just ran with it.

I took a lot of the ebuild form the previous 1.4 section, the only thing I had to change was removing the jikes euse and all the code relating to compiling.  There was no build.xml and from what I could tell everything was already built.

I am not sure if this ebuild is correct with the new java vm system, so a dev might want to check that over.  I also just commented out the compile parts and jikes use flag since they are being used, but are in there in case someone wants to figure out how to compile it.
Comment 5 Ryan 2006-07-05 21:48:34 UTC
Created attachment 91020 [details]
gallery-remote-files-dir.tar.bz2

the files dir for the galler-remote beta, just contains the imagemagick properties and the jpegtran properites (mainly path to binary).
Comment 6 Ryan 2006-07-06 05:39:15 UTC
The ebuild does work in its current state, but I just found the new devlopment docs for java ebuilds, I don't have time at this moment to do anything about it.  I will try to read through it and make the necessary changes. (I do know there needs to be some changes.)
Comment 7 Tom Clift 2007-03-16 11:42:18 UTC
With this ebuild I get errors about both ImageMagick and jpegtran not being found (although both are installed and on PATH).  To get it to work I created the following files:

/usr/share/gallery-remote/im.properties --
im.enabled=true
im.convertPath=/usr/bin/convert
im.ignoreErrorCode=false
--

/usr/share/gallery-remote/jpegtran.properties --
jp.enabled=true
jp.crop.enabled=true
jp.path=/usr/bin/jpegtran
jp.ignoreErrorCode=false
--

These are overrides from gallery-remote's main properties file.  Not sure what the right way to set these is.
Comment 8 Gordon Pritchard 2007-05-05 19:24:46 UTC
Now that 1.5 has been out for >18months, is it *possible* that some flavour of it is acceptable for inclusion in the portage-tree?  Please?

Comment 9 Petteri Räty (RETIRED) gentoo-dev 2007-05-06 20:38:54 UTC
(In reply to comment #8)
> Now that 1.5 has been out for >18months, is it *possible* that some flavour of
> it is acceptable for inclusion in the portage-tree?  Please?
> 

Sorry about things sometimes not happening as fast as they could. It seems upstream doesn't to source releases and we don't have any ebuilds using the generation 2 eclasses so doing this package is more work than the common package. Let's hope one of us gets interested or does this sometime soon. If someone wants to help please make an ebuild based on the release revision for example. You can get help on the #gentoo-java channel.:
http://gallery.svn.sourceforge.net/viewvc/gallery?view=rev&revision=11651

http://www.gentoo.org/proj/en/java/java-devel.xml
Comment 10 Ryan 2007-05-10 22:43:41 UTC
Created attachment 118816 [details]
gallery-remote-1.5.ebuild

Attached is a ebuild that works for me.  It uses the attached tarball as it's distfall, so if you don't get it, it won't work :)

This is build from source using the SVN revision of the 1.5 release.  Note the default install checks for new update ... including beta so it will announce that one is out there, don't get it, b/c it probably won't work.
Comment 11 Ryan 2007-05-10 22:46:02 UTC
Created attachment 118817 [details]
gallery-remote-1.5.tar.bz2

distfile for my ebuild, it is a packaged version of the source from sf.net svn rev 11651

I removed the .svn folder, the imagemagick and jpegtran folders since they aren't needed, and remove that jar's out of lib since we don't need them and they are just taking up unneeded space.

If you don't download this and put it in /usr/portage/distfiles ... things won't work.
Comment 12 Ryan 2007-05-10 23:31:26 UTC
Created attachment 118819 [details]
1.5.patch

Sorry forgot about this, you will need this and the gallery-remote-1.4.1-ant.patch in  you files dir
Comment 13 Avuton Olrich 2007-06-16 14:27:28 UTC
I'm not exactly sure how /on topic/ this is, but after trying the ebuild I get:

sbh@rocket ~ $ gallery-remote
Instanciating Gallery Remote...
java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
Aborted

This is on ~amd64
Comment 14 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-06-16 14:57:14 UTC
(In reply to comment #13)
> I'm not exactly sure how /on topic/ this is, but after trying the ebuild I get:
> java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.

Yeah that's on topic... of bug 156353 :)
Comment 15 Chris Kelly 2007-08-16 01:49:49 UTC
FYI, the future of Gallery Remote is Java Web Start application instead of something that requires installation. Current versions in subversion work this way IIRC, and the next official release of GR will work this way.

(I'm the project manager for Gallery)
Comment 16 Ryan 2007-08-25 01:15:09 UTC
That's cool, I guess it should then be installed with the gallery server since it will run from a url?

One sucky thing about that, web start doesn't work on 64bit systems yet, unless you do a lot of 32bit hackery ...
Comment 17 Jakub Moc (RETIRED) gentoo-dev 2008-03-21 22:13:11 UTC
*** Bug 214173 has been marked as a duplicate of this bug. ***
Comment 18 Serkan Kaba (RETIRED) gentoo-dev 2008-10-11 11:24:23 UTC
Did anyone contact upstream to find the *real* 1.5 sources or there will be another release?
Comment 19 Peter Volkov (RETIRED) gentoo-dev 2009-01-08 10:45:35 UTC
gallery-2.3 has gallery-remote Web Start, so if nobody steps in to maintain this package (and do we need to do that anyway?) I think it's time for treecleaner to do their magic. Please, mask and punt this package from the tree.
Comment 20 Jan Schubert 2009-01-08 14:05:40 UTC
Personally I'd think removing is OK...
Comment 21 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-01-19 04:29:25 UTC
# Jeremy Olexa <darkside@gentoo.org> (19 Jan 2009)
# Removed by treecleaners in 60 says. www-apps/gallery includes a java webstart
# for gallery remote now, use that instead. bug 111025
app-misc/gallery-remote
Comment 22 Kornelis 2009-02-27 23:05:38 UTC
I highly disagree with the gallery-remote package not being maintained anymore; the idea for using it is to be able to -REMOTELY- manage one or more gallery-sites..

Now, when I want -only- gallery-remote, I'd have to install the complete gallery, which, of course, has PHP, mysql and apache as it's dependencies.. That's a pretty huge install for people who only want gallery-remote, right?

Wouldn't it be better to add a USE-flag to the gallery ebuild, something like 'gallery-remote-only'?
Comment 23 Jan Schubert 2009-02-27 23:15:56 UTC
Until now, the ebuild reflects a seperate tool called gallery-remote which is not maintained anymore (and for gallery1 only?). You refer to a special build of the new gallery2 where gallery-remote is part of it and which just installs gallery-remote!? If so, you should request a new ebuild or a change to the ebuild for gallery2 itself and not to use a existing ebuild which seems to have/had a (slightly) different meaning.

Just my EUR 0,02
Comment 24 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-03-21 22:27:09 UTC
To the best of my knowledge, comment #23 sums this bug up well. Removed from tree => bug FIXED
Comment 25 Ryan 2009-03-22 03:13:35 UTC
Comment #22 and Comment #23 are both inaccurate.

Gallery Remote 1.5 was an updated version to work with Gallery 2 and it still works with Gallery 1. It isn't hacked and is released by the project.

I don't run gallery 2 anymore so I can say whether or not it is included as a java webstart. But if it is, this is no different then installing it. 

In regards to having to install mysql, etc, etc. is a moot point. The whole premise of a webstart app is it loads from the webserver, so yes, mysql, gallery and apache are already installed. You don't have to install those app locally for the app to work.