Remove old ephoto.

SVN revision: 42722
This commit is contained in:
titan 2009-09-26 18:04:22 +00:00 committed by titan
parent b4cd98d86b
commit e972923902
105 changed files with 0 additions and 5707 deletions

625
ABOUT-NLS
View File

@ -1,625 +0,0 @@
Notes on the Free Translation Project
*************************************
Free software is going international! The Free Translation Project
is a way to get maintainers of free software, translators, and users all
together, so that will gradually become able to speak many languages.
A few packages already provide translations for their messages.
If you found this `ABOUT-NLS' file inside a distribution, you may
assume that the distributed package does use GNU `gettext' internally,
itself available at your nearest GNU archive site. But you do _not_
need to install GNU `gettext' prior to configuring, installing or using
this package with messages translated.
Installers will find here some useful hints. These notes also
explain how users should proceed for getting the programs to use the
available translations. They tell how people wanting to contribute and
work at translations should contact the appropriate team.
When reporting bugs in the `intl/' directory or bugs which may be
related to internationalization, you should tell about the version of
`gettext' which is used. The information can be found in the
`intl/VERSION' file, in internationalized packages.
Quick configuration advice
==========================
If you want to exploit the full power of internationalization, you
should configure it using
./configure --with-included-gettext
to force usage of internationalizing routines provided within this
package, despite the existence of internationalizing capabilities in the
operating system where this package is being installed. So far, only
the `gettext' implementation in the GNU C library version 2 provides as
many features (such as locale alias, message inheritance, automatic
charset conversion or plural form handling) as the implementation here.
It is also not possible to offer this additional functionality on top
of a `catgets' implementation. Future versions of GNU `gettext' will
very likely convey even more functionality. So it might be a good idea
to change to GNU `gettext' as soon as possible.
So you need _not_ provide this option if you are using GNU libc 2 or
you have installed a recent copy of the GNU gettext package with the
included `libintl'.
INSTALL Matters
===============
Some packages are "localizable" when properly installed; the
programs they contain can be made to speak your own native language.
Most such packages use GNU `gettext'. Other packages have their own
ways to internationalization, predating GNU `gettext'.
By default, this package will be installed to allow translation of
messages. It will automatically detect whether the system already
provides the GNU `gettext' functions. If not, the GNU `gettext' own
library will be used. This library is wholly contained within this
package, usually in the `intl/' subdirectory, so prior installation of
the GNU `gettext' package is _not_ required. Installers may use
special options at configuration time for changing the default
behaviour. The commands:
./configure --with-included-gettext
./configure --disable-nls
will respectively bypass any pre-existing `gettext' to use the
internationalizing routines provided within this package, or else,
_totally_ disable translation of messages.
When you already have GNU `gettext' installed on your system and run
configure without an option for your new package, `configure' will
probably detect the previously built and installed `libintl.a' file and
will decide to use this. This might be not what is desirable. You
should use the more recent version of the GNU `gettext' library. I.e.
if the file `intl/VERSION' shows that the library which comes with this
package is more recent, you should use
./configure --with-included-gettext
to prevent auto-detection.
The configuration process will not test for the `catgets' function
and therefore it will not be used. The reason is that even an
emulation of `gettext' on top of `catgets' could not provide all the
extensions of the GNU `gettext' library.
Internationalized packages have usually many `po/LL.po' files, where
LL gives an ISO 639 two-letter code identifying the language. Unless
translations have been forbidden at `configure' time by using the
`--disable-nls' switch, all available translations are installed
together with the package. However, the environment variable `LINGUAS'
may be set, prior to configuration, to limit the installed set.
`LINGUAS' should then contain a space separated list of two-letter
codes, stating which languages are allowed.
Using This Package
==================
As a user, if your language has been installed for this package, you
only have to set the `LANG' environment variable to the appropriate
`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code,
and `CC' is an ISO 3166 two-letter country code. For example, let's
suppose that you speak German and live in Germany. At the shell
prompt, merely execute `setenv LANG de_DE' (in `csh'),
`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
This can be done from your `.login' or `.profile' file, once and for
all.
You might think that the country code specification is redundant.
But in fact, some languages have dialects in different countries. For
example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
country code serves to distinguish the dialects.
The locale naming convention of `LL_CC', with `LL' denoting the
language and `CC' denoting the country, is the one use on systems based
on GNU libc. On other systems, some variations of this scheme are
used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
locales supported by your system for your country by running the command
`locale -a | grep '^LL''.
Not all programs have translations for all languages. By default, an
English message is shown in place of a nonexistent translation. If you
understand other languages, you can set up a priority list of languages.
This is done through a different environment variable, called
`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
for the purpose of message handling, but you still need to have `LANG'
set to the primary language; this is required by other parts of the
system libraries. For example, some Swedish users who would rather
read translations in German than English for when Swedish is not
available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
In the `LANGUAGE' environment variable, but not in the `LANG'
environment variable, `LL_CC' combinations can be abbreviated as `LL'
to denote the language's main dialect. For example, `de' is equivalent
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
(Portuguese as spoken in Portugal) in this context.
Translating Teams
=================
For the Free Translation Project to be a success, we need interested
people who like their own language and write it well, and who are also
able to synergize with other translators speaking the same language.
Each translation team has its own mailing list. The up-to-date list of
teams can be found at the Free Translation Project's homepage,
`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
area.
If you'd like to volunteer to _work_ at translating messages, you
should become a member of the translating team for your own language.
The subscribing address is _not_ the same as the list itself, it has
`-request' appended. For example, speakers of Swedish can send a
message to `sv-request@li.org', having this message body:
subscribe
Keep in mind that team members are expected to participate
_actively_ in translations, or at solving translational difficulties,
rather than merely lurking around. If your team does not exist yet and
you want to start one, or if you are unsure about what to do or how to
get started, please write to `translation@iro.umontreal.ca' to reach the
coordinator for all translator teams.
The English team is special. It works at improving and uniformizing
the terminology in use. Proven linguistic skill are praised more than
programming skill, here.
Available Packages
==================
Languages are not equally supported in all packages. The following
matrix shows the current state of internationalization, as of May 2003.
The matrix shows, in regard of each package, for which languages PO
files have been submitted to translation coordination, with a
translation percentage of at least 50%.
Ready PO files am az be bg ca cs da de el en en_GB eo es
+-------------------------------------------+
a2ps | [] [] [] [] |
aegis | () |
anubis | |
ap-utils | |
bash | [] [] [] |
batchelor | |
bfd | [] [] |
binutils | [] [] |
bison | [] [] [] |
bluez-pin | [] [] |
clisp | |
clisp | [] [] [] |
coreutils | [] [] [] [] |
cpio | [] [] [] |
darkstat | () [] |
diffutils | [] [] [] [] [] [] [] |
e2fsprogs | [] [] |
enscript | [] [] [] [] |
error | [] [] [] [] [] |
fetchmail | [] () [] [] [] [] |
fileutils | [] [] [] |
findutils | [] [] [] [] [] [] |
flex | [] [] [] [] |
gas | [] |
gawk | [] [] [] [] |
gcal | [] |
gcc | [] [] |
gettext | [] [] [] [] [] |
gettext-runtime | [] [] [] [] [] |
gettext-tools | [] [] |
gimp-print | [] [] [] [] [] |
gliv | |
glunarclock | [] [] [] |
gnucash | () [] |
gnucash-glossary | [] () [] |
gnupg | [] () [] [] [] [] |
gpe-calendar | [] |
gpe-conf | [] |
gpe-contacts | [] |
gpe-edit | |
gpe-login | [] |
gpe-ownerinfo | [] |
gpe-sketchbook | [] |
gpe-timesheet | |
gpe-today | [] |
gpe-todo | [] |
gphoto2 | [] [] [] [] |
gprof | [] [] |
gpsdrive | () () () |
grep | [] [] [] [] [] |
gretl | [] |
hello | [] [] [] [] [] [] |
id-utils | [] [] |
indent | [] [] [] [] |
jpilot | [] [] [] [] |
jwhois | [] |
kbd | [] [] [] [] [] |
ld | [] [] |
libc | [] [] [] [] [] [] |
libgpewidget | [] |
libiconv | [] [] [] [] [] |
lifelines | [] () |
lilypond | [] |
lingoteach | |
lingoteach_lessons | () () |
lynx | [] [] [] [] |
m4 | [] [] [] [] |
mailutils | [] [] |
make | [] [] [] |
man-db | [] () [] [] () |
mysecretdiary | [] [] [] |
nano | [] () [] [] [] |
nano_1_0 | [] () [] [] [] |
opcodes | [] [] |
parted | [] [] [] [] [] |
ptx | [] [] [] [] [] |
python | |
radius | |
recode | [] [] [] [] [] [] |
screem | |
sed | [] [] [] [] [] |
sh-utils | [] [] [] |
sharutils | [] [] [] [] [] [] |
sketch | [] () [] |
soundtracker | [] [] [] |
sp | [] |
tar | [] [] [] [] |
texinfo | [] [] [] [] |
textutils | [] [] [] [] |
tin | () () |
util-linux | [] [] [] [] [] |
vorbis-tools | [] [] [] |
wastesedge | () |
wdiff | [] [] [] [] |
wget | [] [] [] [] [] [] [] |
xchat | [] [] [] |
xpad | |
+-------------------------------------------+
am az be bg ca cs da de el en en_GB eo es
0 1 4 2 31 17 54 60 14 1 4 12 56
et fa fi fr ga gl he hr hu id it ja ko
+----------------------------------------+
a2ps | [] [] [] () () |
aegis | |
anubis | [] |
ap-utils | [] |
bash | [] [] |
batchelor | [] |
bfd | [] [] |
binutils | [] [] |
bison | [] [] [] [] |
bluez-pin | [] [] [] [] |
clisp | |
clisp | [] |
coreutils | [] [] [] [] |
cpio | [] [] [] [] |
darkstat | () [] [] [] |
diffutils | [] [] [] [] [] [] [] |
e2fsprogs | |
enscript | [] [] |
error | [] [] [] [] |
fetchmail | [] |
fileutils | [] [] [] [] [] |
findutils | [] [] [] [] [] [] [] [] [] [] [] |
flex | [] [] |
gas | [] |
gawk | [] [] |
gcal | [] |
gcc | [] |
gettext | [] [] [] |
gettext-runtime | [] [] [] [] |
gettext-tools | [] |
gimp-print | [] [] |
gliv | () |
glunarclock | [] [] [] [] |
gnucash | [] |
gnucash-glossary | [] |
gnupg | [] [] [] [] [] [] [] |
gpe-calendar | [] |
gpe-conf | |
gpe-contacts | [] |
gpe-edit | [] [] |
gpe-login | [] |
gpe-ownerinfo | [] [] [] |
gpe-sketchbook | [] |
gpe-timesheet | [] [] [] |
gpe-today | [] [] |
gpe-todo | [] [] |
gphoto2 | [] [] [] |
gprof | [] [] |
gpsdrive | () [] () () |
grep | [] [] [] [] [] [] [] [] [] [] [] |
gretl | [] |
hello | [] [] [] [] [] [] [] [] [] [] [] [] [] |
id-utils | [] [] [] |
indent | [] [] [] [] [] [] [] [] |
jpilot | [] () |
jwhois | [] [] [] [] |
kbd | [] |
ld | [] |
libc | [] [] [] [] [] [] |
libgpewidget | [] [] [] |
libiconv | [] [] [] [] [] [] [] [] |
lifelines | () |
lilypond | [] |
lingoteach | [] [] |
lingoteach_lessons | |
lynx | [] [] [] [] |
m4 | [] [] [] [] |
mailutils | |
make | [] [] [] [] [] [] |
man-db | [] () () |
mysecretdiary | [] [] |
nano | [] [] [] [] |
nano_1_0 | [] [] [] [] |
opcodes | [] [] |
parted | [] [] [] |
ptx | [] [] [] [] [] [] [] |
python | |
radius | |
recode | [] [] [] [] [] [] |
screem | |
sed | [] [] [] [] [] [] [] [] |
sh-utils | [] [] [] [] [] [] |
sharutils | [] [] [] [] [] |
sketch | [] |
soundtracker | [] [] [] |
sp | [] () |
tar | [] [] [] [] [] [] [] [] [] |
texinfo | [] [] [] [] |
textutils | [] [] [] [] [] |
tin | [] () |
util-linux | [] [] [] [] () [] |
vorbis-tools | [] |
wastesedge | () |
wdiff | [] [] [] [] [] |
wget | [] [] [] [] [] [] [] [] |
xchat | [] [] [] |
xpad | |
+----------------------------------------+
et fa fi fr ga gl he hr hu id it ja ko
20 1 15 73 14 24 8 10 30 31 19 31 9
lg lt lv ms nb nl nn no pl pt pt_BR ro
+----------------------------------------+
a2ps | [] [] () () () [] [] |
aegis | () |
anubis | [] [] |
ap-utils | () |
bash | [] |
batchelor | |
bfd | |
binutils | |
bison | [] [] [] [] |
bluez-pin | [] |
clisp | |
clisp | [] |
coreutils | [] |
cpio | [] [] [] |
darkstat | [] [] [] [] |
diffutils | [] [] [] |
e2fsprogs | |
enscript | [] [] |
error | [] [] |
fetchmail | () () |
fileutils | [] |
findutils | [] [] [] [] |
flex | [] |
gas | |
gawk | [] |
gcal | |
gcc | |
gettext | [] |
gettext-runtime | [] |
gettext-tools | |
gimp-print | [] |
gliv | [] |
glunarclock | [] |
gnucash | |
gnucash-glossary | [] [] |
gnupg | |
gpe-calendar | [] [] |
gpe-conf | [] [] |
gpe-contacts | [] |
gpe-edit | [] [] |
gpe-login | [] [] |
gpe-ownerinfo | [] [] |
gpe-sketchbook | [] [] |
gpe-timesheet | [] [] |
gpe-today | [] [] |
gpe-todo | [] [] |
gphoto2 | |
gprof | [] |
gpsdrive | () () () |
grep | [] [] [] [] |
gretl | |
hello | [] [] [] [] [] [] [] [] [] |
id-utils | [] [] [] |
indent | [] [] [] |
jpilot | () () |
jwhois | [] [] [] |
kbd | |
ld | |
libc | [] [] [] [] |
libgpewidget | [] [] |
libiconv | [] [] |
lifelines | |
lilypond | [] |
lingoteach | |
lingoteach_lessons | |
lynx | [] [] |
m4 | [] [] [] [] |
mailutils | |
make | [] [] |
man-db | [] |
mysecretdiary | [] |
nano | [] [] [] [] |
nano_1_0 | [] [] [] [] |
opcodes | [] [] [] |
parted | [] [] [] |
ptx | [] [] [] [] [] [] [] |
python | |
radius | |
recode | [] [] [] |
screem | |
sed | [] [] |
sh-utils | [] |
sharutils | [] |
sketch | [] |
soundtracker | |
sp | |
tar | [] [] [] [] [] [] |
texinfo | [] |
textutils | [] |
tin | |
util-linux | [] [] |
vorbis-tools | [] [] |
wastesedge | |
wdiff | [] [] [] [] |
wget | [] [] [] |
xchat | [] [] |
xpad | [] |
+----------------------------------------+
lg lt lv ms nb nl nn no pl pt pt_BR ro
0 0 2 11 7 26 3 4 18 15 34 34
ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
+-------------------------------------------+
a2ps | [] [] [] [] [] | 16
aegis | () | 0
anubis | [] [] | 5
ap-utils | () | 1
bash | [] | 7
batchelor | | 1
bfd | [] [] [] | 7
binutils | [] [] [] | 7
bison | [] [] | 13
bluez-pin | | 7
clisp | | 0
clisp | | 5
coreutils | [] [] [] [] [] | 14
cpio | [] [] [] | 13
darkstat | [] () () | 9
diffutils | [] [] [] [] | 21
e2fsprogs | [] | 3
enscript | [] [] [] | 11
error | [] [] [] | 14
fetchmail | [] | 7
fileutils | [] [] [] [] [] [] | 15
findutils | [] [] [] [] [] [] | 27
flex | [] [] [] | 10
gas | [] | 3
gawk | [] [] | 9
gcal | [] [] | 4
gcc | [] | 4
gettext | [] [] [] [] [] [] | 15
gettext-runtime | [] [] [] [] [] [] | 16
gettext-tools | [] [] | 5
gimp-print | [] [] | 10
gliv | | 1
glunarclock | [] [] [] | 11
gnucash | [] [] | 4
gnucash-glossary | [] [] [] | 8
gnupg | [] [] [] [] | 16
gpe-calendar | [] | 5
gpe-conf | | 3
gpe-contacts | [] | 4
gpe-edit | [] | 5
gpe-login | [] | 5
gpe-ownerinfo | [] | 7
gpe-sketchbook | [] | 5
gpe-timesheet | [] | 6
gpe-today | [] | 6
gpe-todo | [] | 6
gphoto2 | [] [] | 9
gprof | [] [] | 7
gpsdrive | [] [] | 3
grep | [] [] [] [] | 24
gretl | | 2
hello | [] [] [] [] [] | 33
id-utils | [] [] [] | 11
indent | [] [] [] [] | 19
jpilot | [] [] [] [] [] | 10
jwhois | () () [] [] | 10
kbd | [] [] | 8
ld | [] [] | 5
libc | [] [] [] [] | 20
libgpewidget | | 6
libiconv | [] [] [] [] [] [] | 21
lifelines | [] | 2
lilypond | [] | 4
lingoteach | | 2
lingoteach_lessons | () | 0
lynx | [] [] [] [] | 14
m4 | [] [] [] | 15
mailutils | | 2
make | [] [] [] [] | 15
man-db | [] | 6
mysecretdiary | [] [] | 8
nano | [] [] [] | 15
nano_1_0 | [] [] [] | 15
opcodes | [] [] | 9
parted | [] [] | 13
ptx | [] [] [] | 22
python | | 0
radius | | 0
recode | [] [] [] [] | 19
screem | [] | 1
sed | [] [] [] [] [] | 20
sh-utils | [] [] [] | 13
sharutils | [] [] [] [] | 16
sketch | [] | 5
soundtracker | [] | 7
sp | [] | 3
tar | [] [] [] [] [] | 24
texinfo | [] [] [] [] | 13
textutils | [] [] [] [] [] | 15
tin | | 1
util-linux | [] [] | 14
vorbis-tools | [] | 7
wastesedge | | 0
wdiff | [] [] [] [] | 17
wget | [] [] [] [] [] [] [] | 25
xchat | [] [] [] | 11
xpad | | 1
+-------------------------------------------+
50 teams ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW
97 domains 32 19 16 0 56 0 48 10 1 1 12 23 913
Some counters in the preceding matrix are higher than the number of
visible blocks let us expect. This is because a few extra PO files are
used for implementing regional variants of languages, or language
dialects.
For a PO file in the matrix above to be effective, the package to
which it applies should also have been internationalized and
distributed as such by its maintainer. There might be an observable
lag between the mere existence a PO file and its wide availability in a
distribution.
If May 2003 seems to be old, you may fetch a more recent copy of
this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
matrix with full percentage details can be found at
`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
Using `gettext' in new packages
===============================
If you are writing a freely available program and want to
internationalize it you are welcome to use GNU `gettext' in your
package. Of course you have to respect the GNU Library General Public
License which covers the use of the GNU `gettext' library. This means
in particular that even non-free programs can use `libintl' as a shared
library, whereas only free software can use `libintl' as a static
library or use modified versions of `libintl'.
Once the sources are changed appropriately and the setup can handle
the use of `gettext' the only thing missing are the translations. The
Free Translation Project is also available for packages which are not
developed inside the GNU project. Therefore the information given above
applies also for every other Free Software Project. Contact
`translation@iro.umontreal.ca' to make the `.pot' files available to
the translation teams.

