Page 1 of 2

shotwell

Posted: 7. Aug 2010, 21:33
by hc.e
A digital photo organizer like shotwell would be nice fore salix-lxde.
http://www.yorba.org/shotwell/

I can not find it in the repository.

Re: shotwell

Posted: 7. Aug 2010, 23:11
by damNageHack
Look here :D
http://people.salixos.org/maximus/shotwell/

***
Sorry, I think it is not that easy to create a package due to the dependencies.
vala and webkit are already in the repository, so okay.
What about gexiv2? -> http://www.salixos.org/forum/viewtopic.php?f=15&t=784
http://trac.yorba.org/wiki/gexiv2 wrote:gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic features of Exiv2 available to GNOME applications.

Shotwell 0.6 requires gexiv2 as a dependency.

gexiv2 is currently in alpha release. Yorba hopes gexiv2 will expand into a full-featured Exiv2 wrapper.

Yorba inherited the initial code from Mike Gemuende (his initial repository is here). Note that Shotwell will not work with his 0.0.1 version.
I am not able to go further yet ... :mrgreen:

My SLKBUILD.

Code: Select all

#Packager: Raphael Groner <email@address.com>

pkgname=shotwell
pkgver=0.6.1
pkgrel=1rg
#arch=noarch
source=(http://www.yorba.org/download/shotwell/0.6/shotwell-$pkgver.tar.bz2)
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks")
url=http://www.yorba.org/shotwell/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"shotwell (digital photo organizer)"
"Shotwell is a digital photo organizer designed for the GNOME desktop "
"environment. It allows you to import photos from disk or camera, "
"organize them in various ways, view them in full-window or fullscreen "
"mode, and export them to share with others. "
""
"Homepage: http://www.yorba.org/shotwell/"
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux
	make || return 1
	make install DESTDIR=$startdir/pkg
} 

Re: shotwell

Posted: 8. Aug 2010, 16:49
by gapan
Shotwell is already in the repositories! How can you not find it?

Re: shotwell

Posted: 8. Aug 2010, 18:17
by damNageHack
gapan wrote:How can you not find it?
Dunno. Maybe too much beer :roll:

Re: shotwell

Posted: 8. Aug 2010, 21:54
by maximus
Gexiv2 requires version 0.19 of exiv2. Exiv2 is a Slackware package and is currently at 0.18.2, so until whoever maintains the Slack package upgrades it, I can't upgrade Shotwell for the repo :cry: I have done so on my own system however, and it is a bit nicer to use so hopefully I'll be able to update it sooner rather than later.

Re: shotwell

Posted: 9. Aug 2010, 07:33
by thenktor
maximus wrote:Gexiv2 requires version 0.19 of exiv2. Exiv2 is a Slackware package and is currently at 0.18.2, so until whoever maintains the Slack package upgrades it, I can't upgrade Shotwell for the repo :cry: I have done so on my own system however, and it is a bit nicer to use so hopefully I'll be able to update it sooner rather than later.
The libraries won't be updated for 13.1, except for bugfix releases. So this has to wait for 13.2.

Re: shotwell

Posted: 9. Aug 2010, 07:41
by damNageHack
thenktor wrote:The libraries won't be updated for 13.1, except for bugfix releases. So this has to wait for 13.2.
++

Why not stick with ristretto/gimp? What are the disadvantages towards shotwell?

Re: shotwell

Posted: 9. Aug 2010, 10:13
by thenktor
Shotwell is a photo manager, not just a viewer. It includes tags to categorize photos and probably other managing functions, too.

Re: shotwell

Posted: 9. Aug 2010, 11:17
by hc.e
Thanks,

now I found it in the repository.

Sorry I still use Salix13.0 on one of my computers, and that is were I could not find it.

Re: shotwell

Posted: 4. Sep 2010, 14:27
by tsuren
I've just made my own package of the latest Shotwell. it is very good! although i did not like the fact that i had to compile 3 or 4 of required dependencies by myself, the end result was satisfying.