Overview

Frogr is a small application for the GNOME desktop that allows users to manage their accounts in the Flickr image hosting website. It supports all the basic Flickr features, including uploading pictures, adding descriptions, setting tags and managing sets and groups pools.

This application is written in C and uses its own implementation of the Flickr REST API (libsoup-based) to communicate with the Flickr servers.

This project is Free Software and published under the terms of the GNU General Public License v3.

Screenshots

attachment:frogr-0_6-screenshot.png

Screenshots from older versions: Frogr 0.5, Frogr 0.4, Frogr 0.3

Features

The latest stable version of Frogr (0.6.1) currently features a basic -yet effective- flickr uploader:

For more details on the features of Frogr, both in the stable releases or the unstable branch (master), check the NEWS file.

Get Frogr

The latest stable version of Frogr is 0.6.1.

Source code

In case you could not find a package ready to use with your favourite distro, you can always get Frogr's source code from the source tarballs, or just by cloning its git repository:

git clone git://git.gnome.org/frogr

Binary packages

Building from the source tarballs is nice, but sometimes is more convenient to get apps installed through other ways, so this section explains how to get frogr installed in some of the most common distros out there:

Debian & Ubuntu

Frogr is currently packaged Debian Testing and Unstable, as well as in Ubuntu Oneiric, so you should be able to install it in those distros by simply doing, as root:

apt-get update && apt-get install frogr

For previous releases of Ubuntu (Karmic, Lucid, Maverick and Natty), you can use this PPA to easily install the last version or upgrade previous ones, both for i386 and amd64 builds:

sudo add-apt-repository ppa:mariospr/frogr && sudo apt-get update && \
   sudo apt-get install frogr

Fedora

For the specific case of Fedora, packaging for new releases of this awesome distro is work in progress, so you should be able to install it, as soon as it's finally packaged, by doing:

sudo yum install frogr

In the meanwhile, you can use the Fedora packages built through the awesome openSUSE Build service, both for i386 and x86_64 builds:

OpenSUSE

Frogr is also being packaged already for OpenSuse, but if you want to install it in previous releases, you can always use the binaries in the OpenSUSE packages build through the openSuse Build Service, in the context of the 'GNOME Applications' subproject.

Arch Linux

If you use ArchLinux you can get the PKGBUILD file directly from here (thanks uastasi!)

MacOSX

For MacOSX, there's an experimental package built for Intel architectures that you can download from the GNOME FTP server. It still has some bugs (specially in the UI) but it's perfectly usable for everyday use (main logic works perfectly).

Get Involved

Mailing list

At the time, there's just one mailing list, both for general or technical discussion.

Join it at: http://mail.gnome.org/mailman/listinfo/frogr-list

Bug tracking

Translations

News

Frogr (last edited 2012-02-16 08:23:53 by MarioSanchez)