View File

@ -1,9 +0,0 @@
________ ________ ___ ___ ________ ________ ________
/ _____/ / __ / / / / / / __ / /__ ___/ / __ /
/ /____ / /_/ / / /_/ / / / / / / / / / / /
/ _____/ / _____/ / __ / / / / / / / / / / /
/ /_____ / / / / / / / /_/ / / / / /_/ /
________/ /__/ /__/ /__/ /_______/ /_/ /_______/
===Project Manager/Lead Developer===
Stephen "okra" Houston <UnixTitan@gmail.com>

28
COPYING
View File

@ -1,28 +0,0 @@
Icons from the tango project (http://tango.freedesktop.org)
For information see COPYING.icons
Copyright (c) <2006>, <Stephen Houston>
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of ephoto nor the names of its contributors may be used
to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.

View File

@ -1,67 +0,0 @@
Creative Commons Attribution-ShareAlike 2.5 License Agreement
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
License
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
1. Definitions
1. "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
2. "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License.
3. "Licensor" means the individual or entity that offers the Work under the terms of this License.
4. "Original Author" means the individual or entity who created the Work.
5. "Work" means the copyrightable work of authorship offered under the terms of this License.
6. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
7. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.
2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
1. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
2. to create and reproduce Derivative Works;
3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.
5.
For the avoidance of doubt, where the work is a musical composition:
1. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.
2. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).
6. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
4. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
1. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(c), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(c), as requested.
2. You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, a later version of this License with the same License Elements as this License, or a Creative Commons iCommons license that contains the same License Elements as this License (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifier for, this License or other license specified in the previous sentence with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License.
3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
5. Representations, Warranties and Disclaimer
UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. Termination
1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
8. Miscellaneous
1. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
2. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.
Creative Commons may be contacted at http://creativecommons.org/.

View File

@ -1,3 +0,0 @@
We have redone ephoto to make it an all around image app providing
everything a user could want from an image app.
See TODO for future options.

236
INSTALL
View File

@ -1,236 +0,0 @@
Installation Instructions
*************************
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
Basic Installation
==================
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, and a
file `config.log' containing compiler output (useful mainly for
debugging `configure').
It can also use an optional file (typically called `config.cache'
and enabled with `--cache-file=config.cache' or simply `-C') that saves
the results of its tests to speed up reconfiguring. (Caching is
disabled by default to prevent problems with accidental use of stale
cache files.)
If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release. If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you
may remove or edit it.
The file `configure.ac' (or `configure.in') is used to create
`configure' by a program called `autoconf'. You only need
`configure.ac' if you want to change it or regenerate `configure' using
a newer version of `autoconf'.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
Compilers and Options
=====================
Some systems require unusual options for compilation or linking that the
`configure' script does not know about. Run `./configure --help' for
details on some of the pertinent environment variables.
You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here
is an example:
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
*Note Defining Variables::, for more details.
Compiling For Multiple Architectures
====================================
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.
If you have to use a `make' that does not support the `VPATH'
variable, you have to compile the package for one architecture at a
time in the source code directory. After you have installed the
package for one architecture, use `make distclean' before reconfiguring
for another architecture.
Installation Names
==================
By default, `make install' installs the package's commands under
`/usr/local/bin', include files under `/usr/local/include', etc. You
can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PREFIX'.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Optional Features
=================
Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.
For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
Specifying the System Type
==========================
There may be some features `configure' cannot figure out automatically,
but needs to determine by the type of machine the package will run on.
Usually, assuming the package is built to be run on the _same_
architectures, `configure' can figure that out, but if it prints a
message saying it cannot guess the machine type, give it the
`--build=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form:
CPU-COMPANY-SYSTEM
where SYSTEM can have one of these forms:
OS KERNEL-OS
See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't
need to know the machine type.
If you are _building_ compiler tools for cross-compiling, you should
use the option `--target=TYPE' to select the type of system they will
produce code for.
If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will
eventually be run) with `--host=TYPE'.
Sharing Defaults
================
If you want to set default values for `configure' scripts to share, you
can create a site shell script called `config.site' that gives default
values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.
Defining Variables
==================
Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run
configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc
causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script). Here is a another example:
/bin/bash ./configure CONFIG_SHELL=/bin/bash
Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
configuration-related scripts to be executed by `/bin/bash'.
`configure' Invocation
======================
`configure' recognizes the following options to control how it operates.
`--help'
`-h'
Print a summary of the options to `configure', and exit.
`--version'
`-V'
Print the version of Autoconf used to generate the `configure'
script, and exit.
`--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE,
traditionally `config.cache'. FILE defaults to `/dev/null' to
disable caching.
`--config-cache'
`-C'
Alias for `--cache-file=config.cache'.
`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error
messages will still be shown).
`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.

View File

@ -1,18 +0,0 @@
## Process this file with automake to produce Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile aclocal.m4 config.* \
configure compile depcomp install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in
SUBDIRS = src data po
EXTRA_DIST = \
README AUTHORS COPYING ephoto.spec
ACLOCAL_AMFLAGS = -I m4
dist-hook:
if test -d data; then \
(cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -; rm -rf `find . -name CVS`) \
fi

9
NEWS
View File

@ -1,9 +0,0 @@
________ ________ ___ ___ ________ ________ ________
/ _____/ / __ / / / / / / __ / /__ ___/ / __ /
/ /____ / /_/ / / /_/ / / / / / / / / / / /
/ _____/ / _____/ / __ / / / / / / / / / / /
/ /_____ / / / / / / / /_/ / / / / /_/ /
________/ /__/ /__/ /__/ /_______/ /_/ /_______/
New ephoto has been added to e17/apps/ephoto in cvs!

11
README
View File

@ -1,11 +0,0 @@
________ ________ ___ ___ ________ ________ ________
/ _____/ / __ / / / / / / __ / /__ ___/ / __ /
/ /____ / /_/ / / /_/ / / / / / / / / / / /
/ _____/ / _____/ / __ / / / / / / / / / / /
/ /_____ / / / / / / / /_/ / / / / /_/ /
________/ /__/ /__/ /__/ /_______/ /_/ /_______/
Ephoto Image Viewer/Editor/Manipulator/Slideshow creator.
Icons belong to the tango project (http://tango.freedesktop.org)

27
TODO
View File

@ -1,27 +0,0 @@
________ ________ ___ ___ ________ ________ ________
/ _____/ / __ / / / / / / __ / /__ ___/ / __ /
/ /____ / /_/ / / /_/ / / / / / / / / / / /
/ _____/ / _____/ / __ / / / / / / / / / / /
/ /_____ / / / / / / / /_/ / / / / /_/ /
________/ /__/ /__/ /__/ /_______/ /_/ /_______/
TODO-
===Command Line===
Get some command line options going!
===General===
Tagging
DRAG AND DROP IS A MUST!
Keybindings
===Layout===
Ideas and Changes are welcome!
===Normal View===
-
===Single View===
Add Editing Controls(Zooms/Color Enhancement/Histogram/Cropping/etc..).
Saving Ability(This will include looking into editing and saving exif data).
Should we list navigation for images here?
===Slideshow===
Need Slideshow
Need to Add Configuration to Slideshows..

View File

@ -1,29 +0,0 @@
#!/bin/sh
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh
touch README
touch ABOUT-NLS
echo "Running autopoint..."; autopoint -f || exit 1
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
echo "Running autoconf..." ; autoconf || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
echo "Generating gettext ephoto.pot template"; \
xgettext \
-n \
-C \
-d ephoto \
-p po \
--foreign-user \
-k -k_ -kN_ -kS_ \
-o ephoto.pot \
`find . -name "*.[ch]" -print` || exit 1
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi

View File

@ -1,201 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(configure.ac)
AM_INIT_AUTOMAKE(ephoto, 4.15.0)
AM_CONFIG_HEADER(src/bin/config.h)
AC_ISC_POSIX
AC_PROG_CC
AC_HEADER_STDC
AM_ENABLE_SHARED
AM_PROG_LIBTOOL
AM_WITH_DMALLOC
dnl Add the languages which your application supports here.
ALL_LINGUAS="cs de el eo es fr hu it ja sk sv ru zh_CN"
AC_SUBST(ALL_LINGUAS)
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.12.1])
dnl Set PACKAGE_LOCALE_DIR in config.h.
if test "x$LIBINTL" = "x"; then
LIBINTL="$INTLLIBS"
fi
if test "x${prefix}" = "xNONE"; then
AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${ac_default_prefix}/share/locale", [Locale-specific data directory])
else
AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${prefix}/share/locale", [Locale-specific data directory])
fi
dnl Set PACKAGE_DATA_DIR in config.h.
if test "x${prefix}" = "xNONE"; then
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${ac_default_prefix}/share/${PACKAGE}", [Shared Data Directory])
else
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}", [Shared Data Directory])
fi
dnl Set PACKAGE_BIN_DIR in config.h.
if test "x${datadir}" = 'x${prefix}/bin'; then
if test "x${prefix}" = "xNONE"; then
AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${ac_default_prefix}/bin", [Installation directory for user executables])
else
AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${prefix}/bin", [Installation directory for user executables])
fi
else
AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${bindir}", [Installation directory for user executables])
fi
dnl Set PACKAGE_LIB_DIR in config.h.
if test "x${datadir}" = 'x${prefix}/lib'; then
if test "x${prefix}" = "xNONE"; then
AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${ac_default_prefix}/lib", [Installation directory for libraries])
else
AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${prefix}/lib", [Installation directory for libraries])
fi
else
AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${libdir}", [Installation directory for libraries])
fi
dnl Set PACKAGE_SOURCE_DIR in config.h.
packagesrcdir=`cd $srcdir && pwd`
AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code directory])
PKG_CHECK_MODULES([EXIF], libexif >= 0.6.13,
[
have_exif="Yes"
AC_DEFINE(BUILD_EXIF_SUPPORT, 1, [Enable Exif Support])
],
[
have_exif="No"
]
)
PKG_CHECK_MODULES([EVAS], evas,
[
have_evas="Yes"
],
[
have_evas="No"
echo "Evas was not found by pkg-config!";
AC_MSG_ERROR([Ephoto needs evas to compile.])
]
)
PKG_CHECK_MODULES([ECORE_FILE], ecore-file,
[
have_ecoref="Yes"
],
[
have_ecoref="No"
echo "Ecore_File was not found by pkg-config!";
AC_MSG_ERROR([Ephoto needs ecore_file to compile.])
]
)
PKG_CHECK_MODULES([ECORE_EVAS], ecore-evas,
[
have_ecoree="Yes"
],
[
have_ecoree="No"
echo "Ecore_Evas was not found by pkg-config!";
AC_MSG_ERROR([Ephoto needs ecore_evas to compile.])
]
)
PKG_CHECK_MODULES([EDJE], edje,
[
have_edje="Yes"
],
[
have_edje="No"
echo "Edje was not found by pkg-config!";
AC_MSG_ERROR([Ephoto needs edje to compile.])
]
)
PKG_CHECK_MODULES([EWL], ewl,
[
have_ewl="Yes"
],
[
have_ewl="No"
echo "Ewl was not found by pkg-config!";
AC_MSG_ERROR([Ephoto needs ewl to compile.])
]
)
PKG_CHECK_MODULES([EFREET_MIME], efreet-mime,
[
have_efreet_mime="Yes"
],
[
have_efreet_mime="No"
echo "Efreet_Mime was not found by pkg-config!";
AC_MSG_ERROR([Ephoto needs efreet_mime to compile.])
]
)
PKG_CHECK_MODULES([EPSILON], epsilon,
[
have_epsilon="Yes"
],
[
have_epsilon="No"
echo "Epsilon was not found by pkg-config!";
AC_MSG_ERROR([Ephoto needs epsilon to compile.])
]
)
AC_OUTPUT([
Makefile
ephoto.spec
data/Makefile
data/other/Makefile
data/other/ephoto.desktop
data/images/Makefile
po/Makefile
src/Makefile
src/bin/Makefile
])
echo
echo
echo
echo "------------------------------------------------------------------------"
echo "$PACKAGE $VERSION"
echo "------------------------------------------------------------------------"
echo
echo " ________ ________ ___ ___ ________ ________ ________"
echo " / _____/ / __ / / / / / / __ / /__ ___/ / __ /"
echo " / /____ / /_/ / / /_/ / / / / / / / / / / / "
echo " / _____/ / _____/ / __ / / / / / / / / / / / "
echo "/ /_____ / / / / / / / /_/ / / / / /_/ / "
echo "________/ /__/ /__/ /__/ /_______/ /_/ /_______/ "
echo
echo
echo "------------------------------------------------------------------------"
echo "$PACKAGE $VERSION"
echo "------------------------------------------------------------------------"
echo
echo "Configuration Options Summary:"
echo
echo " Evas ............: $have_evas"
echo " Ecore_File.......: $have_ecoref"
echo " Ecore_Evas.......: $have_ecoree"
echo " Edje ............: $have_edje"
echo " Efreet_Mime .....: $have_efreet_mime"
echo " Epsilon .........: $have_epsilon"
echo " Ewl .............: $have_ewl"
echo " Libexif .........: $have_exif"
echo
echo "Installation Path.........: $prefix"
echo
echo "Compilation...............: make"
echo "Installation..............: make install"
echo

View File

@ -1,2 +0,0 @@
Makefile
Makefile.in

View File

@ -1,3 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in Makefile
SUBDIRS = images other

View File

@ -1,2 +0,0 @@
Makefile
Makefile.in

View File

@ -1,39 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in Makefile
FILES = add.png \
black.png \
camera-photo.png \
dialog-close.png \
edit_view.png \
emblem-favorite.png \
emblem-photos.png \
exit.png \
folder.png \
get_exif.png \
go-up.png \
go-home.png \
go-down.png \
go-next.png \
go-previous.png \
image.png \
in.png \
list_view.png \
media-seek-backward.png \
media-seek-forward.png \
normal_view.png \
out.png \
photo_lens.png \
preferences-system.png \
redo.png \
remove.png \
search.png \
stock_fullscreen.png \
stock_help.png \
stock_save.png \
stock_save-as.png \
undo.png \
x-office-presentation.png
imagedir = $(pkgdatadir)/images
image_DATA = $(FILES)
EXTRA_DIST = $(FILES)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1019 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,10 +0,0 @@
MAINTAINERCLEANFILES = \
ephoto.desktop
icondir = $(prefix)/share/pixmaps
icon_DATA = ephoto.png
appdir = $(prefix)/share/applications
app_DATA = ephoto.desktop
EXTRA_DIST = ephoto.png ephoto.desktop.in ephoto.desktop

View File

@ -1,16 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Name=Ephoto
Name[eo]=E-foto
Comment=An Enlightened Image Viewer
Comment[cs]=Prohlížeč obrázků napsaný v EWL
Comment[el]=Προβολές εικόνων του Enlightened
Comment[eo]=Enlightenment-bildorigardilo
Comment[it]=Visualizzatore di immagini per Enlightenment
Exec=ephoto
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/plain;
Icon=@prefix@/share/pixmaps/ephoto.png
Categories=Graphics;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

6
debian/changelog vendored
View File

@ -1,6 +0,0 @@
ephoto (4.15.0-1) unstable; urgency=low
* a SVN release.
-- quaker <quaker66@gmail.com> Tue, 24 Mar 2009 20:27:05 +0100

1
debian/compat vendored
View File

@ -1 +0,0 @@
6

14
debian/control vendored
View File

@ -1,14 +0,0 @@
Source: ephoto
Section: graphics
Priority: optional
Maintainer: quaker <quaker66@gmail.com>
Build-Depends: cdbs, debhelper (>= 6), libewl1-dev, libtool, pkg-config, cvs
Standards-Version: 3.8.1
Homepage: http://www.enlightenment.org
Package: ephoto
Architecture: any
Depends: ${shlibs:Depends}, libewl1-engines-all
Description: Ewl based photo manager and viewer
Ewl based photo manager and viewer

9
debian/copyright vendored
View File

@ -1,9 +0,0 @@
This package was debianized by quaker <quaker66@gmail.com> on
Tue, 24 Mar 2009 20:27:05 +0100.
Author(s):
Stephen "okra" Houston <UnixTitan@gmail.com>
License:
See the COPYING file

11
debian/rules vendored
View File

@ -1,11 +0,0 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_SCRIPT := ./autogen.sh
DEB_MAKE_CLEAN_TARGET := distclean
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
clean::
[ ! -f Makefile ] || make distclean

View File

@ -1,44 +0,0 @@
Summary: ephoto
Name: @PACKAGE@
Version: @VERSION@
Release: 0.%(date '+%Y%m%d')
License: BSD
Group: Applications/Multimedia
URL: http://www.ecoding.org
Source: %{name}-%{version}.tar.gz
Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston <Unixtitan@gmail.com>}
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Ecoding Project (http://www.ecoding.org/)}
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
#BuildSuggests: xorg-x11-devel
BuildRequires: evas-devel ecore-devel ewl-devel epsilon-devel emotion-devel sqlite3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
ephoto
%prep
%setup -q
%build
%{configure} --prefix=%{_prefix}
%{__make} %{?_smp_mflags} %{?mflags}
%install
%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
%clean
test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING COPYING.icons README
%{_bindir}/*
%{_datadir}/*
%changelog

View File

@ -1,12 +0,0 @@
Makefile
Makefile.in
ephoto.pot
Makevars.template
Rules-quot
boldquot.sed
*.mo
en@boldquot.header
en@quot.header
insert-header.sin
quot.sed
remove-potcdate.sin

View File

@ -1,28 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in $(PACKAGE).pot
MSGFMT = msgfmt
localedir = $(datadir)/locale
locale_DATA = $(addsuffix .mo,$(ALL_LINGUAS))
EXTRA_DIST = $(PACKAGE).pot $(addsuffix .po,$(ALL_LINGUAS))
%.mo : %.po
$(MSGFMT) -f -o $@ $<
install-localeDATA:
uninstall-localeDATA:
install-data-local:
for L in $(ALL_LINGUAS); do \
$(mkinstalldirs) $(DESTDIR)$(localedir)/$$L/LC_MESSAGES; \
$(INSTALL_DATA) \
$$L.mo $(DESTDIR)$(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \
done
uninstall:
for L in $(ALL_LINGUAS); do \
rm -f $(DESTDIR)$(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \
done
clean-local:
rm -f *.mo

View File

@ -1,353 +0,0 @@
# Makefile for PO directory in any package using GNU gettext.
# Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
#
# This file can be copied and used freely without restrictions. It can
# be used in projects which are not available under the GNU General Public
# License but which still want to provide support for the GNU gettext
# functionality.
# Please note that the actual code of GNU gettext is covered by the GNU
# General Public License and is *not* in the public domain.
PACKAGE = @PACKAGE@
VERSION = @VERSION@
SHELL = /bin/sh
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
localedir = $(datadir)/locale
gettextsrcdir = $(datadir)/gettext/po
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@
mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@
MSGMERGE = msgmerge
MSGMERGE_UPDATE = @MSGMERGE@ --update
MSGINIT = msginit
MSGCONV = msgconv
MSGFILTER = msgfilter
POFILES = @POFILES@
GMOFILES = @GMOFILES@
UPDATEPOFILES = @UPDATEPOFILES@
DUMMYPOFILES = @DUMMYPOFILES@
DISTFILES.common = Makefile.in.in remove-potcdate.sin \
$(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
$(POFILES) $(GMOFILES) \
$(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3)
POTFILES = \
CATALOGS = @CATALOGS@
# Makevars gets inserted here. (Don't remove this line!)
.SUFFIXES:
.SUFFIXES: .po .gmo .mo .sed .sin .nop .po-update
.po.mo:
@echo "$(MSGFMT) -c -o $@ $<"; \
$(MSGFMT) -c -o t-$@ $< && mv t-$@ $@
.po.gmo:
@lang=`echo $* | sed -e 's,.*/,,'`; \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
.sin.sed:
sed -e '/^#/d' $< > t-$@
mv t-$@ $@
all: all-@USE_NLS@
all-yes: stamp-po
all-no:
# stamp-po is a timestamp denoting the last time at which the CATALOGS have
# been loosely updated. Its purpose is that when a developer or translator
# checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
# "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
# invocations of "make" will do nothing. This timestamp would not be necessary
# if updating the $(CATALOGS) would always touch them; however, the rule for
# $(POFILES) has been designed to not touch files that don't need to be
# changed.
stamp-po: $(srcdir)/$(DOMAIN).pot
test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS)
@echo "touch stamp-po"
@echo timestamp > stamp-poT
@mv stamp-poT stamp-po
# Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
# otherwise packages like GCC can not be built if only parts of the source
# have been downloaded.
# This target rebuilds $(DOMAIN).pot; it is an expensive operation.
# Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
--files-from=$(srcdir)/POTFILES.in \
--copyright-holder='$(COPYRIGHT_HOLDER)' \
--msgid-bugs-address='$(MSGID_BUGS_ADDRESS)'
test ! -f $(DOMAIN).po || { \
if test -f $(srcdir)/$(DOMAIN).pot; then \
sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
else \
rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \
mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
fi; \
else \
mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \
fi; \
}
# This rule has no dependencies: we don't need to update $(DOMAIN).pot at
# every "make" invocation, only create it when it is missing.
# Only "make $(DOMAIN).pot-update" or "make dist" will force an update.
$(srcdir)/$(DOMAIN).pot:
$(MAKE) $(DOMAIN).pot-update
# This target rebuilds a PO file if $(DOMAIN).pot has changed.
# Note that a PO file is not touched if it doesn't need to be changed.
$(POFILES): $(srcdir)/$(DOMAIN).pot
@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot
install: install-exec install-data
install-exec:
install-data: install-data-@USE_NLS@
if test "$(PACKAGE)" = "gettext-tools"; then \
$(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
for file in $(DISTFILES.common) Makevars.template; do \
$(INSTALL_DATA) $(srcdir)/$$file \
$(DESTDIR)$(gettextsrcdir)/$$file; \
done; \
for file in Makevars; do \
rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
done; \
else \
: ; \
fi
install-data-no: all
install-data-yes: all
$(mkinstalldirs) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
$(mkinstalldirs) $(DESTDIR)$$dir; \
if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \
$(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \
echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
(cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
for file in *; do \
if test -f $$file; then \
ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
fi; \
done); \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
else \
if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
:; \
else \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
fi; \
fi; \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
fi; \
done; \
done
install-strip: install
installdirs: installdirs-exec installdirs-data
installdirs-exec:
installdirs-data: installdirs-data-@USE_NLS@
if test "$(PACKAGE)" = "gettext-tools"; then \
$(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \
else \
: ; \
fi
installdirs-data-no:
installdirs-data-yes:
$(mkinstalldirs) $(DESTDIR)$(datadir)
@catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
$(mkinstalldirs) $(DESTDIR)$$dir; \
for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
if test -n "$$lc"; then \
if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
(cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
for file in *; do \
if test -f $$file; then \
ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
fi; \
done); \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
else \
if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
:; \
else \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
fi; \
fi; \
fi; \
done; \
done
# Define this as empty until I found a useful application.
installcheck:
uninstall: uninstall-exec uninstall-data
uninstall-exec:
uninstall-data: uninstall-data-@USE_NLS@
if test "$(PACKAGE)" = "gettext-tools"; then \
for file in $(DISTFILES.common) Makevars.template; do \
rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \
done; \
else \
: ; \
fi
uninstall-data-no:
uninstall-data-yes:
catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \
cat=`basename $$cat`; \
lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
done; \
done
check: all
info dvi ps pdf html tags TAGS ctags CTAGS ID:
mostlyclean:
rm -f remove-potcdate.sed
rm -f stamp-poT
rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
rm -fr *.o
clean: mostlyclean
distclean: clean
rm -f Makefile Makefile.in POTFILES *.mo
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
rm -f stamp-po $(GMOFILES)
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir:
$(MAKE) update-po
@$(MAKE) dist2
# This is a separate target because 'update-po' must be executed before.
dist2: $(DISTFILES)
dists="$(DISTFILES)"; \
if test "$(PACKAGE)" = "gettext-tools"; then \
dists="$$dists Makevars.template"; \
fi; \
if test -f $(srcdir)/ChangeLog; then \
dists="$$dists ChangeLog"; \
fi; \
for i in 0 1 2 3 4 5 6 7 8 9; do \
if test -f $(srcdir)/ChangeLog.$$i; then \
dists="$$dists ChangeLog.$$i"; \
fi; \
done; \
if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
for file in $$dists; do \
if test -f $$file; then \
cp -p $$file $(distdir); \
else \
cp -p $(srcdir)/$$file $(distdir); \
fi; \
done
update-po: Makefile
$(MAKE) $(DOMAIN).pot-update
test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
$(MAKE) update-gmo
# General rule for updating PO files.
.nop.po-update:
@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
tmpdir=`pwd`; \
echo "$$lang:"; \
test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \
cd $(srcdir); \
if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
rm -f $$tmpdir/$$lang.new.po; \
else \
if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
:; \
else \
echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
exit 1; \
fi; \
fi; \
else \
echo "msgmerge for $$lang.po failed!" 1>&2; \
rm -f $$tmpdir/$$lang.new.po; \
fi
$(DUMMYPOFILES):
update-gmo: Makefile $(GMOFILES)
@:
Makefile: Makefile.in.in $(top_builddir)/config.status @POMAKEFILEDEPS@
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
$(SHELL) ./config.status
force:
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1,41 +0,0 @@
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.
DOMAIN = $(PACKAGE)
# These two variables depend on the location of this directory.
subdir = po
top_builddir = ..
# These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
# package. (Note that the msgstr strings, extracted from the package's
# sources, belong to the copyright holder of the package.) Translators are
# expected to transfer the copyright for their translations to this person
# or entity, or to disclaim their copyright. The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
COPYRIGHT_HOLDER = Free Software Foundation, Inc.
# This is the email address or URL to which the translators shall report
# bugs in the untranslated strings:
# - Strings which are not entire sentences, see the maintainer guidelines
# in the GNU gettext documentation, section 'Preparing Strings'.
# - Strings which use unclear terms or require additional context to be
# understood.
# - Strings which make invalid assumptions about notation of date, time or
# money.
# - Pluralisation problems.
# - Incorrect English spelling.
# - Incorrect formatting.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
MSGID_BUGS_ADDRESS =
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
EXTRA_LOCALE_CATEGORIES =

View File

@ -1,15 +0,0 @@
src/bin/config.h.in
src/bin/ephoto_fsystem.c
src/bin/ephoto_imaging.c
src/bin/ephoto_single_view.c
src/bin/ephoto.c
src/bin/ephoto_fsystem.h
src/bin/ephoto_imaging.h
src/bin/ephoto_utils.c
src/bin/ephoto_exif.c
src/bin/ephoto_global.c
src/bin/ephoto_main.c
src/bin/ephoto_utils.h
src/bin/ephoto_exif.h
src/bin/ephoto.h
src/bin/ephoto_normal_view.c

View File

@ -1,42 +0,0 @@
# Special Makefile rules for English message catalogs with quotation marks.
DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
.SUFFIXES: .insert-header .po-update-en
en@quot.po-update: en@quot.po-update-en
en@boldquot.po-update: en@boldquot.po-update-en
.insert-header.po-update-en:
@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
tmpdir=`pwd`; \
echo "$$lang:"; \
ll=`echo $$lang | sed -e 's/@.*//'`; \
LC_ALL=C; export LC_ALL; \
cd $(srcdir); \
if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
rm -f $$tmpdir/$$lang.new.po; \
else \
if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
:; \
else \
echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
exit 1; \
fi; \
fi; \
else \
echo "creation of $$lang.po failed!" 1>&2; \
rm -f $$tmpdir/$$lang.new.po; \
fi
en@quot.insert-header: insert-header.sin
sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
en@boldquot.insert-header: insert-header.sin
sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header
mostlyclean: mostlyclean-quot
mostlyclean-quot:
rm -f *.insert-header

View File

@ -1,76 +0,0 @@
# Arabic translation for ephoto.
# Copyright (c) 2009 Free Software Foundation, Inc.
# This file is distributed under the same license as the ephoto package.
# Nizar Kerkeni <nizar.kerkeni@gmail.com>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: enlightenment\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-08-24 13:37+0000\n"
"Last-Translator: Nizar Kerkeni <nizar.kerkeni@gmail.com>\n"
"Language-Team: Arabic <ar@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "لا توجد بيانات إإكسيف [Exif]"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f بايتات"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f ك.ب."
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f م.ب."
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f ج.بايت"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "تكبير"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "صغّر"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "دور لليسار"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "دور لليمين"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "قلب أفقي"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "اقلب رأسي"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "أدوات متقدمة"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "الصورة السابقة"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "الصورة التالية"

View File

@ -1,10 +0,0 @@
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/\1/g
s/ '\([^`']*\)' / \1 /g
s/ '\([^`']*\)'$/ \1/g
s/^'\([^`']*\)' /\1 /g
s/“”/""/g
s///g
s//”/g
s///g
s///g

107
po/cs.po
View File

@ -1,107 +0,0 @@
# Czech translation.
# This file is put in the public domain.
# quaker <quaker66@gmail.com>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: Ephoto\n"
"Report-Msgid-Bugs-To: quaker66@gmail.com\n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-04-13 17:34+0100\n"
"Last-Translator: quaker66 <quaker66@gmail.com>\n"
"Language-Team: easylinux <easylinux@sachiel.eu>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Neexistují exif data"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f bajtů"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Přiblížit"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Oddálit"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Otočit doleva"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Otočit doprava"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Překlopit horizontálně"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Překlopit vertikálně"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Pokročilé nástroje"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Předchozí obrázek"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Další obrázek"
#~ msgid "Standard Tools"
#~ msgstr "Standartní nástroje"
#~ msgid "Name"
#~ msgstr "Jméno"
#~ msgid "Pixels"
#~ msgstr "Pixely"
#~ msgid "Size"
#~ msgstr "Velikost"
#~ msgid "Albums"
#~ msgstr "Albumy"
#~ msgid "File System"
#~ msgstr "Systém souborů"
#~ msgid "Normal View"
#~ msgstr "Normální pohled"
#~ msgid "List View"
#~ msgstr "Seznam"
#~ msgid "Single View"
#~ msgstr "Samostatný pohled"
#~ msgid "You do not have libexif 0.6.13"
#~ msgstr "Nemáte libexif 0.6.13"
#~ msgid "View Exif Data"
#~ msgstr "Zobrazit exif data"
#~ msgid "Toggle Fullscreen"
#~ msgstr "Přepnout fullscreen"
#~ msgid "Start a Slideshow"
#~ msgstr "Spustit slideshow"
#~ msgid "Move to edit view"
#~ msgstr "Přesunout k editaci pohledu"
#~ msgid "Complete Library"
#~ msgstr "Kompletní knihovna"

289
po/de.po
View File

@ -1,289 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-06-05 16:55+0000\n"
"Last-Translator: Aron Xu <happyaron.xu@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2009-08-27 10:01+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Es sind keine Exif Daten vorhanden"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Bytes"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Vergrößern"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Verkleinern"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Gegen den Uhrzeigersinn drehen"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Im Uhrzeigersinn drehen"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr ""
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr ""
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Erweiterte Werkzeuge"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "vorheriges Bild"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "nächstes Bild"
#~ msgid "Standard Tools"
#~ msgstr "Standardwerkzeuge"
#~ msgid "Name"
#~ msgstr "Name"
#~ msgid "Pixels"
#~ msgstr "Pixel"
#~ msgid "Size"
#~ msgstr "Größe"
#~ msgid "Albums"
#~ msgstr "Alben"
#~ msgid "File System"
#~ msgstr "Dateisystem"
#~ msgid "Normal View"
#~ msgstr "normale Ansicht"
#~ msgid "List View"
#~ msgstr "Listenansicht"
#~ msgid "Single View"
#~ msgstr "einfache Ansicht"
#~ msgid "You do not have libexif 0.6.13"
#~ msgstr "Sie haben nicht libexif 0.6.13"
#~ msgid "View Exif Data"
#~ msgstr "Zeige Exif Daten"
#~ msgid "Toggle Fullscreen"
#~ msgstr "Vollbild"
#~ msgid "Start a Slideshow"
#~ msgstr "Starte Diavorführung"
#~ msgid "Move to edit view"
#~ msgstr "Gehe zu der bearbeitenden Ansicht"
#~ msgid "Complete Library"
#~ msgstr "Komplete Sammlung"
#~ msgid ""
#~ "Name: %s\n"
#~ "Pixels: %s\n"
#~ "Size: %s\n"
#~ msgstr ""
#~ "Name: %s\n"
#~ "Auflösung: %s\n"
#~ "Größe: %s\n"
#~ msgid "Normal"
#~ msgstr "Normal"
#~ msgid "Ephoto Slideshow!"
#~ msgstr "Ephoto Diavorführung"
#~ msgid "Single"
#~ msgstr "Einseln"
#~ msgid "Ewl is not usable, please check your installation!\n"
#~ msgstr "Ewl ist nicht gebrauchbar, bitte überprüfen Sie Ihre installation!\n"
#~ msgid "Ephoto Version %s Help Page\n"
#~ msgstr "Ephoto Version %s Hilfseite\n"
#~ msgid ""
#~ "Long Commands: \n"
#~ " --help\t\t\t-\tThis Screen\n"
#~ " --add-album %%s %%s\t-\tAdds Album\n"
#~ "\t\t\t \targ1 = name of album\n"
#~ "\t\t\t\targ2 = description of album\n"
#~ " --add-image %%s %%s %%s\t-\tAdds Image\n"
#~ "\t\t\t\targ1 = name of album to add image to\n"
#~ "\t\t\t\targ2 = descriptive name for image\n"
#~ "\t\t\t\targ3 = path to the image\n"
#~ " --add-image-dir %%s %%s\t-\tAdds All Images From Directory\n"
#~ "\t\t\t\targ1 = name of album to add images to\n"
#~ "\t\t\t\targ2 = directory to get images from\n"
#~ " --list-albums\t\t-\tList Albums\n"
#~ " --list-images %%s\t-\tList Images in Album\n"
#~ "\t\t\t\targ1 = name of album to list images from\n"
#~ " --remove-album\t%%s\t-\tRemoves Album\n"
#~ "\t\t\t\targ1 = name of album\n"
#~ " --remove-image\t%%s %%s\t-\tRemoves Image\n"
#~ "\t\t\t\targ1 = name of album to remove image from\n"
#~ "\t\t\t\targ2 = path of the image to be removed\n"
#~ msgstr ""
#~ "Lange Befehle: \n"
#~ " --help\t\t\t-\tDiese Seite\n"
#~ " --add-album %%s %%s\t-\tFüge ein Album hinzu\n"
#~ "\t\t\t \targ1 = Name des Albums\n"
#~ "\t\t\t\targ2 = Beschreibung des Albums\n"
#~ " --add-image %%s %%s %%s\t-\tFüge ein Bild hinzu\n"
#~ "\t\t\t\targ1 = Name des Albums zu dem das Bild hinzugefügt werden soll\n"
#~ "\t\t\t\targ2 = beschreibender Name für das Bild\n"
#~ "\t\t\t\targ3 = Pfad zum Bild\n"
#~ " --add-image-dir %%s %%s\t-\tFügt ein Bild aus einem Verzeichnis hinzu\n"
#~ "\t\t\t\targ1 = Name des Albums zu dem das Bild hinzugefügt werden soll\n"
#~ "\t\t\t\targ2 = das Verzeichnis in dem sich das Bild befindet\n"
#~ " --list-albums\t\t-\tzeige eine List der Alben\n"
#~ " --list-images %%s\t-\tzeige eine List der Bilder\n"
#~ "\t\t\t\targ1 = name of album to list images from\n"
#~ " --remove-album\t%%s\t-\tRemoves Album\n"
#~ "\t\t\t\targ1 = name of album\n"
#~ " --remove-image\t%%s %%s\t-\tRemoves Image\n"
#~ "\t\t\t\targ1 = name of album to remove image from\n"
#~ "\t\t\t\targ2 = path of the image to be removed\n"
#~ msgid ""
#~ "Short Commands: \n"
#~ " -h\t\t\t-\tThis Screen\n"
#~ " -a %%s %%s\t\t-\tAdds Album\n"
#~ " -i %%s %%s %%s\t\t-\tAdds Image\n"
#~ " -id %%s %%s\t\t-\tAdds all Images From Directory\n"
#~ " -la\t\t\t-\tList Albums\n"
#~ " -li %%s\t\t\t-\tList Images in Album\n"
#~ " -ra %%s\t\t\t-\tRemoves Album\n"
#~ " -ri %%s %%s\t\t-\tRemoves Image\n"
#~ msgstr ""
#~ "Kurzbefehle: \n"
#~ " -h\t\t\t-\tDiese Seite\n"
#~ " -a %%s %%s\t\t-\tfüge Album hinzu\n"
#~ " -i %%s %%s %%s\t\t-\tfüge Bild hinzu\n"
#~ " -id %%s %%s\t\t-\tFüge alle Bilder des Verzeichnisses hinzu\n"
#~ " -la\t\t\t-\tList Albums\n"
#~ " -li %%s\t\t\t-\tList Images in Album\n"
#~ " -ra %%s\t\t\t-\tRemoves Album\n"
#~ " -ri %%s %%s\t\t-\tRemoves Image\n"
#~ msgid "Please specify a name for the album\n"
#~ msgstr "Bitte geben Sie einen Namen für das Album an\n"
#~ msgid "Please specify a description for the album\n"
#~ msgstr "Bitte geben Sie eine Bezeichnung für das Album an\n"
#~ msgid ""
#~ "Are you sure you want to create an album with the name %s and the "
#~ "description %s? "
#~ msgstr ""
#~ "Sind Sie sicher, dass Sie ein Album mit dem Namen %s und der Beschreibung %s "
#~ "erstellen wollen? "
#~ msgid "Please specify the album you wish to add to\n"
#~ msgstr "Bitte geben Sie das Album an, dass Sie hinzufügen wollen\n"
#~ msgid "Please specify a descriptive name for the image\n"
#~ msgstr "Bitte geben Sie einen beschreibenden Namen für das Bild an\n"
#~ msgid "Please specify a valid path to the image\n"
#~ msgstr "Bitte geben Sie den Pfad zu dem Bild an\n"
#~ msgid ""
#~ "Are you sure you want to add an image to album %s with a name %s and path "
#~ "%s? "
#~ msgstr ""
#~ "Sind Sie sicher, dass sie ein Bild zum dem Album %s mit dem Namen %s und dem "
#~ "Pfad %s hinzufügen wollen? "
#~ msgid "Image was added\n"
#~ msgstr "Bild wurde hinzugefügt\n"
#~ msgid "Image was not added\n"
#~ msgstr "Bild wurde nicht hinzugefügt\n"
#~ msgid "Please specify a valid path to the image directory\n"
#~ msgstr "Bitte geben Sie den Pfad zu dem Verzeichnis des Bildes an\n"
#~ msgid ""
#~ "Are you sure you want to add images from the directory %s to the album %s? "
#~ msgstr ""
#~ "Sind Sie sicher, dass Sie Bilder aus dem Verzeichnis %s in das Album %s "
#~ "hinzufügen wollen? "
#~ msgid "Images were added\n"
#~ msgstr "Bilder wurden hinzugefügt\n"
#~ msgid "Images were not added\n"
#~ msgstr "Bilder wurden nicht hinzugefügt\n"
#~ msgid "Please specify the album to list images from\n"
#~ msgstr "Bitte geben Sie ein Album an, um die Bild aufzulisten\n"
#~ msgid "Please specify the name of the album\n"
#~ msgstr "Bitte geben Sie den Namen des Albums an\n"
#~ msgid "Are you sure you want to remove the album %s? "
#~ msgstr "Sind Sie sicher, dass das Album %s entfernt werden soll? "
#~ msgid "Album was removed\n"
#~ msgstr "Album wurde entfernt\n"
#~ msgid "Please specify the name of the album the image belongs to.\n"
#~ msgstr "Bitte geben Sie den Namen des zum Bild gehörigen Albums an.\n"
#~ msgid "Please specify the path of the image\n"
#~ msgstr "Bitte geben Sie den Pfad zu dem Bild an\n"
#~ msgid "Are you sure you want to remove the image %s from the album %s? "
#~ msgstr ""
#~ "Sind Sie sicher, dass sie Bild %s aus dem Album %s entfernen wollen? "
#~ msgid "Image was removed\n"
#~ msgstr "Bild wurde entfernt\n"
#~ msgid "Image was not removed\n"
#~ msgstr "Bild wurde nicht entfernt\n"

View File

@ -1,77 +0,0 @@
# translation of el.po to Greek
# Greek translation for Enlightenment17.
# This file is put in the public domain.
# Geo Kou <ragecryx@yahoo.gr>, 2008.
#
#
msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-01-19 08:46+0000\n"
"Last-Translator: Aron <Unknown>\n"
"Language-Team: Greek <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Δεν υπάρχουν δεδομένα Exif"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Byte"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Μεγέθυνση"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Σμίκρυνση"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Περιστροφή Αριστερά"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Περιστροφή Δεξιά"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Οριζόντια Αναστροφή"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Κάθετη Αναστροφή"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Προχωρημένα Εργαλεία"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Προηγούμενη Εικόνα"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Επόμενη Εικόνα"

View File

@ -1,25 +0,0 @@
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
# and double quote (0x22). These substitutes look strange; see
# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
#
# This catalog translates grave accent (0x60) and apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019).
# It also translates pairs of apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019)
# and pairs of quotation mark (0x22) to
# left double quotation mark (U+201C) and right double quotation mark (U+201D).
#
# When output to an UTF-8 terminal, the quotation characters appear perfectly.
# When output to an ISO-8859-1 terminal, the single quotation marks are
# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
# grave/acute accent (by libiconv), and the double quotation marks are
# transliterated to 0x22.
# When output to an ASCII terminal, the single quotation marks are
# transliterated to apostrophes, and the double quotation marks are
# transliterated to 0x22.
#
# This catalog furthermore displays the text between the quotation marks in
# bold face, assuming the VT100/XTerm escape sequences.
#

View File

@ -1,22 +0,0 @@
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x27)
# and double quote (0x22). These substitutes look strange; see
# http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
#
# This catalog translates grave accent (0x60) and apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019).
# It also translates pairs of apostrophe (0x27) to
# left single quotation mark (U+2018) and right single quotation mark (U+2019)
# and pairs of quotation mark (0x22) to
# left double quotation mark (U+201C) and right double quotation mark (U+201D).
#
# When output to an UTF-8 terminal, the quotation characters appear perfectly.
# When output to an ISO-8859-1 terminal, the single quotation marks are
# transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
# grave/acute accent (by libiconv), and the double quotation marks are
# transliterated to 0x22.
# When output to an ASCII terminal, the single quotation marks are
# transliterated to apostrophes, and the double quotation marks are
# transliterated to 0x22.
#

114
po/eo.po
View File

@ -1,114 +0,0 @@
# translation of eo.po to Esperanto
# This file is put in the public domain.
#
# Olivier M <olivierweb@nospam.ifrance.com>, 2006-2007.
# Olivier <eliovir@nospam.gmail.com>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: eo\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-05-10 23:54+0000\n"
"Last-Translator: Olivier <eliovir@nospam.gmail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 0.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Neniu EXIF-datumo ekzistas"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Bytes"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Zomi"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Malzomi"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Rotacii maldekstren"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Rotacii dekstren"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Renversi horizontale"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Renversi vertikale"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Plidetalaj Iloj"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Antaŭa Bildo"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Sekva Bildo"
#~ msgid "Standard Tools"
#~ msgstr "Defaŭlta Iloj"
#~ msgid "Name"
#~ msgstr "Nomo"
#~ msgid "Pixels"
#~ msgstr "Rastrumeroj"
#~ msgid "Size"
#~ msgstr "Grando"
#~ msgid "Normal View"
#~ msgstr "Normala Vidigo"
#~ msgid "List View"
#~ msgstr "Listorigardo"
#~ msgid "Single View"
#~ msgstr "Unuopa Vidigo"
#~ msgid "You do not have libexif 0.6.13"
#~ msgstr "Vi ne havas libexif 0.6.13"
#~ msgid "View Exif Data"
#~ msgstr "Vidi EXIF-datumojn"
#~ msgid "Toggle Fullscreen"
#~ msgstr "Baskuli Plenekranen"
#~ msgid "Start a Slideshow"
#~ msgstr "Eki Bildoprezentadon"
#~ msgid "Move to edit view"
#~ msgstr "Ŝanĝi al redakta vidigo"

View File

@ -1,75 +0,0 @@
# Spanish translation for enlightenment
# This file is distributed under the same license as the enlightenment package.
# DiegoJ <diegojromerolopez@gmail.com>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: enlightenment\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-04-11 14:16+0000\n"
"Last-Translator: DiegoJ <diegojromerolopez@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "No hay datos EXIF"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Bytes"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Aumentar"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Alejar"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Rotar a la izquierda"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Rotar a la derecha"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Voltear horizontalmente"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Alinear verticalmente"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Herramientas avanzadas"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Imagen anterior"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Siguiente imagen"

View File

@ -1,75 +0,0 @@
# Faroese translation for enlightenment
# This file is distributed under the same license as the enlightenment package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: enlightenment\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-07-15 18:39+0000\n"
"Last-Translator: Gunleif Joensen <Unknown>\n"
"Language-Team: Faroese <fo@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Ongar Exif dátur finnast"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Býtum"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Surra inn"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Surra út"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Snara til vinstru"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Snara til høgri"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Vippa Vannrætt"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Vippa loddrætt"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Framkomin tól"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Fyrra mynd"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Næsta mynd"

206
po/fr.po
View File

@ -1,206 +0,0 @@
# This file is put in the public domain.
# This file is distributed under the same license as the ephoto package.
# DUNNEWIND Maxence <maxenced@ubuntu.com>, 2006.
#
#
msgid ""
msgstr ""
"Project-Id-Version: Ephoto 3.15.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-01-19 08:45+0000\n"
"Last-Translator: batden <Unknown>\n"
"Language-Team: Enlightenment i18n French <enlightenment-intl@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Aucune donnée exif"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f octets"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f Ko"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f Mo"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f Go"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Zoomer"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Dézoomer"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Pivoter sur la gauche"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Pivoter sur la droite"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Renverser horizontalement"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Renverser verticalement"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Outils avancés"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Image précédente"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Image suivante"
#~ msgid "Albums"
#~ msgstr "Albums"
#~ msgid " Location:"
#~ msgstr " Emplacement:"
#~ msgid "Ephoto Image Viewer"
#~ msgstr "Visionneuse Ephoto"
#~ msgid "In"
#~ msgstr "Zoom +"
#~ msgid "Left"
#~ msgstr "Gauche"
#~ msgid "Out"
#~ msgstr "Zoom -"
#~ msgid "Right"
#~ msgstr "Droite"
#~ msgid "Custom"
#~ msgstr "Personnalisé"
#~ msgid "Ephoto Slideshow"
#~ msgstr "Diaporama Ephoto"
#~ msgid "Fullscreen"
#~ msgstr "Plein écran"
#~ msgid "Height"
#~ msgstr "Hauteur"
#~ msgid "Image Size"
#~ msgstr "Taille de l'image"
#~ msgid "Keep Aspect"
#~ msgstr "Conserver l'aspect"
#~ msgid "Loop Slideshow"
#~ msgstr "Diaporama en boucle"
#~ msgid "Order"
#~ msgstr "Ordre"
#~ msgid "Random Order"
#~ msgstr "Ordre aléatoire"
#~ msgid "Show File Name On Change"
#~ msgstr "Afficher le nom du fichier lors du changement"
#~ msgid "Slideshow Configuration"
#~ msgstr "Configuration du diaporama"
#~ msgid "Transitions"
#~ msgstr "Transitions"
#~ msgid "Width"
#~ msgstr "Largeur"
#~ msgid "Window Size"
#~ msgstr "Taille de la fenêtre"
#~ msgid "Zoom Images to Fill Window"
#~ msgstr "Redimensionner les images à la taille de la fenêtre"
#~ msgid "Menu|File"
#~ msgstr "Men|Fichier"
#~ msgid "Menu|File|Exit"
#~ msgstr "Menu|Fichier|Quitter"
#~ msgid "Menu|Albums"
#~ msgstr "Menu|Albums"
#~ msgid "Menu|Albums|Add Album"
#~ msgstr "Menu|Albums|Ajouter un album"
#~ msgid "Menu|Albums|Remove Album"
#~ msgstr "Menu|Albums|Supprimer un album"
#~ msgid "Menu|Viewer"
#~ msgstr "Menu|Visionner"
#~ msgid "Menu|Viewer|Image Viewer"
#~ msgstr "Menu|Visionner|Visionneuse"
#~ msgid "Menu|Slideshow"
#~ msgstr "Men|Diaporama"
#~ msgid "Menu|Slideshow|Configure Slideshow"
#~ msgstr "Menu|Diaporama|Configurer le diaporama"
#~ msgid "Menu|Slideshow|Start Slideshow"
#~ msgstr "Menu|Diaporama|Démarrer le diaporama"
#~ msgid "Add an Album"
#~ msgstr "Ajouter un album"
#~ msgid "Enter the new album name:"
#~ msgstr "Entrer le nom du nouvel album:"
#~ msgid "Enter the new album description:"
#~ msgstr "Entrer la description du nouvel album:"
#~ msgid "save"
#~ msgstr "enregistrer"
#~ msgid "cancel"
#~ msgstr "annuler"
#~ msgid "Menu|File|Save Image"
#~ msgstr "Menu|Fichier|Enregistrer l'image"
#~ msgid "Menu|Actions"
#~ msgstr "Menu|Actions"
#~ msgid "Menu|Actions|Zoom In"
#~ msgstr "Menu|Actions|Zoomer"
#~ msgid "Menu|Actions|Zoom Out"
#~ msgstr "Menu|Actions|Dézoomer"
#~ msgid "Menu|Actions|Zoom To Fit"
#~ msgstr "Menu|Actions|Remplir la fenêtre"
#~ msgid "Menu|Actions|Zoom 1:1"
#~ msgstr "Taille normale"

View File

@ -1,76 +0,0 @@
# Hebrew translation for ephoto.
# Copyright (c) 2009 Free Software Foundation, Inc.
# This file is distributed under the same license as the ephoto package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: enlightenment\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-07-26 12:27+0000\n"
"Last-Translator: lielf <Unknown>\n"
"Language-Team: Hebrew <he@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "לא יוצא אם הנתונים קיימים"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f בתים"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f ק\"ב"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f מ\"ב"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f ג\"ב"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "התקרב"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "התרחק"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "סובב שמאלה"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "סובב ימינה"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "הפוך אופקית"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "הפוך אנכית"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "כלים מתקדמים"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "התמונה הקודמת"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "התמונה הבאה"

112
po/hu.po
View File

@ -1,112 +0,0 @@
# translation of ephoto.po to hungarian
# This file is put in the public domain.
#
# Lisovszki <lisovszki@gmail.com>, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: ephoto\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-03-22 15:28+0000\n"
"Last-Translator: lisovszki <lisovszki@gmail.com>\n"
"Language-Team: hungarian <hu@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Nem létezik exif adat"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Bájt"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Nagyítás"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Kicsinyítés"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Balra forgatás"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Jobbra forgatás"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Vízszintes elforgatás"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Függőleges elforgatás"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Speciális eszközök"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Előző kép"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Következő kép"
#~ msgid "Standard Tools"
#~ msgstr "Szabványos eszközök"
#~ msgid "Name"
#~ msgstr "Név"
#~ msgid "Pixels"
#~ msgstr "Képpontok"
#~ msgid "Size"
#~ msgstr "Méret"
#~ msgid "Normal View"
#~ msgstr "Normál nézet"
#~ msgid "List View"
#~ msgstr "Lista nézet"
#~ msgid "Single View"
#~ msgstr "Egyablakos nézet"
#~ msgid "You do not have libexif 0.6.13"
#~ msgstr "Nincs libexif 0.6.13-ad"
#~ msgid "View Exif Data"
#~ msgstr "Exif adat megtekintése"
#~ msgid "Toggle Fullscreen"
#~ msgstr "Váltás teljes képernyőre"
#~ msgid "Start a Slideshow"
#~ msgstr "Diavetítés indítása"
#~ msgid "Move to edit view"
#~ msgstr "Szerkesztői nézet"

View File

@ -1,23 +0,0 @@
# Sed script that inserts the file called HEADER before the header entry.
#
# At each occurrence of a line starting with "msgid ", we execute the following
# commands. At the first occurrence, insert the file. At the following
# occurrences, do nothing. The distinction between the first and the following
# occurrences is achieved by looking at the hold space.
/^msgid /{
x
# Test if the hold space is empty.
s/m/m/
ta
# Yes it was empty. First occurrence. Read the file.
r HEADER
# Output the file's contents by reading the next line. But don't lose the
# current line while doing this.
g
N
bb
:a
# The hold space was nonempty. Following occurrences. Do nothing.
x
:b
}

View File

@ -1,75 +0,0 @@
# Italian translation for Ephoto.
# This file is put in the public domain.
# Massimo Maiurana <maiurana@gmail.com>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: Ephoto\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2007-05-21 18:54+0200\n"
"Last-Translator: Massimo Maiurana <maiurana@gmail.com>\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Nessun dato Exif"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Byte"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Ingrandisci"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Rimpicciolisci"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Ruota a sinistra"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Ruota a destra"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Gira orizzontalmente"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Gira verticalmente"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Strumenti avanzati"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Immagine precedente"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Immagine successiva"

View File

@ -1,76 +0,0 @@
# Japanese translation for enlightenment
# Copyright (c) 2009 Free Software Foundation, Inc.
# This file is distributed under the same license as the enlightenment package.
# Yuki Kodama <Unknown>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: enlightenment\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-05-05 12:28+0000\n"
"Last-Translator: Yuki Kodama <Unknown>\n"
"Language-Team: Japanese <ja@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "EXIF情報がありません"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f バイト"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "拡大"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "縮小"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "反時計方向に回転"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "時計方向に回転"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "横に反転"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "縦に反転"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "高度なツール"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "前の画像"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "次の画像"

View File

@ -1,75 +0,0 @@
# Norwegian Bokmal translation for enlightenment
# This file is distributed under the same license as the enlightenment package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: enlightenment\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-03-21 15:25+0000\n"
"Last-Translator: Kenneth Langdalen <Unknown>\n"
"Language-Team: Norwegian Bokmal <nb@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr ""
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr ""
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Zoom inn"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Zoom ut"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr ""
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr ""
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr ""
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr ""
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr ""
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Forrige bilde"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Neste bilde"

View File

@ -1,75 +0,0 @@
# Dutch translation for enlightenment
# This file is distributed under the same license as the enlightenment package.
# Yentl <y.v.t@scarlet.be>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: enlightenment\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-07-16 18:12+0000\n"
"Last-Translator: Yentl <y.v.t@scarlet.be>\n"
"Language-Team: Dutch <nl@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Geen Exif Data Bestaat"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Bytes"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Zoom In"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Zoom Uit"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Linksom draaien"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Rechtsom draaien"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Horizontaal spiegelen"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Verticaal spiegelen"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Geavanceerde hulpmiddelen"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Vorige afbeelding"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Volgende afbeelding"

View File

@ -1,6 +0,0 @@
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/\1/g
s/ '\([^`']*\)' / \1 /g
s/ '\([^`']*\)'$/ \1/g
s/^'\([^`']*\)' /\1 /g
s/“”/""/g

View File

@ -1,19 +0,0 @@
# Sed script that remove the POT-Creation-Date line in the header entry
# from a POT file.
#
# The distinction between the first and the following occurrences of the
# pattern is achieved by looking at the hold space.
/^"POT-Creation-Date: .*"$/{
x
# Test if the hold space is empty.
s/P/P/
ta
# Yes it was empty. First occurrence. Remove the line.
g
d
bb
:a
# The hold space was nonempty. Following occurrences. Do nothing.
x
:b
}

107
po/ru.po
View File

@ -1,107 +0,0 @@
msgid ""
msgstr ""
"Project-Id-Version: ePhoto\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-06-05 16:55+0000\n"
"Last-Translator: Aron Xu <aronmalache@163.com>\n"
"Language-Team: russian <ru@li.org> <ru@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Увеличить"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Уменьшить"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Повернуть против часовой стрелки"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Повернуть по часовой стрелке"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Отразить по горизонтали"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Отразить по вертикали"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Нет Данных EXIF"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Байт"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f КБ"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f МБ"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f ГБ"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Продвинутые Инструменты"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Предыдущее Изображение"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Следующее Изображение"
#~ msgid "Standard Tools"
#~ msgstr "Стандартные Инструменты"
#~ msgid "Name"
#~ msgstr "Имя"
#~ msgid "Pixels"
#~ msgstr "Точки растра"
#~ msgid "Size"
#~ msgstr "Размер"
#~ msgid "Normal View"
#~ msgstr "Обычный Вид"
#~ msgid "List View"
#~ msgstr "Вид Списком"
#~ msgid "Single View"
#~ msgstr "Одиночный Вид"
#~ msgid "You do not have libexif 0.6.13"
#~ msgstr "У вас нет libexif 0.6.13"
#~ msgid "View Exif Data"
#~ msgstr "Просмотреть Данные EXIF"
#~ msgid "Toggle Fullscreen"
#~ msgstr "Переключить Полноэкранный Режим"
#~ msgid "Start a Slideshow"
#~ msgstr "Начать Показ Слайдов"
#~ msgid "Move to edit view"
#~ msgstr "Двигать для редактирования вида"

View File

@ -1,76 +0,0 @@
# Slovak translation for enlightenment
# Copyright (c) 2009 Free Software Foundation, Inc.
# This file is distributed under the same license as the enlightenment package.
# helix84 <Unknown>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: enlightenment\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-03-24 14:22+0000\n"
"Last-Translator: helix84 <Unknown>\n"
"Language-Team: Slovak <sk@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Neexistujú žiadne EXIF údaje"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f bajtov"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Priblížiť"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Oddialiť"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Otočiť doľava"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Otočiť doprava"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Preklopiť vodorovne"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Preklopiť zvisle"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Pokročilé nástroje"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Predošlý obrázok"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Ďalší obrázok"

171
po/sv.po
View File

@ -1,171 +0,0 @@
# Swedish translations for ephoto package.
# Copyright (C) 2006-2009 THE ephoto'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ephoto package.
# <nisselarsson@home.se>, 2006.
# Swedish <tp-sv@listor.tp-sv.se>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: ephoto 2.15.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-03-07 02:48+0000\n"
"Last-Translator: ersi <Unknown>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "Ingen Exifdata funnen"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f Bytes"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "Zooma in"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "Zooma ur"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "Rotera vänster"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "Rotera höger"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "Vänd horisontellt"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "Vänt vertikalt"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "Advancerade verktyg"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "Föregående bild"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "Nästa bild"
#~ msgid "Albums"
#~ msgstr "Album"
#~ msgid " Location:"
#~ msgstr " Adress"
#~ msgid "Add Album"
#~ msgstr "Lägg till Album"
#~ msgid "Configure Slideshow"
#~ msgstr "Konfigurera Bildspel"
#~ msgid "Exit"
#~ msgstr "Avsluta"
#~ msgid "File"
#~ msgstr "Arkiv"
#~ msgid "Image Viewer"
#~ msgstr "Bild Visare"
#~ msgid "Remove Album"
#~ msgstr "Ta bort Album"
#~ msgid "Slideshow"
#~ msgstr "Bildspel"
#~ msgid "Start Slideshow"
#~ msgstr "Starta Bildspel"
#~ msgid "Viewer"
#~ msgstr "Visare"
#~ msgid "Ephoto Image Viewer"
#~ msgstr "Ephoto Bild Visare"
#~ msgid "In"
#~ msgstr "In"
#~ msgid "Left"
#~ msgstr "Vänster"
#~ msgid "Out"
#~ msgstr "Ut"
#~ msgid "Right"
#~ msgstr "Höger"
#~ msgid "Custom"
#~ msgstr "Annan"
#~ msgid "Ephoto Slideshow"
#~ msgstr "Ephoto Bildspel"
#~ msgid "Fullscreen"
#~ msgstr "Helskärm"
#~ msgid "Height"
#~ msgstr "Höjd"
#~ msgid "Image Size"
#~ msgstr "Bildstorlek"
#~ msgid "Keep Aspect"
#~ msgstr "Behåll Aspekt"
#~ msgid "Loop Slideshow"
#~ msgstr "Upprepa Bildspel"
#~ msgid "Order"
#~ msgstr "Följd"
#~ msgid "Random Order"
#~ msgstr "Slumpmässig Följd"
#~ msgid "Show File Name On Change"
#~ msgstr "Visa filnamn efter byte"
#~ msgid "Slideshow Configuration"
#~ msgstr "Konfigurera Bildspel"
#~ msgid "Transitions"
#~ msgstr "Transitioner"
#~ msgid "Width"
#~ msgstr "Bredd"
#~ msgid "Window Size"
#~ msgstr "Fönsterstorlet"
#~ msgid "Zoom Images to Fill Window"
#~ msgstr "Fyll fönstret"

View File

@ -1,77 +0,0 @@
# translation of ephoto to Simplified Chinese
# This file is put in the public domain.
#
# Aron Xu <aronmalache@163.com>, 2008-2009.
# Careone <zzbusagain@yahoo.com.cn>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: ephoto e17\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-11-23 20:28+0800\n"
"PO-Revision-Date: 2009-07-06 07:19+0000\n"
"Last-Translator: Careone <zzbusagain@yahoo.com.cn>\n"
"Language-Team: Chinese/Simplified <i18n-translation@lists.linux.net.cn>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/ephoto_exif.c:95
msgid "No Exif Data Exists"
msgstr "没有 Exif 数据"
#: src/bin/ephoto_utils.c:10
#, c-format
msgid "%'.0f Bytes"
msgstr "%'.0f 字节"
#: src/bin/ephoto_utils.c:15
#, c-format
msgid "%'.0f KB"
msgstr "%'.0f KB"
#: src/bin/ephoto_utils.c:21
#, c-format
msgid "%'.0f MB"
msgstr "%'.0f MB"
#: src/bin/ephoto_utils.c:26
#, c-format
msgid "%'.1f GB"
msgstr "%'.1f GB"
#: src/bin/ephoto_single_view.c:92
msgid "Zoom In"
msgstr "缩小"
#: src/bin/ephoto_single_view.c:100
msgid "Zoom Out"
msgstr "放大"
#: src/bin/ephoto_single_view.c:108
msgid "Rotate Left"
msgstr "向左旋转"
#: src/bin/ephoto_single_view.c:116
msgid "Rotate Right"
msgstr "向右旋转"
#: src/bin/ephoto_single_view.c:124
msgid "Flip Horizontally"
msgstr "水平翻转"
#: src/bin/ephoto_single_view.c:132
msgid "Flip Vertically"
msgstr "垂直翻转"
#: src/bin/ephoto_single_view.c:140
msgid "Advanced Tools"
msgstr "高级工具"
#: src/bin/ephoto_single_view.c:148
msgid "Previous Image"
msgstr "上张图像"
#: src/bin/ephoto_single_view.c:156
msgid "Next Image"
msgstr "下张图像"

View File

@ -1,5 +0,0 @@
## Process this file with automake to produce Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile
SUBDIRS = bin

View File

@ -1,25 +0,0 @@
## Process this file with automake to produce Makefile.in
MAINTAINERCLEANFILES = *.o ephoto config.h.in config.h Makefile.in Makefile \
stamp-h1
bin_PROGRAMS = ephoto
ephoto_SOURCES = \
ephoto.c \
ephoto_exif.c \
ephoto_fsystem.c \
ephoto_global.c \
ephoto_imaging.c \
ephoto_main.c \
ephoto_normal_view.c \
ephoto_single_view.c \
ephoto_utils.c \
ephoto.h \
ephoto_exif.h \
ephoto_fsystem.h \
ephoto_imaging.h \
ephoto_utils.h
ephoto_CFLAGS= @EWL_CFLAGS@ @EXIF_CFLAGS@ @EFREET_MIME_CFLAGS@ @EPSILON_CFLAGS@ -Wall -g
ephoto_LDADD = @EWL_LIBS@ @EXIF_LIBS@ @EFREET_MIME_LIBS@ @EPSILON_LIBS@

View File

@ -1,90 +0,0 @@
/* src/bin/config.h.in. Generated from configure.ac by autoheader. */
/* Enable Exif Support */
#undef BUILD_EXIF_SUPPORT
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#undef HAVE_DCGETTEXT
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
/* Define if you have the iconv() function. */
#undef HAVE_ICONV
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Name of package */
#undef PACKAGE
/* Installation directory for user executables */
#undef PACKAGE_BIN_DIR
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Shared Data Directory */
#undef PACKAGE_DATA_DIR
/* Installation directory for libraries */
#undef PACKAGE_LIB_DIR
/* Locale-specific data directory */
#undef PACKAGE_LOCALE_DIR
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Source code directory */
#undef PACKAGE_SOURCE_DIR
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
/* Define if using the dmalloc debugging malloc package */
#undef WITH_DMALLOC

View File

@ -1,13 +0,0 @@
#include "ephoto.h"
int main(int argc, char **argv)
{
if (!ewl_init(&argc, argv))
return 1;
create_main_window();
ewl_main();
return 0;
}

View File

@ -1,64 +0,0 @@
#ifndef _EPHOTO_H_
#define _EPHOTO_H_
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include "config.h"
#include <Ecore_Data.h>
#include <Ecore_File.h>
#include <Ewl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
typedef struct _Ephoto Ephoto;
struct _Ephoto {
Ewl_Widget *win;
Ewl_Widget *ewin;
Ewl_Widget *view_box;
Ewl_Widget *normal_vbox;
Ewl_Widget *fbox;
Ewl_Widget *ftree;
Ewl_Widget *single_vbox;
Ewl_Widget *single_image;
Ecore_List *fsystem;
Ecore_List *images;
char *current_directory;
int thumb_size;
};
void ephoto_set_main_window(Ewl_Widget *w);
void ephoto_set_effects_window(Ewl_Widget *w);
void ephoto_set_view_box(Ewl_Widget *w);
void ephoto_set_normal_vbox(Ewl_Widget *w);
void ephoto_set_fbox(Ewl_Widget *w);
void ephoto_set_ftree(Ewl_Widget *w);
void ephoto_set_single_vbox(Ewl_Widget *w);
void ephoto_set_single_image(Ewl_Widget *w);
void ephoto_set_fsystem(Ecore_List *l);
void ephoto_set_images(Ecore_List *l);
void ephoto_set_current_directory(char *dir);
void ephoto_set_thumb_size(int i);
Ewl_Widget *ephoto_get_main_window(void);
Ewl_Widget *ephoto_get_effects_window(void);
Ewl_Widget *ephoto_get_view_box(void);
Ewl_Widget *ephoto_get_normal_vbox(void);
Ewl_Widget *ephoto_get_fbox(void);
Ewl_Widget *ephoto_get_ftree(void);
Ewl_Widget *ephoto_get_single_vbox(void);
Ewl_Widget *ephoto_get_single_image(void);
Ecore_List *ephoto_get_fsystem(void);
Ecore_List *ephoto_get_images(void);
char *ephoto_get_current_directory(void);
int ephoto_get_thumb_size(void);
void create_main_window(void);
void add_normal_view(Ewl_Widget *c);
void add_single_view(Ewl_Widget *c);
void show_normal_view(Ewl_Widget *c, void *event, void *data);
void show_single_view(Ewl_Widget *c, void *event, void *data);
extern Ephoto *em;
#endif

View File

@ -1,68 +0,0 @@
#ifdef BUILD_EXIF_SUPPORT
#include "ephoto_exif.h"
int image_has_exif_data(const char *file) {
const char **args;
ExifData *data;
ExifLoader *loader;
args = calloc(1, sizeof(const char *));
args[0] = file;
loader = exif_loader_new();
exif_loader_write_file(loader, *args);
data = exif_loader_get_data(loader);
if (!data) {
return 0;
}
exif_loader_unref(loader);
exif_data_unref(data);
return 1;
}
Ecore_Hash *get_exif_data(const char *file) {
const char **args, *title;
char value[1024];
unsigned int i, tag;
Ecore_Hash *exif_info;
ExifEntry *entry;
ExifData *data;
ExifLoader *loader;
args = calloc(1, sizeof(const char *));
args[0] = file;
exif_info = ecore_hash_new(ecore_str_hash, ecore_str_compare);
ecore_hash_free_key_cb_set(exif_info, free);
ecore_hash_free_value_cb_set(exif_info, free);
loader = exif_loader_new();
exif_loader_write_file(loader, *args);
data = exif_loader_get_data(loader);
if (!data) {
exif_loader_unref(loader);
return NULL;
}
exif_loader_unref(loader);
for(tag = 0; tag < 0xffff; tag++) {
title = exif_tag_get_title(tag);
for (i = 0; i < EXIF_IFD_COUNT; i++) {
entry = exif_content_get_entry(data->ifd[i], tag);
if (entry) {
exif_entry_ref(entry);
exif_entry_get_value(entry, value, sizeof(value));
ecore_hash_set(exif_info, strdup(title),
strdup(value));
exif_entry_unref(entry);
}
}
}
exif_data_unref(data);
return exif_info;
}
#endif

View File

@ -1,13 +0,0 @@
#ifdef BUILD_EXIF_SUPPORT
#ifndef _EPHOTO_EXIF_H_
#define _EPHOTO_EXIF_H_
#include "ephoto.h"
#include <libexif/exif-data.h>
#include <libexif/exif-loader.h>
int image_has_exif_data(const char *file);
Ecore_Hash *get_exif_data(const char *file);
#endif
#endif

View File

@ -1,178 +0,0 @@
#include "ephoto_fsystem.h"
static Ewl_Widget *add_ftree(Ewl_Widget *c);
static unsigned int highlight_cb(void *data, unsigned int row);
static Ewl_Widget *fsystem_view_constructor(unsigned int column, void *pr_data);
static void fsystem_view_assign(Ewl_Widget *w, void *data, unsigned int row,
unsigned int column, void *pr_data);
static Ewl_Widget *fsystem_header_fetch(void *data, unsigned int row,
void *dat);
static void *fsystem_data_fetch(void *data, unsigned int row,
unsigned int column);
static unsigned int fsystem_data_count(void *data);
static void directory_clicked(Ewl_Widget *w, void *event, void *data);
static void populate_images(Ewl_Widget *w, void *event, void *data);
void add_fsystem(Ewl_Widget *c)
{
Ewl_Widget *ftree;
ftree = add_ftree(c);
ephoto_set_ftree(ftree);
populate_fsystem(NULL, NULL, NULL);
}
static Ewl_Widget *add_ftree(Ewl_Widget *c) {
Ewl_Widget *tree;
Ewl_Model *model;
Ewl_View *view;
model = ewl_model_new();
ewl_model_data_fetch_set(model, fsystem_data_fetch);
ewl_model_data_count_set(model, fsystem_data_count);
ewl_model_data_highlight_set(model, highlight_cb);
view = ewl_view_new();
ewl_view_widget_constructor_set(view, fsystem_view_constructor);
ewl_view_widget_assign_set(view, fsystem_view_assign);
ewl_view_header_fetch_set(view, fsystem_header_fetch);
tree = ewl_tree_new();
ewl_tree_headers_visible_set(EWL_TREE(tree), TRUE);
ewl_tree_fixed_rows_set(EWL_TREE(tree), TRUE);
ewl_tree_column_count_set(EWL_TREE(tree), 1);
ewl_mvc_model_set(EWL_MVC(tree), model);
ewl_mvc_view_set(EWL_MVC(tree), view);
ewl_mvc_selection_mode_set(EWL_MVC(tree), EWL_SELECTION_MODE_SINGLE);
ewl_object_fill_policy_set(EWL_OBJECT(tree), EWL_FLAG_FILL_FILL);
ewl_container_child_prepend(EWL_CONTAINER(c), tree);
ewl_widget_show(tree);
ewl_paned_initial_size_set(EWL_PANED(c), tree, 190);
ewl_paned_fixed_size_set(EWL_PANED(c), tree, 190);
return tree;
}
static unsigned int highlight_cb(void *data, unsigned int row) {
return 0;
}
static Ewl_Widget *fsystem_view_constructor(unsigned int column, void *pr_data) {
Ewl_Widget *icon;
icon = ewl_icon_simple_new();
return icon;
}
static void fsystem_view_assign(Ewl_Widget *w, void *data, unsigned int row,
unsigned int column, void *pr_data) {
Ewl_Widget *icon;
char *directory;
icon = w;
directory = (char *)data;
ewl_icon_label_set(EWL_ICON(icon), basename(directory));
ewl_icon_constrain_set(EWL_ICON(icon), 25);
ewl_box_orientation_set(EWL_BOX(icon), EWL_ORIENTATION_HORIZONTAL);
ewl_object_alignment_set(EWL_OBJECT(icon), EWL_FLAG_ALIGN_LEFT);
ewl_object_fill_policy_set(EWL_OBJECT(icon), EWL_FLAG_FILL_ALL);
ewl_callback_append(icon, EWL_CALLBACK_CLICKED,
directory_clicked, NULL);
if (!strncmp(directory, "..", 2)) {
ewl_widget_name_set(icon,
dirname(ephoto_get_current_directory()));
ewl_icon_image_set(EWL_ICON(icon),
PACKAGE_DATA_DIR "/images/go-up.png",
NULL);
}
else {
ewl_widget_name_set(icon, directory);
ewl_icon_image_set(EWL_ICON(icon),
PACKAGE_DATA_DIR "/images/folder.png",
NULL);
}
ewl_widget_show(icon);
}
static Ewl_Widget *fsystem_header_fetch(void *data, unsigned int column,
void *dat) {
Ewl_Widget *label;
label = ewl_label_new();
ewl_label_text_set(EWL_LABEL(label), "File System");
ewl_widget_show(label);
return label;
}
static void *fsystem_data_fetch(void *data, unsigned int row,
unsigned int column) {
const char *directory;
void *val = NULL;
directory = (char *)ecore_list_index_goto(ephoto_get_fsystem(), row);
if (directory)
val = (void *)directory;
return val;
}
static unsigned int fsystem_data_count(void *data) {
int val;
val = ecore_list_count(ephoto_get_fsystem());
return val;
}
static void directory_clicked(Ewl_Widget *w, void *event, void *data) {
char *dir_clicked, *path;
dir_clicked = (char *)ewl_widget_name_get(w);
if (!strcmp(dir_clicked, ".."))
path = dirname(ephoto_get_current_directory());
else
path = dir_clicked;
ephoto_set_current_directory(strdup(path));
populate_fsystem(NULL, NULL, NULL);
}
void populate_fsystem(Ewl_Widget *w, void *event, void *data) {
char *directory;
Ecore_List *fsystem;
directory = NULL;
if (w) {
directory = (char *)ewl_widget_name_get(w);
ephoto_set_current_directory(strdup(directory));
}
if (!ecore_list_empty_is(ephoto_get_fsystem()))
ecore_list_destroy(ephoto_get_fsystem());
fsystem = ecore_list_new();
fsystem = get_directories(ephoto_get_current_directory());
ecore_list_first_goto(fsystem);
ewl_mvc_data_set(EWL_MVC(ephoto_get_ftree()), fsystem);
ephoto_set_fsystem(fsystem);
populate_images(NULL, NULL, NULL);
return;
}
static void populate_images(Ewl_Widget *w, void *event, void *data) {
Ecore_List *images;
if (!ecore_dlist_empty_is(ephoto_get_images()))
ecore_dlist_destroy(ephoto_get_images());
images = ecore_dlist_new();
images = get_images(ephoto_get_current_directory());
ecore_dlist_first_goto(images);
ewl_mvc_data_set(EWL_MVC(ephoto_get_fbox()), images);
ephoto_set_images(images);
return;
}

View File

@ -1,11 +0,0 @@
#ifndef _EPHOTO_FSYSTEM_H_
#define _EPHOTO_FSYSTEM_H_
#include "ephoto_utils.h"
#include "ephoto.h"
#include <libgen.h>
void add_fsystem(Ewl_Widget *c);
void populate_fsystem(Ewl_Widget *c, void *event, void *data);
#endif

View File

@ -1,98 +0,0 @@
#include "ephoto.h"
void ephoto_set_main_window(Ewl_Widget *w) {
em->win = w;
}
Ewl_Widget *ephoto_get_main_window(void) {
return em->win;
}
void ephoto_set_effects_window(Ewl_Widget *w) {
em->ewin = w;
}
Ewl_Widget *ephoto_get_effects_window(void) {
return em->ewin;
}
void ephoto_set_view_box(Ewl_Widget *w) {
em->view_box = w;
}
Ewl_Widget *ephoto_get_view_box(void) {
return em->view_box;
}
void ephoto_set_normal_vbox(Ewl_Widget *w) {
em->normal_vbox = w;
}
Ewl_Widget *ephoto_get_normal_vbox(void) {
return em->normal_vbox;
}
void ephoto_set_fbox(Ewl_Widget *w) {
em->fbox = w;
}
Ewl_Widget *ephoto_get_fbox(void) {
return em->fbox;
}
void ephoto_set_ftree(Ewl_Widget *w) {
em->ftree = w;
}
Ewl_Widget *ephoto_get_ftree(void) {
return em->ftree;
}
void ephoto_set_single_vbox(Ewl_Widget *w) {
em->single_vbox = w;
}
Ewl_Widget *ephoto_get_single_vbox(void) {
return em->single_vbox;
}
void ephoto_set_single_image(Ewl_Widget *w) {
em->single_image = w;
}
Ewl_Widget *ephoto_get_single_image(void) {
return em->single_image;
}
void ephoto_set_fsystem(Ecore_List *l) {
em->fsystem = l;
}
Ecore_List *ephoto_get_fsystem(void) {
return em->fsystem;
}
void ephoto_set_images(Ecore_List *l) {
em->images = l;
}
Ecore_List *ephoto_get_images(void) {
return em->images;
}
void ephoto_set_current_directory(char *dir) {
em->current_directory = dir;
}
char *ephoto_get_current_directory(void) {
return em->current_directory;
}
void ephoto_set_thumb_size(int i) {
em->thumb_size = i;
}
int ephoto_get_thumb_size(void) {
return em->thumb_size;
}

View File

@ -1,343 +0,0 @@
#include "ephoto.h"
#include "ephoto_imaging.h"
unsigned int *rotate_left(Ewl_Widget *image) {
unsigned int *im_data, *im_data_new;
int index, ind, i, j, ni, nj, ew, eh, nw, nh;
im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE);
evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh);
index = 0;
im_data_new = malloc(sizeof(unsigned int) * ew * eh);
nw = eh;
nh = ew;
for (i = 0; i < nh; i++) {
for (j = 0; j < nw; j++) {
ni = j;
nj = nh - i - 1;
ind = ni * nh + nj;
im_data_new[index] = im_data[ind];
index++;
}
}
return im_data_new;
}
unsigned int *rotate_right(Ewl_Widget *image) {
unsigned int *im_data, *im_data_new;
int index, ind, i, j, ni, nj, ew, eh, nw, nh;
im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE);
evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh);
index = 0;
im_data_new = malloc(sizeof(unsigned int) * ew * eh);
nw = eh;
nh = ew;
for (i = 0; i < nh; i++) {
for (j = 0; j < nw; j++) {
ni = nw - j - 1;
nj = i;
ind = ni * nh + nj;
im_data_new[index] = im_data[ind];
index++;
}
}
return im_data_new;
}
unsigned int *flip_horizontal(Ewl_Widget *image) {
unsigned int *im_data, *im_data_new;
int index, ind, i, j, ni, nj, ew, eh;
im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE);
evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh);
index = 0;
im_data_new = malloc(sizeof(unsigned int) * ew * eh);
for (i = 0; i < eh; i ++) {
for (j = 0; j < ew; j++) {
ni = i;
nj = ew - j - 1;
ind = ni * ew + nj;
im_data_new[index] = im_data[ind];
index++;
}
}
return im_data_new;
}
unsigned int *flip_vertical(Ewl_Widget *image) {
unsigned int *im_data, *im_data_new;
int index, ind, i, j, ni, nj, ew, eh;
im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE);
evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh);
index = 0;
im_data_new = malloc(sizeof(unsigned int) * ew * eh);
for (i = 0; i < eh; i++) {
for (j = 0; j < ew; j++) {
ni = eh - i - 1;
nj = j;
ind = ni * ew + nj;
im_data_new[index] = im_data[ind];
index++;
}
}
return im_data_new;
}
unsigned int *blur_image(Ewl_Widget *image) {
unsigned int *im_data, *im_data_new, *p1, *p2;
int rad = 2;
int x, y, w, h, mx, my, mw, mh, mt, xx, yy;
int a, r, g, b;
int *as, *rs, *gs, *bs;
im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE);
evas_object_image_size_get(EWL_IMAGE(image)->image, &w, &h);
im_data_new = malloc(sizeof(unsigned int) * w * h);
as = malloc(sizeof(int) * w);
rs = malloc(sizeof(int) * w);
gs = malloc(sizeof(int) * w);
bs = malloc(sizeof(int) * w);
for (y = 0; y < h; y++) {
my = y - rad;
mh = (rad << 1) + 1;
if (my < 0) {
mh += my;
my = 0;
}
if ((my + mh) > h) {
mh = h - my;
}
p1 = im_data_new + (y * w);
memset(as, 0, w * sizeof(int));
memset(rs, 0, w * sizeof(int));
memset(gs, 0, w * sizeof(int));
memset(bs, 0, w * sizeof(int));
for (yy = 0; yy < mh; yy++) {
p2 = im_data + ((yy + my) * w);
for (x = 0; x < w; x++) {
as[x] += (*p2 >> 24) & 0xff;
rs[x] += (*p2 >> 16) & 0xff;
gs[x] += (*p2 >> 8) & 0xff;
bs[x] += *p2 & 0xff;
p2++;
}
}
if (w > ((rad << 1) + 1)) {
for (x = 0; x < w; x++) {
a = 0;
r = 0;
g = 0;
b = 0;
mx = x - rad;
mw = (rad << 1) + 1;
if (mx < 0) {
mw += mx;
mx = 0;
}
if ((mx + mw) > w) {
mw = w - mx;
}
mt = mw * mh;
for (xx = mx; xx < (mw + mx); xx++) {
a += as[xx];
r += rs[xx];
g += gs[xx];
b += bs[xx];
}
a = a / mt;
r = r / mt;
g = g / mt;
b = b / mt;
*p1 = (a << 24) | (r << 16) | (g << 8) | b;
p1 ++;
}
}
}
free(as);
free(rs);
free(gs);
free(bs);
return im_data_new;
}
unsigned int *sharpen_image(Ewl_Widget *image) {
unsigned int *im_data, *im_data_new, *p1, *p2;
int a, r, g, b, x, y, w, h;
int mul, mul2, tot;
int rad = 2;
im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE);
evas_object_image_size_get(EWL_IMAGE(image)->image, &w, &h);
im_data_new = malloc(sizeof(unsigned int) * w * h);
mul = (rad * 4) + 1;
mul2 = rad;
tot = mul - (mul2 * 4);
for (y = 1; y < (h - 1); y ++) {
p1 = im_data + 1 + (y * w);
p2 = im_data_new + 1 + (y * w);
for (x = 1; x < (w - 1); x++) {
b = (int)((p1[0]) & 0xff) * 5;
g = (int)((p1[0] >> 8) & 0xff) * 5;
r = (int)((p1[0] >> 16) & 0xff) * 5;
a = (int)((p1[0] >> 24) & 0xff) * 5;
b -= (int)((p1[-1]) & 0xff);
g -= (int)((p1[-1] >> 8) & 0xff);
r -= (int)((p1[-1] >> 16) & 0xff);
a -= (int)((p1[-1] >> 24) & 0xff);
b -= (int)((p1[1]) & 0xff);
g -= (int)((p1[1] >> 8) & 0xff);
r -= (int)((p1[1] >> 16) & 0xff);
a -= (int)((p1[1] >> 24) & 0xff);
b -= (int)((p1[-w]) & 0xff);
g -= (int)((p1[-w] >> 8) & 0xff);
r -= (int)((p1[-w] >> 16) & 0xff);
a -= (int)((p1[-w] >> 24) & 0xff);
b -= (int)((p1[-w]) & 0xff);
g -= (int)((p1[-w] >> 8) & 0xff);
r -= (int)((p1[-w] >> 16) & 0xff);
a -= (int)((p1[-w] >> 24) & 0xff);
a = (a & ((~a) >> 16));
a = ((a | ((a & 256) - ((a & 256) >> 8))));
r = (r & ((~r) >> 16));
r = ((r | ((r & 256) - ((r & 256) >> 8))));
g = (g & ((~g) >> 16));
g = ((g | ((g & 256) - ((g & 256) >> 8))));
b = (b & ((~b) >> 16));
b = ((b | ((b & 256) - ((b & 256) >> 8))));
*p2 = (a << 24) | (r << 16) | (g << 8) | b;
p2++;
p1++;
}
}
return im_data_new;
}
unsigned int *grayscale_image(Ewl_Widget *image) {
unsigned int *im_data, *im_data_new;
int gray, i, r, g, b, a, ew, eh;
im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE);
evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh);
im_data_new = malloc(sizeof(unsigned int) * ew * eh);
for (i = 0; i < (ew * eh); i++) {
b = (int)((im_data[i]) & 0xff);
g = (int)((im_data[i] >> 8) & 0xff);
r = (int)((im_data[i] >> 16) & 0xff);
a = (int)((im_data[i] >> 24) & 0xff);
if (a > 0 && a < 255) {
b = b * (255 / a);
g = g * (255 / a);
r = r * (255 / a);
}
gray = (int)((0.3 * r) + (0.59 * g) + (0.11 * b));
if (a >= 0 && a < 255) gray = (gray * a) / 255;
im_data_new[i] = (a << 24) | (gray << 16) | (gray << 8) | gray;
}
return im_data_new;
}
unsigned int *sepia_image(Ewl_Widget *image) {
unsigned int *im_data, *im_data_new;
int i, r, rr, g, gg, b, bb, a, ew, eh;
im_data = evas_object_image_data_get(EWL_IMAGE(image)->image, FALSE);
evas_object_image_size_get(EWL_IMAGE(image)->image, &ew, &eh);
im_data_new = malloc(sizeof(unsigned int) * ew * eh);
for (i = 0; i < (ew * eh); i++) {
b = (int)((im_data[i]) & 0xff);
g = (int)((im_data[i] >> 8) & 0xff);
r = (int)((im_data[i] >> 16) & 0xff);
a = (int)((im_data[i] >> 24) & 0xff);
if (a > 0 && a < 255) {
b = b * (255 / a);
g = g * (255 / a);
r = r * (255 / a);
}
rr = (int)(((r + g + b)/3)+30);
if (rr < 0) rr = 0;
if (rr > 255) rr = 255;
gg = (int)(((r + g + b)/3)+10);
if (gg < 0) gg = 0;
if (gg > 255) gg = 255;
bb = (int)(((r + g + b)/3)+2);
if (bb < 0) bb = 0;
if (bb > 255) bb = 255;
if (a >= 0 && a < 255) {
rr = (rr * a) / 255;
gg = (gg * a) / 255;
bb = (bb * a) / 255;
}
im_data_new[i] = (a << 24) | (rr << 16) | (gg << 8) | bb;
}
return im_data_new;
}
void update_image(Ewl_Widget *image, int w, int h,
unsigned int *data) {
if (!w || !h)
return;
if (data) {
evas_object_image_size_set(EWL_IMAGE(image)->image, w, h);
evas_object_image_data_set(EWL_IMAGE(image)->image, data);
evas_object_image_data_update_add(EWL_IMAGE(image)->image, 0, 0,
w, h);
}
else {
ewl_image_size_set(EWL_IMAGE(image), w, h);
ewl_widget_configure(image);
}
}

View File

@ -1,19 +0,0 @@
#ifndef _EPHOTO_IMAGING_H_
#define _EPHOTO_IMAGING_H_
#include <Evas.h>
#include <stdio.h>
#include <stdlib.h>
unsigned int *rotate_left(Ewl_Widget *image);
unsigned int *rotate_right(Ewl_Widget *image);
unsigned int *flip_horizontal(Ewl_Widget *image);
unsigned int *flip_vertical(Ewl_Widget *image);
unsigned int *blur_image(Ewl_Widget *image);
unsigned int *sharpen_image(Ewl_Widget *image);
unsigned int *grayscale_image(Ewl_Widget *image);
unsigned int *sepia_image(Ewl_Widget *image);
void update_image(Ewl_Widget *image, int w, int h,
unsigned int *data);
#endif

Some files were not shown because too many files have changed in this diff Show More