From 560f86f2077b62d6a5290360b8c7e39011ecdb7e Mon Sep 17 00:00:00 2001 From: titan Date: Mon, 16 Feb 2009 03:22:23 +0000 Subject: [PATCH] Remove the old ephoto in order to get ready for some rewriting to take its place SVN revision: 39033 --- ABOUT-NLS | 625 -------------------------- AUTHORS | 9 - COPYING | 28 -- COPYING.icons | 67 --- ChangeLog | 3 - INSTALL | 236 ---------- Makefile.am | 18 - NEWS | 9 - README | 11 - TODO | 26 -- autogen.sh | 29 -- configure.ac | 203 --------- data/.cvsignore | 2 - data/Makefile.am | 3 - data/images/.cvsignore | 2 - data/images/Makefile.am | 39 -- data/images/add.png | Bin 626 -> 0 bytes data/images/black.png | Bin 168 -> 0 bytes data/images/camera-photo.png | Bin 1940 -> 0 bytes data/images/dialog-close.png | Bin 1268 -> 0 bytes data/images/edit_view.png | Bin 1053 -> 0 bytes data/images/emblem-favorite.png | Bin 1582 -> 0 bytes data/images/emblem-photos.png | Bin 1689 -> 0 bytes data/images/exit.png | Bin 1693 -> 0 bytes data/images/folder.png | Bin 1029 -> 0 bytes data/images/get_exif.png | Bin 1439 -> 0 bytes data/images/go-down.png | Bin 1199 -> 0 bytes data/images/go-home.png | Bin 1798 -> 0 bytes data/images/go-next.png | Bin 1242 -> 0 bytes data/images/go-previous.png | Bin 1200 -> 0 bytes data/images/go-up.png | Bin 1193 -> 0 bytes data/images/image.png | Bin 1199 -> 0 bytes data/images/in.png | Bin 2358 -> 0 bytes data/images/list_view.png | Bin 1413 -> 0 bytes data/images/media-seek-backward.png | Bin 1112 -> 0 bytes data/images/media-seek-forward.png | Bin 1245 -> 0 bytes data/images/normal_view.png | Bin 1019 -> 0 bytes data/images/out.png | Bin 2249 -> 0 bytes data/images/photo_lens.png | Bin 37239 -> 0 bytes data/images/preferences-system.png | Bin 2129 -> 0 bytes data/images/redo.png | Bin 1502 -> 0 bytes data/images/remove.png | Bin 317 -> 0 bytes data/images/search.png | Bin 2215 -> 0 bytes data/images/stock_fullscreen.png | Bin 1242 -> 0 bytes data/images/stock_help.png | Bin 2231 -> 0 bytes data/images/stock_save-as.png | Bin 1862 -> 0 bytes data/images/stock_save.png | Bin 2001 -> 0 bytes data/images/undo.png | Bin 1601 -> 0 bytes data/images/x-office-presentation.png | Bin 1350 -> 0 bytes data/other/Makefile.am | 10 - data/other/ephoto.desktop.in | 12 - data/other/ephoto.png | Bin 7833 -> 0 bytes data/themes/.cvsignore | 2 - data/themes/Makefile.am | 3 - data/themes/ephoto/.cvsignore | 3 - data/themes/ephoto/bits/.cvsignore | 2 - data/themes/ephoto/fonts/.cvsignore | 2 - data/themes/ephoto/images/.cvsignore | 2 - debian/changelog | 12 - debian/compat | 1 - debian/control | 15 - debian/copyright | 40 -- debian/rules | 10 - ephoto.spec.in | 44 -- m4/codeset.m4 | 23 - m4/gettext.m4 | 415 ----------------- m4/glibc21.m4 | 32 -- m4/iconv.m4 | 103 ----- m4/intdiv0.m4 | 72 --- m4/inttypes-pri.m4 | 32 -- m4/inttypes.m4 | 27 -- m4/inttypes_h.m4 | 28 -- m4/isc-posix.m4 | 26 -- m4/lcmessage.m4 | 32 -- m4/lib-ld.m4 | 110 ----- m4/lib-link.m4 | 551 ----------------------- m4/lib-prefix.m4 | 155 ------- m4/nls.m4 | 49 -- m4/po.m4 | 197 -------- m4/progtest.m4 | 91 ---- m4/stdint_h.m4 | 28 -- m4/uintmax_t.m4 | 32 -- m4/ulonglong.m4 | 23 - po/.cvsignore | 12 - po/Makefile.am | 28 -- po/Makefile.in.in | 353 --------------- po/cs.po | 114 ----- po/de.po | 289 ------------ po/el.po | 80 ---- po/eo.po | 116 ----- po/es.po | 76 ---- po/fr.po | 166 ------- po/hu.po | 113 ----- po/it.po | 75 ---- po/ru.po | 109 ----- po/sv.po | 170 ------- po/zh_CN.po | 77 ---- src/.cvsignore | 2 - src/Makefile.am | 5 - src/bin/.cvsignore | 8 - src/bin/Makefile.am | 30 -- src/bin/ephoto.c | 55 --- src/bin/ephoto.h | 176 -------- src/bin/ephoto_albums.c | 185 -------- src/bin/ephoto_database.c | 143 ------ src/bin/ephoto_dialogs.c | 72 --- src/bin/ephoto_exif.c | 149 ------ src/bin/ephoto_fsystem.c | 169 ------- src/bin/ephoto_gui.c | 199 -------- src/bin/ephoto_imaging.c | 381 ---------------- src/bin/ephoto_import.c | 95 ---- src/bin/ephoto_main.c | 70 --- src/bin/ephoto_nls.c | 17 - src/bin/ephoto_normal_view.c | 170 ------- src/bin/ephoto_simple.c | 252 ----------- src/bin/ephoto_single_view.c | 494 -------------------- src/bin/ephoto_slideshow.c | 79 ---- src/bin/ephoto_utils.c | 145 ------ 118 files changed, 8168 deletions(-) delete mode 100644 ABOUT-NLS delete mode 100644 AUTHORS delete mode 100644 COPYING delete mode 100644 COPYING.icons delete mode 100644 ChangeLog delete mode 100644 INSTALL delete mode 100644 Makefile.am delete mode 100644 NEWS delete mode 100644 README delete mode 100644 TODO delete mode 100755 autogen.sh delete mode 100644 configure.ac delete mode 100644 data/.cvsignore delete mode 100644 data/Makefile.am delete mode 100644 data/images/.cvsignore delete mode 100644 data/images/Makefile.am delete mode 100644 data/images/add.png delete mode 100644 data/images/black.png delete mode 100644 data/images/camera-photo.png delete mode 100644 data/images/dialog-close.png delete mode 100644 data/images/edit_view.png delete mode 100644 data/images/emblem-favorite.png delete mode 100644 data/images/emblem-photos.png delete mode 100644 data/images/exit.png delete mode 100644 data/images/folder.png delete mode 100644 data/images/get_exif.png delete mode 100644 data/images/go-down.png delete mode 100644 data/images/go-home.png delete mode 100644 data/images/go-next.png delete mode 100644 data/images/go-previous.png delete mode 100644 data/images/go-up.png delete mode 100644 data/images/image.png delete mode 100644 data/images/in.png delete mode 100644 data/images/list_view.png delete mode 100644 data/images/media-seek-backward.png delete mode 100644 data/images/media-seek-forward.png delete mode 100644 data/images/normal_view.png delete mode 100644 data/images/out.png delete mode 100644 data/images/photo_lens.png delete mode 100644 data/images/preferences-system.png delete mode 100644 data/images/redo.png delete mode 100644 data/images/remove.png delete mode 100644 data/images/search.png delete mode 100644 data/images/stock_fullscreen.png delete mode 100644 data/images/stock_help.png delete mode 100644 data/images/stock_save-as.png delete mode 100644 data/images/stock_save.png delete mode 100644 data/images/undo.png delete mode 100644 data/images/x-office-presentation.png delete mode 100644 data/other/Makefile.am delete mode 100755 data/other/ephoto.desktop.in delete mode 100755 data/other/ephoto.png delete mode 100644 data/themes/.cvsignore delete mode 100644 data/themes/Makefile.am delete mode 100644 data/themes/ephoto/.cvsignore delete mode 100644 data/themes/ephoto/bits/.cvsignore delete mode 100644 data/themes/ephoto/fonts/.cvsignore delete mode 100644 data/themes/ephoto/images/.cvsignore delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules delete mode 100644 ephoto.spec.in delete mode 100644 m4/codeset.m4 delete mode 100644 m4/gettext.m4 delete mode 100644 m4/glibc21.m4 delete mode 100644 m4/iconv.m4 delete mode 100644 m4/intdiv0.m4 delete mode 100644 m4/inttypes-pri.m4 delete mode 100644 m4/inttypes.m4 delete mode 100644 m4/inttypes_h.m4 delete mode 100644 m4/isc-posix.m4 delete mode 100644 m4/lcmessage.m4 delete mode 100644 m4/lib-ld.m4 delete mode 100644 m4/lib-link.m4 delete mode 100644 m4/lib-prefix.m4 delete mode 100644 m4/nls.m4 delete mode 100644 m4/po.m4 delete mode 100644 m4/progtest.m4 delete mode 100644 m4/stdint_h.m4 delete mode 100644 m4/uintmax_t.m4 delete mode 100644 m4/ulonglong.m4 delete mode 100644 po/.cvsignore delete mode 100644 po/Makefile.am delete mode 100644 po/Makefile.in.in delete mode 100644 po/cs.po delete mode 100644 po/de.po delete mode 100644 po/el.po delete mode 100644 po/eo.po delete mode 100644 po/es.po delete mode 100644 po/fr.po delete mode 100644 po/hu.po delete mode 100644 po/it.po delete mode 100644 po/ru.po delete mode 100644 po/sv.po delete mode 100644 po/zh_CN.po delete mode 100644 src/.cvsignore delete mode 100644 src/Makefile.am delete mode 100644 src/bin/.cvsignore delete mode 100644 src/bin/Makefile.am delete mode 100644 src/bin/ephoto.c delete mode 100644 src/bin/ephoto.h delete mode 100755 src/bin/ephoto_albums.c delete mode 100644 src/bin/ephoto_database.c delete mode 100644 src/bin/ephoto_dialogs.c delete mode 100644 src/bin/ephoto_exif.c delete mode 100755 src/bin/ephoto_fsystem.c delete mode 100644 src/bin/ephoto_gui.c delete mode 100644 src/bin/ephoto_imaging.c delete mode 100755 src/bin/ephoto_import.c delete mode 100644 src/bin/ephoto_main.c delete mode 100644 src/bin/ephoto_nls.c delete mode 100644 src/bin/ephoto_normal_view.c delete mode 100644 src/bin/ephoto_simple.c delete mode 100644 src/bin/ephoto_single_view.c delete mode 100644 src/bin/ephoto_slideshow.c delete mode 100644 src/bin/ephoto_utils.c diff --git a/ABOUT-NLS b/ABOUT-NLS deleted file mode 100644 index 47d5e39..0000000 --- a/ABOUT-NLS +++ /dev/null @@ -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. - diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index d9f81a5..0000000 --- a/AUTHORS +++ /dev/null @@ -1,9 +0,0 @@ - ________ ________ ___ ___ ________ ________ ________ - / _____/ / __ / / / / / / __ / /__ ___/ / __ / - / /____ / /_/ / / /_/ / / / / / / / / / / / - / _____/ / _____/ / __ / / / / / / / / / / / -/ /_____ / / / / / / / /_/ / / / / /_/ / -________/ /__/ /__/ /__/ /_______/ /_/ /_______/ - -===Project Manager/Lead Developer=== -Stephen "okra" Houston diff --git a/COPYING b/COPYING deleted file mode 100644 index 05d62d2..0000000 --- a/COPYING +++ /dev/null @@ -1,28 +0,0 @@ -Icons from the tango project (http://tango.freedesktop.org) -For information see COPYING.icons - -Copyright (c) <2006>, -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. diff --git a/COPYING.icons b/COPYING.icons deleted file mode 100644 index e709d0c..0000000 --- a/COPYING.icons +++ /dev/null @@ -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/. diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 31248ef..0000000 --- a/ChangeLog +++ /dev/null @@ -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. diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 89b3702..0000000 --- a/INSTALL +++ /dev/null @@ -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. - diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 957e186..0000000 --- a/Makefile.am +++ /dev/null @@ -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 diff --git a/NEWS b/NEWS deleted file mode 100644 index 1b1433d..0000000 --- a/NEWS +++ /dev/null @@ -1,9 +0,0 @@ - ________ ________ ___ ___ ________ ________ ________ - / _____/ / __ / / / / / / __ / /__ ___/ / __ / - / /____ / /_/ / / /_/ / / / / / / / / / / / - / _____/ / _____/ / __ / / / / / / / / / / / -/ /_____ / / / / / / / /_/ / / / / /_/ / -________/ /__/ /__/ /__/ /_______/ /_/ /_______/ - - -New ephoto has been added to e17/apps/ephoto in cvs! diff --git a/README b/README deleted file mode 100644 index 45b8897..0000000 --- a/README +++ /dev/null @@ -1,11 +0,0 @@ - ________ ________ ___ ___ ________ ________ ________ - / _____/ / __ / / / / / / __ / /__ ___/ / __ / - / /____ / /_/ / / /_/ / / / / / / / / / / / - / _____/ / _____/ / __ / / / / / / / / / / / -/ /_____ / / / / / / / /_/ / / / / /_/ / -________/ /__/ /__/ /__/ /_______/ /_/ /_______/ - - -Ephoto Image Viewer/Editor/Manipulator/Slideshow creator. - -Icons belong to the tango project (http://tango.freedesktop.org) diff --git a/TODO b/TODO deleted file mode 100644 index 0a6f64d..0000000 --- a/TODO +++ /dev/null @@ -1,26 +0,0 @@ - ________ ________ ___ ___ ________ ________ ________ - / _____/ / __ / / / / / / __ / /__ ___/ / __ / - / /____ / /_/ / / /_/ / / / / / / / / / / / - / _____/ / _____/ / __ / / / / / / / / / / / -/ /_____ / / / / / / / /_/ / / / / /_/ / -________/ /__/ /__/ /__/ /_______/ /_/ /_______/ - - -TODO- -===Command Line=== -Get some command line options going! -===General=== -Album/Image Removal -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..). -Better Saving Ability(This will include looking into editing and saving exif data). -Should we list navigation for other images better?(than using buttons with arrows) -===Slideshow=== -Need to Add Configuration to Slideshows.. - diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 0e5e6ed..0000000 --- a/autogen.sh +++ /dev/null @@ -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 - diff --git a/configure.ac b/configure.ac deleted file mode 100644 index e50c276..0000000 --- a/configure.ac +++ /dev/null @@ -1,203 +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, 3.15.0) -AM_CONFIG_HEADER(src/bin/config.h) - -AC_ISC_POSIX -AC_PROG_CC -AM_PROG_CC_STDC -AC_HEADER_STDC -AC_C_CONST -AM_ENABLE_SHARED -AM_PROG_LIBTOOL - -AM_WITH_DMALLOC - -dnl Add the languages which your application supports here. -ALL_LINGUAS="cs de el eo fr hu it sv ru" -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 diff --git a/data/.cvsignore b/data/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/data/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index c0e1e3b..0000000 --- a/data/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in Makefile - -SUBDIRS = images other diff --git a/data/images/.cvsignore b/data/images/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/data/images/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/data/images/Makefile.am b/data/images/Makefile.am deleted file mode 100644 index e892a42..0000000 --- a/data/images/Makefile.am +++ /dev/null @@ -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) - diff --git a/data/images/add.png b/data/images/add.png deleted file mode 100644 index 17a96b64a24e0c9d80af4556c0ce9361f472e2ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 626 zcmV-&0*(ENP)oXe9_1f?^e`l!EvtSZHgAHlqK5Sl9?+B`9bUn=33V zZNyGQP%vPy5DOEL2%0;aTyDP4V)wl}?}xeD7m~soSl%-GcITUKc4h~d$V4V`z~aW; zu&`90b!z<@wD$JV<+0DJ#GuZq>Gs|0=d*6zje9Sm7)Z*{x3=EE+Ipi@2$F-o1A791 zir-r)Wm$j#P~0B?r?1s#seIPldp|t5^m8l#XRoaE5u3DkS_U{I zE)|3Oa773X5gUWfGO9K#<^RdR{hJqhRa1G)33=lHNa6PKIZ&uc9*s$m07UO@9%5s`5q(RJM6kQ38Dq?M>eJjPT_4`Ls0LU4TqM!F<#D6NG z24u~R)vS+!P9?4Z$N*FUq@w`ZEep~BAkF8k=H?WF;S)!vVItIFAOm1wuxB0xKz;Kh z6{&3H`I}KYEmyWBbAg5K;Rb{+f1lXpHG7;W-xKb#uS91sk^fcx0P{=_=17R!SO5S3 M07*qoM6N<$g0z?yr2qf` diff --git a/data/images/black.png b/data/images/black.png deleted file mode 100644 index 4ac25e178791f7af45ca60c2c93a69bcfc4a002f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx1SBVv2j2ryY)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmP`8<(gS`-u;$9|MJCOI#yLobz*YQ}ap~oQqNuOHxx5 z$}>wc6hbmm72G|21Ky{o<^dJ*c)B=-a9mGLNJs$kSQr@9P1HedV(@hJb6Mw<&;$V4 CLMdzj diff --git a/data/images/camera-photo.png b/data/images/camera-photo.png deleted file mode 100644 index 7398889c199cb24c432645a0e7372daa14cd067d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1940 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 diff --git a/data/images/emblem-photos.png b/data/images/emblem-photos.png deleted file mode 100644 index 942c6264ff86efb8747c6e3e6a27ae68a748b1bb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1689 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 diff --git a/data/images/folder.png b/data/images/folder.png deleted file mode 100644 index 2a4e4c529bdc73f37ce8113b2b39a7fe75c083c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1029 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 diff --git a/data/images/go-next.png b/data/images/go-next.png deleted file mode 100644 index a48fb523f9313d1dd9f6fe363331c888fe5971f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1242 zcmV<01SR{4P)IQwxfImoDchDhn+M%lbo#G9xGqLYKHAy4lpWz1!aV<9VL`c<(!3hx_3K|Js3b&%?d< zob!Fo`99}?e(9G!O3^~sPA+ktyVf}BTAas?xMOW`iMs@lzQ%C+>UeXJTJqs*-@3_E z)5A=to>cIZ*?jgl!s}WArG%Nqa|g_N^o?nWHg9j?yNtfB00QlEq+us_PbljuD>h*Xs1NPPuE1`kqizwlAs&_N^0iWWF?dK*K!VmLy3x1N^7r*D17 z{<=~E?PINBcYW4h$8_|6N@WI>_IF5%xAtDF@85?^laryJ) zkA%j@7>&h{n=_2@!ycfla#L#ek!`zDDwQXwN}LWAkt{HmN@0w_ zSc|cm#@17`q|WomgVP5L%^Okt^Un2u6)sXw?Ec(8c2ykERuk%g&;&##AT&OqPOl>Z zGyx{IS^~8AXwu(X{PR?v+`^dAx4JJ)n>Tu(ms2%mq5I@j0kGDjlj(p^`-H}ilf)_^ zkpyT7F%qKjNrsJFNY!z!^#o^|tJ!gE9f6aSS7*GFn>V;%^OQy2{9d=f7)@jX1cg!x zSDZ9nrQ-ez+D5bn7ims4(iXO0w8m(grO@zqEw>j;;^pb{5}V7{d`!u)sTE73XL z8lSeH8ArKzo=0RXHquxf5m_JKBnfmIR?<9BE-^dvbqY4rOuvioC92n^3Gx4V9sX0*{l~ zEMRti5e))v0K8bU*B;;%m$>B!IgTS3>u~3g$4K}iS+i-i|L;E+mREhFR{~)iGh20c z08FeJh+?#oh1zC)2N4G3+{k_TQ@MDi-LCm*RomI4srg5L(A#7GjOwhl?dcRmSGc5X zCtwbMD>pDPZ#Mh(?Txno{%d31Uh~R{GJU*L@-WMWy_tj-2;zj9#8LdO(?KM`>JUoH z%l!R^_Z+C%8qTRd#DATDW~|@2^xa;^R{(i=a!^GJ-SY+cBg6W0XVx5CrQb^?iLzQ~ zvUaU|3f_}Mo%qmkR2v%V7wuZ6zv@J=Ox60OUwS3~1I!a1DKSVQjsO4v07*qoM6N<$ Ef@<R-4&_N(%y0 z5>0!N*ydiwAf#TXK|#&u+I8MN-n)D6dFaLezuUdn zt@c3g_Jtq6Kj+W+{l4e-bPh~m3X{a*Mpa+k;JJzJmy_@&-_4*5MM?B?En1DCl4OLCdP2wL~vvkw^MfWcAl~faU4&#hKb))y# zbnn)-H&(y1@ZriOetXwRtkaVsFy;tE8`Sz)GiQIa^~L5gZ+fMZirm! zX(y4oiggBS4aRAtkTk#c3D#L02J37n1{Z2$4ez$RIW(>a)NGH;cfuTAyKLi}MU_wZ z9bG3#X8LfroMGz>vA@2>SdFn79cp8LEuYP}Ar=UgG=Tt*hHHWA>f% zMBC*b$(nTd*Ws`r92SGc;H1W)aW2rqF)Z5E>^93kF=VQpA&j5w_d2v}>Yg$IL~1bsu- z(Ix`~&Xo`W861O|9{MwJ`m@)`*i_I74x9yR9acN6aTx9Jh>+H)v87<{c~fzYv%5at zzjO1mOJ6Ee(&x;z7^NjX(gQ;pEz%$jQVE0eKqI`+;L&rJi zLF$6qDTsJM)JJMV3CL3|x^3PPmK?K(TW=(~?p|8;O6hOi2Z^WuMCCbISxMj(d^M~U}#=vBJDZBI{MqIT6&Ya^XQzjA)?mw<#9)WLfnH2<5K ze2i%nyO5m&Z0|LOPJC##WjA(i{$ik|Va=-g$nE9jobEq_P$rk-zU@?5)7sQNni*_7dh2=V#2i?Mte=T z5x!mgjJqHe2QR12tca+xvPTv?qe@gMM`K607_;veow%4pHY8WjhNIPh3k}#j(SUdE zXWc$C)X O0000&(@4;J>BJ-*}|DX;Zk|IYy` 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 diff --git a/data/images/list_view.png b/data/images/list_view.png deleted file mode 100644 index 4341be3a04d40bec82f9b9e774bb2beb52d8ea50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1413 zcmV;01$z34P)jC`%vS&a1rkX_ zK~z}7?U!3@R8Ext+7u_TfwiDpM|P6Jz3j znLTIr+52DXU;oTX{SN5cKfmoBfK3V?h7U#YLE=W2jJZ~((F z&{`uRhzLpqr36tnN(o9Slql-!X0v$7f-LA2>z~qhdg!kQKQqPw0O%hG(cG2Kyg6y^ zsWSQPjAkg3hiyaJ(pbvGvLJ11Y+JKI_po@$f}ES)bp`-T18OS^+4R_4Dtrr=QF@TW zCkwD`!LkKg3F$-xWqPn|g=t&^;LuNpCQbgj)$6VU5G{C%z4Q+cQjl*j8qZ^9nFkS# zt%Ot}MljHZ;hITV)k3rk1F&}WS^!oyK7Gd&v>e!N965eud@)8ec+ui)x5hG<) zQ(5Lbw?%WR^*i!iUPc0KELysfyl5`~7cX8!Yt7yrFB@7r7_`>hIKS0r7JzM8q~i%k z7aBAPv}lqki-CZjNH|QX&%jqvkED_r{lNB}pCaNEtx_smyxAgF3MG zyLadWTVL6nI|IsAB(HVfHikJhb!=GQz-W9FzrTC0x2QCGpwl;WCfykjN;1D`7@43G zcKSQTTkJIe4CA_-$L2Ra>*(yDKN!^Q7upZ(+V#n^PrUF^k7&*DAHTXQ6&yZxn00G1 zGW1{eKW|x9?da&JTSUwW-_&sR$`$A2{xjdO_0=3jsI~sMacv_V9Ubgx`jWbb8Ud)P2(j>iB;_SuMw1CHbb{Mn z#r*09cC6T#m79}pM_R+Z=dltIbb*(Fj$f!>HVco>xh_JcF>xonQNKm5d<+btu_{it zC2<#~NZS=8QZC$uW@hd6^`b$eiARRHe7+f1NhKb4F=$Ps_bk=5^-i}njd66|1YoQo z6}t+#zRrbhg9&(CI&-kYM-~K-PTQPn`JQAVPDM>A1$oW}+D_v0xHACETLaKqg9xRb z0*vw0kDHAh44_1lwrnn)YvEd`4}kLWas~sJ0hssTQfB%b0C_nwFl9fm@7s&jwiV~p zspiS6U@Cqf5{+Ob!_>|yGeqpn&1xc|z%VGOxR*k=7l4uOq~*_<`EuL5Bi+MotyH`N7vWJ$r8BBSzDnrs?qm+uwg@ ztgwt+7uo5vt=w0CKcP^F;9!tgEK1Y9CXO9DHa&h|)ry7*2@nx}K6!%9u1gGE8zR^j zYNZGNEZQdiHE{~1li5Agr^uaCb0uTS88 TTDoLd00000NkvXXu0mjfW8;I( diff --git a/data/images/media-seek-backward.png b/data/images/media-seek-backward.png deleted file mode 100644 index 4fdef77fe19ae2a5416f6e429b4c7b25dea816aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1112 zcmV-e1gHCnP)|8%(x}S2TXWU2oD+)9~8`d zm{AwwlaJ8(^Jo!Nq_s!zh_EFb_Val5PAo^d$7 z?C9vQba(X#s-|G$PYHkqyT#Z_Bd{br%rbg{R$k8e5iBF)NKY^ApVXkeHJdsf@|*eqqv zo@?(aE;3(y|ARihrMZ=Er8lvjT7w1^&=_c%1~5Q@@hR{+9Rxwp(&_a60w$BGprxg; zOVA6S3=Dh)o7IlQ`YN*7EGQvh7y^c2z%UO^7a-_(R$n4~*57|+$FIeamF0gt+3O8P z1Halw@*!>1n$yHF0aa(Pp!ea#uMaghEwSuq=E3;lQ#Sbes;?M@Qss zMgC&))*7^BC&v!+8CvTnf2ZAHpz09 zKlN{ZVoZ%j?s`N~Og-{02m}I(D2n%-&eBj~HFh;CXRln&|313tFo$Oy>m15PDd#*@A6Yqlj=%H90&%3(xEORzu&)I zU0t`a91PF0lw6C(#Ii^vY^ykRn&UVQGc!}_@^aX-xVR_*KsX%UuB&U<2rY+aDbZbv z-CZe*L?gC}llT4XZS}W>MbDuN0KokGycP%qHY+P%SX~K;!v;O?_Xif5RYhf2lW{&4 zjraR}zSMqSxf%+I!+JsIU;KTcS&+z@vYTro#1$H zpV4T1SFhJA2l>K;G{Lf5pRr)SXO40w4-E~`v9YltMNtGwspRo^HXh|WJ3Fb}Za=io eC!c)&)BFudcl2QdeeSsc0000W-y~c`Jb2I)JeX7y6X1dfp{+3*sg!D0_o6G<=o)FHd&5jL!od#!!TC4T()NO^9m#qiC8?Yb?k0y2c@(90r`R})XYmF+hug0{yvMjs#eBOR4fo02<#Uc^$ z{oQTtn5;~~acyKWOPQ9p-VT`N)Q0i=gI%GZFc6DrB~8;TS(fEcNT|&l#!Dlk_jZZl z@L(#HF3GZNjg5_YwFJoYqOq}YMKHt<{_y>eC{7eWKmY>pEC)dd;lbz#4j%m29C`3} zx9K>C8ILJ~c#rWM%OUs(?*WH{Z1AsaHd{D!=#XEt0u2of3JC3NZEZuLq{H((xSkK! zbzoWsBq@TOJKp3Lr!#fG{?gY*SW+Yen_FAkVA&Q3L%2zK1 zty^ur?;DlM)Uc|m<)NXW83|^3p(qL@Ndy3JEDx6Dz_APnVL&NRo+_g>S;VHMP29>i}NcD6m_2K(I0=$5rAmIAXKe-paJa0th=n=fON0zFQ1Rgrup9^9_rdZ!s87+|{hfK^=JopwVGm^2t-od% zMuF$~WT7-RH-F>$eV%6zWY@iT%`l9@zJ2?g{rmSnHU%>R(P)(F#j1ekdEhx7gSi3s z(zjif?|aAB)Hi%?nr6Pey}beeU0q#tx(EK{@3DMBs$y(B zJkwMcFMVT-=f|!j6N!&9nH7UquU?&)Jwl42P-#{Zc3u41$mhqeEJ-i^FqvGMdz7D7 zKv5JbN+NoCZyJ4lJ$Wt=_+Wi@!(~NLiuLvNkKJaPra_d#xYc{Z=8+`sqxiwl}bg=X0vmaZ<^2L?wsA&wB?*6NqRDwtUT-AaONf) z9UYY@rD7luuoOj^AcQ=ze3VkDQmKfJ<2)6=kcBMdKbwC5S;HuOa8>6c00000NkvXX Hu0mjfuGUKA diff --git a/data/images/normal_view.png b/data/images/normal_view.png deleted file mode 100644 index 9972d625e6c76a358b49f09c9c714491f6219a52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1019 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 X7N;8l=#2Xr00000NkvXXu0mjf)xR}| diff --git a/data/images/photo_lens.png b/data/images/photo_lens.png deleted file mode 100644 index d86637e9b1c0ab7ba1e7f3d54977b443a24ab232..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37239 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 s`jvW`Lad_VL}O~L?M$bw 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 diff --git a/data/images/stock_fullscreen.png b/data/images/stock_fullscreen.png deleted file mode 100644 index 8ecbd8094ba556c4b0b967c60eae0c9c2d0d1a3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1242 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 diff --git a/data/images/undo.png b/data/images/undo.png deleted file mode 100644 index 61b2ce9a5310fb03eac84ae2710e20bfca3f9e75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1601 zcmV-H2EO@;P)jN5&vp3=Xo2yjp{$HjMoWQ8Y47Fs_P(5#-{T+cy=VU(0=Vr23Vn)*n=t&##vteH1lGz-Hp)1QD^r zHWv@PAaR6q8t{8Dyt;O)o|-Ozlxjp>d*mDC(WOrnj*Be=;v5?9`Hhx`BKt8w4(JRZ4cn-0$iU~jub!Zz&-7OsDwq4}#34f;`k2mr+g z^(FyaFdk~I68J-4#t^FtyX>QgQ_tw&zx_*nhcccw`e^GWeQ{aX4OS|6}Qz#}-6Ce5dV?@56Wl`02MnQvgJ2cYp?{ra?1kFp8f! zfpJd*LH=2G*~jqA8tpywT>rcX%U5jFYub0oPS~F;%YR#R5l1QaW^rj^@#nODKSnGzZxMj0m z&ibsmeD=-P&K~_;+Nt^?c4YPc7O02sWde6Rwk|Pz;lWF1kAJK8P{+mhj%KHHeH51Wrp|^FbzWS*x zx-%Z5F)B-KQGQMAdU3LcmCKw@9=7=S%ni0U{R(0)WecVmQzx-}zM=F~R5vtmN znsJJgux-0$TOQIK8f2dsIJqxng&IJ@s7d04K;a{^0GP0rE&77-yw9FF`r6g_KMff}Ak zUA^Logu$vHGd7F}@5~B7Cd?8M`_o$(=di&4W;JWPYzd#5mEBqe_XMLh-EI|W2*AN>@ z_?FKvuhS}QL?R-SP&t>Pd9f3XB8fyk8x_#In{a;i1P7Ni)zy|)g@VD;Bi6`B=IPHo z%#Q)1swSuD6o^|z;-y?Df=MLu!nx6WeH(3+)gd<&F{g$GV)Nti%z+)d*~P@igiLPK zsH%#p=5}rui4|WL{#FQ*GXt1szsuUDrPd>L_2E=1?nXz4&B^clf~Vd(PAa!%(gRgB zIe;4pPiHQGxqT7#laI2lv4PcqSg@y(s=yL1V+P&hYN)u1o}rFLB^3fDwn z^(rdv`8YLqHF5hbbu9FK#$qvs_8#QKuU_Fwv1q|{kUxUS9Jmq0HHlbNgD5-j;W zPyjO(Kz><~cy7!`pjdR;08>Df5}#0>;RF8*=LG0fU`oJY00000NkvXXu0mjfTzv$L diff --git a/data/images/x-office-presentation.png b/data/images/x-office-presentation.png deleted file mode 100644 index 047355c7d0d5e9aee4cddf4d4d977426f4832db1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1350 zcmV-M1-bf(P)fInyzXmK?n1s2%(y|*vU zy21jxwRn=r%-s9UIp;gyOm+!Rv2FXdw;ADtZQJuP$52&uOh`1G`sUR4N^DW#$3NNg z+5DwTm(I051_lP^A3FTyaRAQ@IF5_%?rwy`;W;-jG&BUqaRC6&47l!&v**ry=WWa- z6otcaHf=J|KftHDHWE(=;fG0!2|kMBto*F%~<#bpRlu*x|ve^Y-JFKa63&M5Ldhj4}ySlKUyc`P_FNR#S2(DqkF%0~D@ggoYH9^_5 z2^;qA1u+I9LUncZbE1=t%xZu=CAxg%2x`a1u)MYw(sAHKqi~*zyM}=rB5W=!#2@F* z;YvmZY8x8?AeO-7?mcty=_WM5IR_CTa^V6>8yevB_s4`S6}XsNfv7298wM=Xgjf_n z&yT;Nwy_aJgkUf@ZTCqf;2D@09K_(mhsa1vgZ=n1obhoCZ7u^_LTLH34yGB!JOvO> z9wD=<9g#=`Sy@?A-hue*U@(~c2r@Qq#Lvf$Ay8L`g=J+xB!Ypra^d6*W8K(&^joDE z>$;A+9i0dUia(_jh5^g600640B0W7FKA&%j zz)YXurF3G0#`K_C!FxvON>W=+5=icessPNx&CtgKAEpo+cD{<#;kA3>vX6?Ulu-QuzBNPg)^M2bIBURV+nwMrEv^`X)XzcQ`!dLOp zuH7guDg~Ih6nZaIkSbToBhYodMoUw!yt>Sf-roE0`-{-m*9*VD2>pNc!8YBh=H}+B z$@1~pOP*ot)-CVnhBX))G6=l>w8dAQbGVAgecL{)SJQTAj07=?)Tn1 z(0uyL7XW0+26SEL05kv^V=PbASofMWRX*FcaP3;>BLaVyh=yF(WkkdPfH5W=$63M@ zI$0U0dPNF>Yu7tR3B1O2-C-iKhKGl(Xf$fIwzgUTL?Q#E>w21P+dd-F)O2;FbloNb zl}G?Y6b8|5g_JQNgpV=ilT!Mmlp15q6hfF_$P%u57$kF~1Q>8f2zM7_+CAI0P0qP# znx-*2IvQf|}t^fc4 diff --git a/data/other/Makefile.am b/data/other/Makefile.am deleted file mode 100644 index c9a573f..0000000 --- a/data/other/Makefile.am +++ /dev/null @@ -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 diff --git a/data/other/ephoto.desktop.in b/data/other/ephoto.desktop.in deleted file mode 100755 index d63f9f7..0000000 --- a/data/other/ephoto.desktop.in +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Ephoto -Comment=An Enlightened Image Viewer -Comment[cs]=Prohlížeč obrázků napsaný v EWL -Exec=ephoto -Terminal=false -Type=Application -StartupNotify=true -MimeType=text/plain; -Icon=@prefix@/share/pixmaps/ephoto.png -Categories=Graphics; diff --git a/data/other/ephoto.png b/data/other/ephoto.png deleted file mode 100755 index 72478a08fad945379b5f036396ab4361d1d2b587..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7833 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 rrVc6$Lk2c)W7p2@4Awyb{O Sat, 27 Dec 2008 12:54:55 +0100 - -ephoto (3.15.0-1) unstable; urgency=low - - * a CVS snapshot release. - - -- Falko Schmidt Sat, 3 May 2008 13:51:04 +0000 - diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 1e8b314..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/debian/control b/debian/control deleted file mode 100644 index 1ca173f..0000000 --- a/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: ephoto -Section: graphics -Priority: optional -Maintainer: E17 Debian Team -Build-Depends: cdbs, debhelper (>= 6), libecore-dev, libevas-dev, libewl1-dev, libedje-dev, libexif-dev, libepsilon0-dev, libsqlite3-dev -Standards-Version: 3.7.3 -Homepage: http://www.enlightenment.org - -Package: ephoto -Architecture: any -Depends: ${shlibs:Depends} -Replaces: ephoto-data -Description: A slideshow creator and much more - Ephoto is a powerful slideshow creator which can be used as an image viewer - or image editor/manipulator as well. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index b717d01..0000000 --- a/debian/copyright +++ /dev/null @@ -1,40 +0,0 @@ -This package was debianized by E17 Debian Team on -Tue, 7 Mar 2006 13:30:15 +0000. - -The source code is from the e17/apps/ephoto module of the enlightenment CVS -tree. For more information, see: - - http://www.enlightenment.org/cvs.html - -Upstream Author: Stephen Houston - -Copyright: - -Icons from the tango project (http://tango.freedesktop.org) -For information see COPYING.icons - -Copyright (c) <2006>, -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. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 813b463..0000000 --- a/debian/rules +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk - -DEB_MAKE_CLEAN_TARGET := clean -DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath - -clean:: - ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS) diff --git a/ephoto.spec.in b/ephoto.spec.in deleted file mode 100644 index 415f2c3..0000000 --- a/ephoto.spec.in +++ /dev/null @@ -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 } -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 diff --git a/m4/codeset.m4 b/m4/codeset.m4 deleted file mode 100644 index 59535eb..0000000 --- a/m4/codeset.m4 +++ /dev/null @@ -1,23 +0,0 @@ -# codeset.m4 serial AM1 (gettext-0.10.40) -dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Bruno Haible. - -AC_DEFUN([AM_LANGINFO_CODESET], -[ - AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, - [AC_TRY_LINK([#include ], - [char* cs = nl_langinfo(CODESET);], - am_cv_langinfo_codeset=yes, - am_cv_langinfo_codeset=no) - ]) - if test $am_cv_langinfo_codeset = yes; then - AC_DEFINE(HAVE_LANGINFO_CODESET, 1, - [Define if you have and nl_langinfo(CODESET).]) - fi -]) diff --git a/m4/gettext.m4 b/m4/gettext.m4 deleted file mode 100644 index d2f4c16..0000000 --- a/m4/gettext.m4 +++ /dev/null @@ -1,415 +0,0 @@ -# gettext.m4 serial 20 (gettext-0.12) -dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2003. - -dnl Macro to add for using GNU gettext. - -dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). -dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The -dnl default (if it is not specified or empty) is 'no-libtool'. -dnl INTLSYMBOL should be 'external' for packages with no intl directory, -dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. -dnl If INTLSYMBOL is 'use-libtool', then a libtool library -dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, -dnl depending on --{enable,disable}-{shared,static} and on the presence of -dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library -dnl $(top_builddir)/intl/libintl.a will be created. -dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext -dnl implementations (in libc or libintl) without the ngettext() function -dnl will be ignored. If NEEDSYMBOL is specified and is -dnl 'need-formatstring-macros', then GNU gettext implementations that don't -dnl support the ISO C 99 formatstring macros will be ignored. -dnl INTLDIR is used to find the intl libraries. If empty, -dnl the value `$(top_builddir)/intl/' is used. -dnl -dnl The result of the configuration is one of three cases: -dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled -dnl and used. -dnl Catalog format: GNU --> install in $(datadir) -dnl Catalog extension: .mo after installation, .gmo in source tree -dnl 2) GNU gettext has been found in the system's C library. -dnl Catalog format: GNU --> install in $(datadir) -dnl Catalog extension: .mo after installation, .gmo in source tree -dnl 3) No internationalization, always use English msgid. -dnl Catalog format: none -dnl Catalog extension: none -dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. -dnl The use of .gmo is historical (it was needed to avoid overwriting the -dnl GNU format catalogs when building on a platform with an X/Open gettext), -dnl but we keep it in order not to force irrelevant filename changes on the -dnl maintainers. -dnl -AC_DEFUN([AM_GNU_GETTEXT], -[ - dnl Argument checking. - ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , - [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT -])])])])]) - ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , - [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT -])])])]) - define(gt_included_intl, ifelse([$1], [external], [no], [yes])) - define(gt_libtool_suffix_prefix, ifelse([$1], [use-libtool], [l], [])) - - AC_REQUIRE([AM_PO_SUBDIRS])dnl - ifelse(gt_included_intl, yes, [ - AC_REQUIRE([AM_INTL_SUBDIR])dnl - ]) - - dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. - AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) - AC_REQUIRE([AC_LIB_RPATH]) - - dnl Sometimes libintl requires libiconv, so first search for libiconv. - dnl Ideally we would do this search only after the - dnl if test "$USE_NLS" = "yes"; then - dnl if test "$gt_cv_func_gnugettext_libc" != "yes"; then - dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT - dnl the configure script would need to contain the same shell code - dnl again, outside any 'if'. There are two solutions: - dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. - dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. - dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not - dnl documented, we avoid it. - ifelse(gt_included_intl, yes, , [ - AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) - ]) - - dnl Set USE_NLS. - AM_NLS - - ifelse(gt_included_intl, yes, [ - BUILD_INCLUDED_LIBINTL=no - USE_INCLUDED_LIBINTL=no - ]) - LIBINTL= - LTLIBINTL= - POSUB= - - dnl If we use NLS figure out what method - if test "$USE_NLS" = "yes"; then - gt_use_preinstalled_gnugettext=no - ifelse(gt_included_intl, yes, [ - AC_MSG_CHECKING([whether included gettext is requested]) - AC_ARG_WITH(included-gettext, - [ --with-included-gettext use the GNU gettext library included here], - nls_cv_force_use_gnu_gettext=$withval, - nls_cv_force_use_gnu_gettext=no) - AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) - - nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" - if test "$nls_cv_force_use_gnu_gettext" != "yes"; then - ]) - dnl User does not insist on using GNU NLS library. Figure out what - dnl to use. If GNU gettext is available we use this. Else we have - dnl to fall back to GNU NLS library. - - dnl Add a version number to the cache macros. - define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1))) - define([gt_cv_func_gnugettext_libc], [gt_cv_func_gnugettext]gt_api_version[_libc]) - define([gt_cv_func_gnugettext_libintl], [gt_cv_func_gnugettext]gt_api_version[_libintl]) - - AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc, - [AC_TRY_LINK([#include -]ifelse([$2], [need-formatstring-macros], -[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION -#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) -#endif -changequote(,)dnl -typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; -changequote([,])dnl -], [])[extern int _nl_msg_cat_cntr; -extern int *_nl_domain_bindings;], - [bindtextdomain ("", ""); -return (long) gettext ("")]ifelse([$2], [need-ngettext], [ + (long) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings], - gt_cv_func_gnugettext_libc=yes, - gt_cv_func_gnugettext_libc=no)]) - - if test "$gt_cv_func_gnugettext_libc" != "yes"; then - dnl Sometimes libintl requires libiconv, so first search for libiconv. - ifelse(gt_included_intl, yes, , [ - AM_ICONV_LINK - ]) - dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL - dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) - dnl because that would add "-liconv" to LIBINTL and LTLIBINTL - dnl even if libiconv doesn't exist. - AC_LIB_LINKFLAGS_BODY([intl]) - AC_CACHE_CHECK([for GNU gettext in libintl], - gt_cv_func_gnugettext_libintl, - [gt_save_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $INCINTL" - gt_save_LIBS="$LIBS" - LIBS="$LIBS $LIBINTL" - dnl Now see whether libintl exists and does not depend on libiconv. - AC_TRY_LINK([#include -]ifelse([$2], [need-formatstring-macros], -[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION -#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) -#endif -changequote(,)dnl -typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; -changequote([,])dnl -], [])[extern int _nl_msg_cat_cntr; -extern -#ifdef __cplusplus -"C" -#endif -const char *_nl_expand_alias ();], - [bindtextdomain ("", ""); -return (long) gettext ("")]ifelse([$2], [need-ngettext], [ + (long) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], - gt_cv_func_gnugettext_libintl=yes, - gt_cv_func_gnugettext_libintl=no) - dnl Now see whether libintl exists and depends on libiconv. - if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then - LIBS="$LIBS $LIBICONV" - AC_TRY_LINK([#include -]ifelse([$2], [need-formatstring-macros], -[#ifndef __GNU_GETTEXT_SUPPORTED_REVISION -#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) -#endif -changequote(,)dnl -typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; -changequote([,])dnl -], [])[extern int _nl_msg_cat_cntr; -extern -#ifdef __cplusplus -"C" -#endif -const char *_nl_expand_alias ();], - [bindtextdomain ("", ""); -return (long) gettext ("")]ifelse([$2], [need-ngettext], [ + (long) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)], - [LIBINTL="$LIBINTL $LIBICONV" - LTLIBINTL="$LTLIBINTL $LTLIBICONV" - gt_cv_func_gnugettext_libintl=yes - ]) - fi - CPPFLAGS="$gt_save_CPPFLAGS" - LIBS="$gt_save_LIBS"]) - fi - - dnl If an already present or preinstalled GNU gettext() is found, - dnl use it. But if this macro is used in GNU gettext, and GNU - dnl gettext is already preinstalled in libintl, we update this - dnl libintl. (Cf. the install rule in intl/Makefile.in.) - if test "$gt_cv_func_gnugettext_libc" = "yes" \ - || { test "$gt_cv_func_gnugettext_libintl" = "yes" \ - && test "$PACKAGE" != gettext-runtime \ - && test "$PACKAGE" != gettext-tools; }; then - gt_use_preinstalled_gnugettext=yes - else - dnl Reset the values set by searching for libintl. - LIBINTL= - LTLIBINTL= - INCINTL= - fi - - ifelse(gt_included_intl, yes, [ - if test "$gt_use_preinstalled_gnugettext" != "yes"; then - dnl GNU gettext is not found in the C library. - dnl Fall back on included GNU gettext library. - nls_cv_use_gnu_gettext=yes - fi - fi - - if test "$nls_cv_use_gnu_gettext" = "yes"; then - dnl Mark actions used to generate GNU NLS library. - BUILD_INCLUDED_LIBINTL=yes - USE_INCLUDED_LIBINTL=yes - LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV" - LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV" - LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` - fi - - if test "$gt_use_preinstalled_gnugettext" = "yes" \ - || test "$nls_cv_use_gnu_gettext" = "yes"; then - dnl Mark actions to use GNU gettext tools. - CATOBJEXT=.gmo - fi - ]) - - if test "$gt_use_preinstalled_gnugettext" = "yes" \ - || test "$nls_cv_use_gnu_gettext" = "yes"; then - AC_DEFINE(ENABLE_NLS, 1, - [Define to 1 if translation of program messages to the user's native language - is requested.]) - else - USE_NLS=no - fi - fi - - AC_MSG_CHECKING([whether to use NLS]) - AC_MSG_RESULT([$USE_NLS]) - if test "$USE_NLS" = "yes"; then - AC_MSG_CHECKING([where the gettext function comes from]) - if test "$gt_use_preinstalled_gnugettext" = "yes"; then - if test "$gt_cv_func_gnugettext_libintl" = "yes"; then - gt_source="external libintl" - else - gt_source="libc" - fi - else - gt_source="included intl directory" - fi - AC_MSG_RESULT([$gt_source]) - fi - - if test "$USE_NLS" = "yes"; then - - if test "$gt_use_preinstalled_gnugettext" = "yes"; then - if test "$gt_cv_func_gnugettext_libintl" = "yes"; then - AC_MSG_CHECKING([how to link with libintl]) - AC_MSG_RESULT([$LIBINTL]) - AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) - fi - - dnl For backward compatibility. Some packages may be using this. - AC_DEFINE(HAVE_GETTEXT, 1, - [Define if the GNU gettext() function is already present or preinstalled.]) - AC_DEFINE(HAVE_DCGETTEXT, 1, - [Define if the GNU dcgettext() function is already present or preinstalled.]) - fi - - dnl We need to process the po/ directory. - POSUB=po - fi - - ifelse(gt_included_intl, yes, [ - dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL - dnl to 'yes' because some of the testsuite requires it. - if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then - BUILD_INCLUDED_LIBINTL=yes - fi - - dnl Make all variables we use known to autoconf. - AC_SUBST(BUILD_INCLUDED_LIBINTL) - AC_SUBST(USE_INCLUDED_LIBINTL) - AC_SUBST(CATOBJEXT) - - dnl For backward compatibility. Some configure.ins may be using this. - nls_cv_header_intl= - nls_cv_header_libgt= - - dnl For backward compatibility. Some Makefiles may be using this. - DATADIRNAME=share - AC_SUBST(DATADIRNAME) - - dnl For backward compatibility. Some Makefiles may be using this. - INSTOBJEXT=.mo - AC_SUBST(INSTOBJEXT) - - dnl For backward compatibility. Some Makefiles may be using this. - GENCAT=gencat - AC_SUBST(GENCAT) - - dnl For backward compatibility. Some Makefiles may be using this. - if test "$USE_INCLUDED_LIBINTL" = yes; then - INTLOBJS="\$(GETTOBJS)" - fi - AC_SUBST(INTLOBJS) - - dnl Enable libtool support if the surrounding package wishes it. - INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix - AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) - ]) - - dnl For backward compatibility. Some Makefiles may be using this. - INTLLIBS="$LIBINTL" - AC_SUBST(INTLLIBS) - - dnl Make all documented variables known to autoconf. - AC_SUBST(LIBINTL) - AC_SUBST(LTLIBINTL) - AC_SUBST(POSUB) -]) - - -dnl Checks for all prerequisites of the intl subdirectory, -dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS, -dnl USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL. -AC_DEFUN([AM_INTL_SUBDIR], -[ - AC_REQUIRE([AC_PROG_INSTALL])dnl - AC_REQUIRE([AM_MKINSTALLDIRS])dnl - AC_REQUIRE([AC_PROG_CC])dnl - AC_REQUIRE([AC_CANONICAL_HOST])dnl - AC_REQUIRE([AC_PROG_RANLIB])dnl - AC_REQUIRE([AC_ISC_POSIX])dnl - AC_REQUIRE([AC_HEADER_STDC])dnl - AC_REQUIRE([AC_C_CONST])dnl - AC_REQUIRE([AC_C_INLINE])dnl - AC_REQUIRE([AC_TYPE_OFF_T])dnl - AC_REQUIRE([AC_TYPE_SIZE_T])dnl - AC_REQUIRE([AC_FUNC_ALLOCA])dnl - AC_REQUIRE([AC_FUNC_MMAP])dnl - AC_REQUIRE([jm_GLIBC21])dnl - AC_REQUIRE([gt_INTDIV0])dnl - AC_REQUIRE([jm_AC_TYPE_UINTMAX_T])dnl - AC_REQUIRE([gt_HEADER_INTTYPES_H])dnl - AC_REQUIRE([gt_INTTYPES_PRI])dnl - - AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ -stdlib.h string.h unistd.h sys/param.h]) - AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \ -geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \ -strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \ -__fsetlocking]) - - AM_ICONV - AM_LANGINFO_CODESET - if test $ac_cv_header_locale_h = yes; then - AM_LC_MESSAGES - fi - - dnl intl/plural.c is generated from intl/plural.y. It requires bison, - dnl because plural.y uses bison specific features. It requires at least - dnl bison-1.26 because earlier versions generate a plural.c that doesn't - dnl compile. - dnl bison is only needed for the maintainer (who touches plural.y). But in - dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put - dnl the rule in general Makefile. Now, some people carelessly touch the - dnl files or have a broken "make" program, hence the plural.c rule will - dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not - dnl present or too old. - AC_CHECK_PROGS([INTLBISON], [bison]) - if test -z "$INTLBISON"; then - ac_verc_fail=yes - else - dnl Found it, now check the version. - AC_MSG_CHECKING([version of bison]) -changequote(<<,>>)dnl - ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` - case $ac_prog_version in - '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; - 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) -changequote([,])dnl - ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; - *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; - esac - AC_MSG_RESULT([$ac_prog_version]) - fi - if test $ac_verc_fail = yes; then - INTLBISON=: - fi -]) - - -dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) -AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) diff --git a/m4/glibc21.m4 b/m4/glibc21.m4 deleted file mode 100644 index 9c9f3db..0000000 --- a/m4/glibc21.m4 +++ /dev/null @@ -1,32 +0,0 @@ -# glibc21.m4 serial 2 (fileutils-4.1.3, gettext-0.10.40) -dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -# Test for the GNU C Library, version 2.1 or newer. -# From Bruno Haible. - -AC_DEFUN([jm_GLIBC21], - [ - AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, - ac_cv_gnu_library_2_1, - [AC_EGREP_CPP([Lucky GNU user], - [ -#include -#ifdef __GNU_LIBRARY__ - #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) - Lucky GNU user - #endif -#endif - ], - ac_cv_gnu_library_2_1=yes, - ac_cv_gnu_library_2_1=no) - ] - ) - AC_SUBST(GLIBC21) - GLIBC21="$ac_cv_gnu_library_2_1" - ] -) diff --git a/m4/iconv.m4 b/m4/iconv.m4 deleted file mode 100644 index c5f3579..0000000 --- a/m4/iconv.m4 +++ /dev/null @@ -1,103 +0,0 @@ -# iconv.m4 serial AM4 (gettext-0.11.3) -dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Bruno Haible. - -AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], -[ - dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. - AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) - AC_REQUIRE([AC_LIB_RPATH]) - - dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV - dnl accordingly. - AC_LIB_LINKFLAGS_BODY([iconv]) -]) - -AC_DEFUN([AM_ICONV_LINK], -[ - dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and - dnl those with the standalone portable GNU libiconv installed). - - dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV - dnl accordingly. - AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) - - dnl Add $INCICONV to CPPFLAGS before performing the following checks, - dnl because if the user has installed libiconv and not disabled its use - dnl via --without-libiconv-prefix, he wants to use it. The first - dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. - am_save_CPPFLAGS="$CPPFLAGS" - AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) - - AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [ - am_cv_func_iconv="no, consider installing GNU libiconv" - am_cv_lib_iconv=no - AC_TRY_LINK([#include -#include ], - [iconv_t cd = iconv_open("",""); - iconv(cd,NULL,NULL,NULL,NULL); - iconv_close(cd);], - am_cv_func_iconv=yes) - if test "$am_cv_func_iconv" != yes; then - am_save_LIBS="$LIBS" - LIBS="$LIBS $LIBICONV" - AC_TRY_LINK([#include -#include ], - [iconv_t cd = iconv_open("",""); - iconv(cd,NULL,NULL,NULL,NULL); - iconv_close(cd);], - am_cv_lib_iconv=yes - am_cv_func_iconv=yes) - LIBS="$am_save_LIBS" - fi - ]) - if test "$am_cv_func_iconv" = yes; then - AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.]) - fi - if test "$am_cv_lib_iconv" = yes; then - AC_MSG_CHECKING([how to link with libiconv]) - AC_MSG_RESULT([$LIBICONV]) - else - dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV - dnl either. - CPPFLAGS="$am_save_CPPFLAGS" - LIBICONV= - LTLIBICONV= - fi - AC_SUBST(LIBICONV) - AC_SUBST(LTLIBICONV) -]) - -AC_DEFUN([AM_ICONV], -[ - AM_ICONV_LINK - if test "$am_cv_func_iconv" = yes; then - AC_MSG_CHECKING([for iconv declaration]) - AC_CACHE_VAL(am_cv_proto_iconv, [ - AC_TRY_COMPILE([ -#include -#include -extern -#ifdef __cplusplus -"C" -#endif -#if defined(__STDC__) || defined(__cplusplus) -size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); -#else -size_t iconv(); -#endif -], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") - am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) - am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` - AC_MSG_RESULT([$]{ac_t:- - }[$]am_cv_proto_iconv) - AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, - [Define as const if the declaration of iconv() needs const.]) - fi -]) diff --git a/m4/intdiv0.m4 b/m4/intdiv0.m4 deleted file mode 100644 index 55dddcf..0000000 --- a/m4/intdiv0.m4 +++ /dev/null @@ -1,72 +0,0 @@ -# intdiv0.m4 serial 1 (gettext-0.11.3) -dnl Copyright (C) 2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Bruno Haible. - -AC_DEFUN([gt_INTDIV0], -[ - AC_REQUIRE([AC_PROG_CC])dnl - AC_REQUIRE([AC_CANONICAL_HOST])dnl - - AC_CACHE_CHECK([whether integer division by zero raises SIGFPE], - gt_cv_int_divbyzero_sigfpe, - [ - AC_TRY_RUN([ -#include -#include - -static void -#ifdef __cplusplus -sigfpe_handler (int sig) -#else -sigfpe_handler (sig) int sig; -#endif -{ - /* Exit with code 0 if SIGFPE, with code 1 if any other signal. */ - exit (sig != SIGFPE); -} - -int x = 1; -int y = 0; -int z; -int nan; - -int main () -{ - signal (SIGFPE, sigfpe_handler); -/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */ -#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP) - signal (SIGTRAP, sigfpe_handler); -#endif -/* Linux/SPARC yields signal SIGILL. */ -#if defined (__sparc__) && defined (__linux__) - signal (SIGILL, sigfpe_handler); -#endif - - z = x / y; - nan = y / y; - exit (1); -} -], gt_cv_int_divbyzero_sigfpe=yes, gt_cv_int_divbyzero_sigfpe=no, - [ - # Guess based on the CPU. - case "$host_cpu" in - alpha* | i[34567]86 | m68k | s390*) - gt_cv_int_divbyzero_sigfpe="guessing yes";; - *) - gt_cv_int_divbyzero_sigfpe="guessing no";; - esac - ]) - ]) - case "$gt_cv_int_divbyzero_sigfpe" in - *yes) value=1;; - *) value=0;; - esac - AC_DEFINE_UNQUOTED(INTDIV0_RAISES_SIGFPE, $value, - [Define if integer division by zero raises signal SIGFPE.]) -]) diff --git a/m4/inttypes-pri.m4 b/m4/inttypes-pri.m4 deleted file mode 100644 index fd007c3..0000000 --- a/m4/inttypes-pri.m4 +++ /dev/null @@ -1,32 +0,0 @@ -# inttypes-pri.m4 serial 1 (gettext-0.11.4) -dnl Copyright (C) 1997-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Bruno Haible. - -# Define PRI_MACROS_BROKEN if exists and defines the PRI* -# macros to non-string values. This is the case on AIX 4.3.3. - -AC_DEFUN([gt_INTTYPES_PRI], -[ - AC_REQUIRE([gt_HEADER_INTTYPES_H]) - if test $gt_cv_header_inttypes_h = yes; then - AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], - gt_cv_inttypes_pri_broken, - [ - AC_TRY_COMPILE([#include -#ifdef PRId32 -char *p = PRId32; -#endif -], [], gt_cv_inttypes_pri_broken=no, gt_cv_inttypes_pri_broken=yes) - ]) - fi - if test "$gt_cv_inttypes_pri_broken" = yes; then - AC_DEFINE_UNQUOTED(PRI_MACROS_BROKEN, 1, - [Define if exists and defines unusable PRI* macros.]) - fi -]) diff --git a/m4/inttypes.m4 b/m4/inttypes.m4 deleted file mode 100644 index ab370ff..0000000 --- a/m4/inttypes.m4 +++ /dev/null @@ -1,27 +0,0 @@ -# inttypes.m4 serial 1 (gettext-0.11.4) -dnl Copyright (C) 1997-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Paul Eggert. - -# Define HAVE_INTTYPES_H if exists and doesn't clash with -# . - -AC_DEFUN([gt_HEADER_INTTYPES_H], -[ - AC_CACHE_CHECK([for inttypes.h], gt_cv_header_inttypes_h, - [ - AC_TRY_COMPILE( - [#include -#include ], - [], gt_cv_header_inttypes_h=yes, gt_cv_header_inttypes_h=no) - ]) - if test $gt_cv_header_inttypes_h = yes; then - AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H, 1, - [Define if exists and doesn't clash with .]) - fi -]) diff --git a/m4/inttypes_h.m4 b/m4/inttypes_h.m4 deleted file mode 100644 index f342eba..0000000 --- a/m4/inttypes_h.m4 +++ /dev/null @@ -1,28 +0,0 @@ -# inttypes_h.m4 serial 5 (gettext-0.12) -dnl Copyright (C) 1997-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Paul Eggert. - -# Define HAVE_INTTYPES_H_WITH_UINTMAX if exists, -# doesn't clash with , and declares uintmax_t. - -AC_DEFUN([jm_AC_HEADER_INTTYPES_H], -[ - AC_CACHE_CHECK([for inttypes.h], jm_ac_cv_header_inttypes_h, - [AC_TRY_COMPILE( - [#include -#include ], - [uintmax_t i = (uintmax_t) -1;], - jm_ac_cv_header_inttypes_h=yes, - jm_ac_cv_header_inttypes_h=no)]) - if test $jm_ac_cv_header_inttypes_h = yes; then - AC_DEFINE_UNQUOTED(HAVE_INTTYPES_H_WITH_UINTMAX, 1, - [Define if exists, doesn't clash with , - and declares uintmax_t. ]) - fi -]) diff --git a/m4/isc-posix.m4 b/m4/isc-posix.m4 deleted file mode 100644 index 1319dd1..0000000 --- a/m4/isc-posix.m4 +++ /dev/null @@ -1,26 +0,0 @@ -# isc-posix.m4 serial 2 (gettext-0.11.2) -dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -# This file is not needed with autoconf-2.53 and newer. Remove it in 2005. - -# This test replaces the one in autoconf. -# Currently this macro should have the same name as the autoconf macro -# because gettext's gettext.m4 (distributed in the automake package) -# still uses it. Otherwise, the use in gettext.m4 makes autoheader -# give these diagnostics: -# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX -# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX - -undefine([AC_ISC_POSIX]) - -AC_DEFUN([AC_ISC_POSIX], - [ - dnl This test replaces the obsolescent AC_ISC_POSIX kludge. - AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) - ] -) diff --git a/m4/lcmessage.m4 b/m4/lcmessage.m4 deleted file mode 100644 index ffd4008..0000000 --- a/m4/lcmessage.m4 +++ /dev/null @@ -1,32 +0,0 @@ -# lcmessage.m4 serial 3 (gettext-0.11.3) -dnl Copyright (C) 1995-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995. - -# Check whether LC_MESSAGES is available in . - -AC_DEFUN([AM_LC_MESSAGES], -[ - AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, - [AC_TRY_LINK([#include ], [return LC_MESSAGES], - am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) - if test $am_cv_val_LC_MESSAGES = yes; then - AC_DEFINE(HAVE_LC_MESSAGES, 1, - [Define if your file defines LC_MESSAGES.]) - fi -]) diff --git a/m4/lib-ld.m4 b/m4/lib-ld.m4 deleted file mode 100644 index 11d0ce7..0000000 --- a/m4/lib-ld.m4 +++ /dev/null @@ -1,110 +0,0 @@ -# lib-ld.m4 serial 2 (gettext-0.12) -dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl Subroutines of libtool.m4, -dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision -dnl with libtool.m4. - -dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. -AC_DEFUN([AC_LIB_PROG_LD_GNU], -[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, -[# I'd rather use --version here, but apparently some GNU ld's only accept -v. -if $LD -v 2>&1 &5; then - acl_cv_prog_gnu_ld=yes -else - acl_cv_prog_gnu_ld=no -fi]) -with_gnu_ld=$acl_cv_prog_gnu_ld -]) - -dnl From libtool-1.4. Sets the variable LD. -AC_DEFUN([AC_LIB_PROG_LD], -[AC_ARG_WITH(gnu-ld, -[ --with-gnu-ld assume the C compiler uses GNU ld [default=no]], -test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no) -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([AC_CANONICAL_HOST])dnl -# Prepare PATH_SEPARATOR. -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh -fi -ac_prog=ld -if test "$GCC" = yes; then - # Check if gcc -print-prog-name=ld gives a path. - AC_MSG_CHECKING([for ld used by GCC]) - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw - ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; - *) - ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; - esac - case $ac_prog in - # Accept absolute paths. - [[\\/]* | [A-Za-z]:[\\/]*)] - [re_direlt='/[^/][^/]*/\.\./'] - # Canonicalize the path of ld - ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` - while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do - ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` - done - test -z "$LD" && LD="$ac_prog" - ;; - "") - # If it fails, then pretend we aren't using GCC. - ac_prog=ld - ;; - *) - # If it is relative, then search for the first ld in PATH. - with_gnu_ld=unknown - ;; - esac -elif test "$with_gnu_ld" = yes; then - AC_MSG_CHECKING([for GNU ld]) -else - AC_MSG_CHECKING([for non-GNU ld]) -fi -AC_CACHE_VAL(acl_cv_path_LD, -[if test -z "$LD"; then - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. - if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then - acl_cv_path_LD="$ac_dir/$ac_prog" - # Check to see if the program is GNU ld. I'd rather use --version, - # but apparently some GNU ld's only accept -v. - # Break only if it was the GNU/non-GNU ld that we prefer. - if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then - test "$with_gnu_ld" != no && break - else - test "$with_gnu_ld" != yes && break - fi - fi - done - IFS="$ac_save_ifs" -else - acl_cv_path_LD="$LD" # Let the user override the test with a path. -fi]) -LD="$acl_cv_path_LD" -if test -n "$LD"; then - AC_MSG_RESULT($LD) -else - AC_MSG_RESULT(no) -fi -test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) -AC_LIB_PROG_LD_GNU -]) diff --git a/m4/lib-link.m4 b/m4/lib-link.m4 deleted file mode 100644 index eeb200d..0000000 --- a/m4/lib-link.m4 +++ /dev/null @@ -1,551 +0,0 @@ -# lib-link.m4 serial 4 (gettext-0.12) -dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Bruno Haible. - -dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and -dnl the libraries corresponding to explicit and implicit dependencies. -dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and -dnl augments the CPPFLAGS variable. -AC_DEFUN([AC_LIB_LINKFLAGS], -[ - AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) - AC_REQUIRE([AC_LIB_RPATH]) - define([Name],[translit([$1],[./-], [___])]) - define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], - [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) - AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ - AC_LIB_LINKFLAGS_BODY([$1], [$2]) - ac_cv_lib[]Name[]_libs="$LIB[]NAME" - ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" - ac_cv_lib[]Name[]_cppflags="$INC[]NAME" - ]) - LIB[]NAME="$ac_cv_lib[]Name[]_libs" - LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" - INC[]NAME="$ac_cv_lib[]Name[]_cppflags" - AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) - AC_SUBST([LIB]NAME) - AC_SUBST([LTLIB]NAME) - dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the - dnl results of this search when this library appears as a dependency. - HAVE_LIB[]NAME=yes - undefine([Name]) - undefine([NAME]) -]) - -dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode) -dnl searches for libname and the libraries corresponding to explicit and -dnl implicit dependencies, together with the specified include files and -dnl the ability to compile and link the specified testcode. If found, it -dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and -dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and -dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs -dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. -AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], -[ - AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) - AC_REQUIRE([AC_LIB_RPATH]) - define([Name],[translit([$1],[./-], [___])]) - define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], - [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) - - dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME - dnl accordingly. - AC_LIB_LINKFLAGS_BODY([$1], [$2]) - - dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, - dnl because if the user has installed lib[]Name and not disabled its use - dnl via --without-lib[]Name-prefix, he wants to use it. - ac_save_CPPFLAGS="$CPPFLAGS" - AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) - - AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ - ac_save_LIBS="$LIBS" - LIBS="$LIBS $LIB[]NAME" - AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) - LIBS="$ac_save_LIBS" - ]) - if test "$ac_cv_lib[]Name" = yes; then - HAVE_LIB[]NAME=yes - AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) - AC_MSG_CHECKING([how to link with lib[]$1]) - AC_MSG_RESULT([$LIB[]NAME]) - else - HAVE_LIB[]NAME=no - dnl If $LIB[]NAME didn't lead to a usable library, we don't need - dnl $INC[]NAME either. - CPPFLAGS="$ac_save_CPPFLAGS" - LIB[]NAME= - LTLIB[]NAME= - fi - AC_SUBST([HAVE_LIB]NAME) - AC_SUBST([LIB]NAME) - AC_SUBST([LTLIB]NAME) - undefine([Name]) - undefine([NAME]) -]) - -dnl Determine the platform dependent parameters needed to use rpath: -dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator, -dnl hardcode_direct, hardcode_minus_L. -AC_DEFUN([AC_LIB_RPATH], -[ - AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS - AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld - AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host - AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir - AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ - CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ - ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh - . ./conftest.sh - rm -f ./conftest.sh - acl_cv_rpath=done - ]) - wl="$acl_cv_wl" - libext="$acl_cv_libext" - shlibext="$acl_cv_shlibext" - hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" - hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" - hardcode_direct="$acl_cv_hardcode_direct" - hardcode_minus_L="$acl_cv_hardcode_minus_L" - dnl Determine whether the user wants rpath handling at all. - AC_ARG_ENABLE(rpath, - [ --disable-rpath do not hardcode runtime library paths], - :, enable_rpath=yes) -]) - -dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and -dnl the libraries corresponding to explicit and implicit dependencies. -dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. -AC_DEFUN([AC_LIB_LINKFLAGS_BODY], -[ - define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], - [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) - dnl By default, look in $includedir and $libdir. - use_additional=yes - AC_LIB_WITH_FINAL_PREFIX([ - eval additional_includedir=\"$includedir\" - eval additional_libdir=\"$libdir\" - ]) - AC_LIB_ARG_WITH([lib$1-prefix], -[ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib - --without-lib$1-prefix don't search for lib$1 in includedir and libdir], -[ - if test "X$withval" = "Xno"; then - use_additional=no - else - if test "X$withval" = "X"; then - AC_LIB_WITH_FINAL_PREFIX([ - eval additional_includedir=\"$includedir\" - eval additional_libdir=\"$libdir\" - ]) - else - additional_includedir="$withval/include" - additional_libdir="$withval/lib" - fi - fi -]) - dnl Search the library and its dependencies in $additional_libdir and - dnl $LDFLAGS. Using breadth-first-seach. - LIB[]NAME= - LTLIB[]NAME= - INC[]NAME= - rpathdirs= - ltrpathdirs= - names_already_handled= - names_next_round='$1 $2' - while test -n "$names_next_round"; do - names_this_round="$names_next_round" - names_next_round= - for name in $names_this_round; do - already_handled= - for n in $names_already_handled; do - if test "$n" = "$name"; then - already_handled=yes - break - fi - done - if test -z "$already_handled"; then - names_already_handled="$names_already_handled $name" - dnl See if it was already located by an earlier AC_LIB_LINKFLAGS - dnl or AC_LIB_HAVE_LINKFLAGS call. - uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` - eval value=\"\$HAVE_LIB$uppername\" - if test -n "$value"; then - if test "$value" = yes; then - eval value=\"\$LIB$uppername\" - test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" - eval value=\"\$LTLIB$uppername\" - test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" - else - dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined - dnl that this library doesn't exist. So just drop it. - : - fi - else - dnl Search the library lib$name in $additional_libdir and $LDFLAGS - dnl and the already constructed $LIBNAME/$LTLIBNAME. - found_dir= - found_la= - found_so= - found_a= - if test $use_additional = yes; then - if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then - found_dir="$additional_libdir" - found_so="$additional_libdir/lib$name.$shlibext" - if test -f "$additional_libdir/lib$name.la"; then - found_la="$additional_libdir/lib$name.la" - fi - else - if test -f "$additional_libdir/lib$name.$libext"; then - found_dir="$additional_libdir" - found_a="$additional_libdir/lib$name.$libext" - if test -f "$additional_libdir/lib$name.la"; then - found_la="$additional_libdir/lib$name.la" - fi - fi - fi - fi - if test "X$found_dir" = "X"; then - for x in $LDFLAGS $LTLIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - case "$x" in - -L*) - dir=`echo "X$x" | sed -e 's/^X-L//'` - if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then - found_dir="$dir" - found_so="$dir/lib$name.$shlibext" - if test -f "$dir/lib$name.la"; then - found_la="$dir/lib$name.la" - fi - else - if test -f "$dir/lib$name.$libext"; then - found_dir="$dir" - found_a="$dir/lib$name.$libext" - if test -f "$dir/lib$name.la"; then - found_la="$dir/lib$name.la" - fi - fi - fi - ;; - esac - if test "X$found_dir" != "X"; then - break - fi - done - fi - if test "X$found_dir" != "X"; then - dnl Found the library. - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" - if test "X$found_so" != "X"; then - dnl Linking with a shared library. We attempt to hardcode its - dnl directory into the executable's runpath, unless it's the - dnl standard /usr/lib. - if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then - dnl No hardcoding is needed. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" - else - dnl Use an explicit option to hardcode DIR into the resulting - dnl binary. - dnl Potentially add DIR to ltrpathdirs. - dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. - haveit= - for x in $ltrpathdirs; do - if test "X$x" = "X$found_dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - ltrpathdirs="$ltrpathdirs $found_dir" - fi - dnl The hardcoding into $LIBNAME is system dependent. - if test "$hardcode_direct" = yes; then - dnl Using DIR/libNAME.so during linking hardcodes DIR into the - dnl resulting binary. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" - else - if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then - dnl Use an explicit option to hardcode DIR into the resulting - dnl binary. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" - dnl Potentially add DIR to rpathdirs. - dnl The rpathdirs will be appended to $LIBNAME at the end. - haveit= - for x in $rpathdirs; do - if test "X$x" = "X$found_dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - rpathdirs="$rpathdirs $found_dir" - fi - else - dnl Rely on "-L$found_dir". - dnl But don't add it if it's already contained in the LDFLAGS - dnl or the already constructed $LIBNAME - haveit= - for x in $LDFLAGS $LIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-L$found_dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" - fi - if test "$hardcode_minus_L" != no; then - dnl FIXME: Not sure whether we should use - dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" - dnl here. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" - else - dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH - dnl here, because this doesn't fit in flags passed to the - dnl compiler. So give up. No hardcoding. This affects only - dnl very old systems. - dnl FIXME: Not sure whether we should use - dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" - dnl here. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" - fi - fi - fi - fi - else - if test "X$found_a" != "X"; then - dnl Linking with a static library. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" - else - dnl We shouldn't come here, but anyway it's good to have a - dnl fallback. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" - fi - fi - dnl Assume the include files are nearby. - additional_includedir= - case "$found_dir" in - */lib | */lib/) - basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` - additional_includedir="$basedir/include" - ;; - esac - if test "X$additional_includedir" != "X"; then - dnl Potentially add $additional_includedir to $INCNAME. - dnl But don't add it - dnl 1. if it's the standard /usr/include, - dnl 2. if it's /usr/local/include and we are using GCC on Linux, - dnl 3. if it's already present in $CPPFLAGS or the already - dnl constructed $INCNAME, - dnl 4. if it doesn't exist as a directory. - if test "X$additional_includedir" != "X/usr/include"; then - haveit= - if test "X$additional_includedir" = "X/usr/local/include"; then - if test -n "$GCC"; then - case $host_os in - linux*) haveit=yes;; - esac - fi - fi - if test -z "$haveit"; then - for x in $CPPFLAGS $INC[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-I$additional_includedir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test -d "$additional_includedir"; then - dnl Really add $additional_includedir to $INCNAME. - INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" - fi - fi - fi - fi - fi - dnl Look for dependencies. - if test -n "$found_la"; then - dnl Read the .la file. It defines the variables - dnl dlname, library_names, old_library, dependency_libs, current, - dnl age, revision, installed, dlopen, dlpreopen, libdir. - save_libdir="$libdir" - case "$found_la" in - */* | *\\*) . "$found_la" ;; - *) . "./$found_la" ;; - esac - libdir="$save_libdir" - dnl We use only dependency_libs. - for dep in $dependency_libs; do - case "$dep" in - -L*) - additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` - dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. - dnl But don't add it - dnl 1. if it's the standard /usr/lib, - dnl 2. if it's /usr/local/lib and we are using GCC on Linux, - dnl 3. if it's already present in $LDFLAGS or the already - dnl constructed $LIBNAME, - dnl 4. if it doesn't exist as a directory. - if test "X$additional_libdir" != "X/usr/lib"; then - haveit= - if test "X$additional_libdir" = "X/usr/local/lib"; then - if test -n "$GCC"; then - case $host_os in - linux*) haveit=yes;; - esac - fi - fi - if test -z "$haveit"; then - haveit= - for x in $LDFLAGS $LIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-L$additional_libdir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test -d "$additional_libdir"; then - dnl Really add $additional_libdir to $LIBNAME. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" - fi - fi - haveit= - for x in $LDFLAGS $LTLIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-L$additional_libdir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test -d "$additional_libdir"; then - dnl Really add $additional_libdir to $LTLIBNAME. - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" - fi - fi - fi - fi - ;; - -R*) - dir=`echo "X$dep" | sed -e 's/^X-R//'` - if test "$enable_rpath" != no; then - dnl Potentially add DIR to rpathdirs. - dnl The rpathdirs will be appended to $LIBNAME at the end. - haveit= - for x in $rpathdirs; do - if test "X$x" = "X$dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - rpathdirs="$rpathdirs $dir" - fi - dnl Potentially add DIR to ltrpathdirs. - dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. - haveit= - for x in $ltrpathdirs; do - if test "X$x" = "X$dir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - ltrpathdirs="$ltrpathdirs $dir" - fi - fi - ;; - -l*) - dnl Handle this in the next round. - names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` - ;; - *.la) - dnl Handle this in the next round. Throw away the .la's - dnl directory; it is already contained in a preceding -L - dnl option. - names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` - ;; - *) - dnl Most likely an immediate library name. - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" - ;; - esac - done - fi - else - dnl Didn't find the library; assume it is in the system directories - dnl known to the linker and runtime loader. (All the system - dnl directories known to the linker should also be known to the - dnl runtime loader, otherwise the system is severely misconfigured.) - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" - fi - fi - fi - done - done - if test "X$rpathdirs" != "X"; then - if test -n "$hardcode_libdir_separator"; then - dnl Weird platform: only the last -rpath option counts, the user must - dnl pass all path elements in one option. We can arrange that for a - dnl single library, but not when more than one $LIBNAMEs are used. - alldirs= - for found_dir in $rpathdirs; do - alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" - done - dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl. - acl_save_libdir="$libdir" - libdir="$alldirs" - eval flag=\"$hardcode_libdir_flag_spec\" - libdir="$acl_save_libdir" - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" - else - dnl The -rpath options are cumulative. - for found_dir in $rpathdirs; do - acl_save_libdir="$libdir" - libdir="$found_dir" - eval flag=\"$hardcode_libdir_flag_spec\" - libdir="$acl_save_libdir" - LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" - done - fi - fi - if test "X$ltrpathdirs" != "X"; then - dnl When using libtool, the option that works for both libraries and - dnl executables is -R. The -R options are cumulative. - for found_dir in $ltrpathdirs; do - LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" - done - fi -]) - -dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, -dnl unless already present in VAR. -dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes -dnl contains two or three consecutive elements that belong together. -AC_DEFUN([AC_LIB_APPENDTOVAR], -[ - for element in [$2]; do - haveit= - for x in $[$1]; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X$element"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - [$1]="${[$1]}${[$1]:+ }$element" - fi - done -]) diff --git a/m4/lib-prefix.m4 b/m4/lib-prefix.m4 deleted file mode 100644 index c719bc8..0000000 --- a/m4/lib-prefix.m4 +++ /dev/null @@ -1,155 +0,0 @@ -# lib-prefix.m4 serial 2 (gettext-0.12) -dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Bruno Haible. - -dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and -dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't -dnl require excessive bracketing. -ifdef([AC_HELP_STRING], -[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], -[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) - -dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed -dnl to access previously installed libraries. The basic assumption is that -dnl a user will want packages to use other packages he previously installed -dnl with the same --prefix option. -dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate -dnl libraries, but is otherwise very convenient. -AC_DEFUN([AC_LIB_PREFIX], -[ - AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) - AC_REQUIRE([AC_PROG_CC]) - AC_REQUIRE([AC_CANONICAL_HOST]) - AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) - dnl By default, look in $includedir and $libdir. - use_additional=yes - AC_LIB_WITH_FINAL_PREFIX([ - eval additional_includedir=\"$includedir\" - eval additional_libdir=\"$libdir\" - ]) - AC_LIB_ARG_WITH([lib-prefix], -[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib - --without-lib-prefix don't search for libraries in includedir and libdir], -[ - if test "X$withval" = "Xno"; then - use_additional=no - else - if test "X$withval" = "X"; then - AC_LIB_WITH_FINAL_PREFIX([ - eval additional_includedir=\"$includedir\" - eval additional_libdir=\"$libdir\" - ]) - else - additional_includedir="$withval/include" - additional_libdir="$withval/lib" - fi - fi -]) - if test $use_additional = yes; then - dnl Potentially add $additional_includedir to $CPPFLAGS. - dnl But don't add it - dnl 1. if it's the standard /usr/include, - dnl 2. if it's already present in $CPPFLAGS, - dnl 3. if it's /usr/local/include and we are using GCC on Linux, - dnl 4. if it doesn't exist as a directory. - if test "X$additional_includedir" != "X/usr/include"; then - haveit= - for x in $CPPFLAGS; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-I$additional_includedir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test "X$additional_includedir" = "X/usr/local/include"; then - if test -n "$GCC"; then - case $host_os in - linux*) haveit=yes;; - esac - fi - fi - if test -z "$haveit"; then - if test -d "$additional_includedir"; then - dnl Really add $additional_includedir to $CPPFLAGS. - CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" - fi - fi - fi - fi - dnl Potentially add $additional_libdir to $LDFLAGS. - dnl But don't add it - dnl 1. if it's the standard /usr/lib, - dnl 2. if it's already present in $LDFLAGS, - dnl 3. if it's /usr/local/lib and we are using GCC on Linux, - dnl 4. if it doesn't exist as a directory. - if test "X$additional_libdir" != "X/usr/lib"; then - haveit= - for x in $LDFLAGS; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) - if test "X$x" = "X-L$additional_libdir"; then - haveit=yes - break - fi - done - if test -z "$haveit"; then - if test "X$additional_libdir" = "X/usr/local/lib"; then - if test -n "$GCC"; then - case $host_os in - linux*) haveit=yes;; - esac - fi - fi - if test -z "$haveit"; then - if test -d "$additional_libdir"; then - dnl Really add $additional_libdir to $LDFLAGS. - LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" - fi - fi - fi - fi - fi -]) - -dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, -dnl acl_final_exec_prefix, containing the values to which $prefix and -dnl $exec_prefix will expand at the end of the configure script. -AC_DEFUN([AC_LIB_PREPARE_PREFIX], -[ - dnl Unfortunately, prefix and exec_prefix get only finally determined - dnl at the end of configure. - if test "X$prefix" = "XNONE"; then - acl_final_prefix="$ac_default_prefix" - else - acl_final_prefix="$prefix" - fi - if test "X$exec_prefix" = "XNONE"; then - acl_final_exec_prefix='${prefix}' - else - acl_final_exec_prefix="$exec_prefix" - fi - acl_save_prefix="$prefix" - prefix="$acl_final_prefix" - eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" - prefix="$acl_save_prefix" -]) - -dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the -dnl variables prefix and exec_prefix bound to the values they will have -dnl at the end of the configure script. -AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], -[ - acl_save_prefix="$prefix" - prefix="$acl_final_prefix" - acl_save_exec_prefix="$exec_prefix" - exec_prefix="$acl_final_exec_prefix" - $1 - exec_prefix="$acl_save_exec_prefix" - prefix="$acl_save_prefix" -]) diff --git a/m4/nls.m4 b/m4/nls.m4 deleted file mode 100644 index 36bc493..0000000 --- a/m4/nls.m4 +++ /dev/null @@ -1,49 +0,0 @@ -# nls.m4 serial 1 (gettext-0.12) -dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2003. - -AC_DEFUN([AM_NLS], -[ - AC_MSG_CHECKING([whether NLS is requested]) - dnl Default is enabled NLS - AC_ARG_ENABLE(nls, - [ --disable-nls do not use Native Language Support], - USE_NLS=$enableval, USE_NLS=yes) - AC_MSG_RESULT($USE_NLS) - AC_SUBST(USE_NLS) -]) - -AC_DEFUN([AM_MKINSTALLDIRS], -[ - dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly - dnl find the mkinstalldirs script in another subdir but $(top_srcdir). - dnl Try to locate it. - MKINSTALLDIRS= - if test -n "$ac_aux_dir"; then - case "$ac_aux_dir" in - /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; - *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; - esac - fi - if test -z "$MKINSTALLDIRS"; then - MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" - fi - AC_SUBST(MKINSTALLDIRS) -]) diff --git a/m4/po.m4 b/m4/po.m4 deleted file mode 100644 index 861e3de..0000000 --- a/m4/po.m4 +++ /dev/null @@ -1,197 +0,0 @@ -# po.m4 serial 1 (gettext-0.12) -dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2003. - -dnl Checks for all prerequisites of the po subdirectory. -AC_DEFUN([AM_PO_SUBDIRS], -[ - AC_REQUIRE([AC_PROG_MAKE_SET])dnl - AC_REQUIRE([AC_PROG_INSTALL])dnl - AC_REQUIRE([AM_MKINSTALLDIRS])dnl - AC_REQUIRE([AM_NLS])dnl - - dnl Perform the following tests also if --disable-nls has been given, - dnl because they are needed for "make dist" to work. - - dnl Search for GNU msgfmt in the PATH. - dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. - dnl The second test excludes FreeBSD msgfmt. - AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, - [$ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 && - (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], - :) - AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) - - dnl Search for GNU xgettext 0.12 or newer in the PATH. - dnl The first test excludes Solaris xgettext and early GNU xgettext versions. - dnl The second test excludes FreeBSD xgettext. - AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, - [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && - (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], - :) - dnl Remove leftover from FreeBSD xgettext call. - rm -f messages.po - - dnl Search for GNU msgmerge 0.11 or newer in the PATH. - AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, - [$ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1], :) - - dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. - dnl Test whether we really found GNU msgfmt. - if test "$GMSGFMT" != ":"; then - dnl If it is no GNU msgfmt we define it as : so that the - dnl Makefiles still can work. - if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && - (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then - : ; - else - GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` - AC_MSG_RESULT( - [found $GMSGFMT program is not GNU msgfmt; ignore it]) - GMSGFMT=":" - fi - fi - - dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. - dnl Test whether we really found GNU xgettext. - if test "$XGETTEXT" != ":"; then - dnl If it is no GNU xgettext we define it as : so that the - dnl Makefiles still can work. - if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && - (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then - : ; - else - AC_MSG_RESULT( - [found xgettext program is not GNU xgettext; ignore it]) - XGETTEXT=":" - fi - dnl Remove leftover from FreeBSD xgettext call. - rm -f messages.po - fi - - AC_OUTPUT_COMMANDS([ - for ac_file in $CONFIG_FILES; do - # Support "outfile[:infile[:infile...]]" - case "$ac_file" in - *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; - esac - # PO directories have a Makefile.in generated from Makefile.in.in. - case "$ac_file" in */Makefile.in) - # Adjust a relative srcdir. - ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` - ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" - ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` - # In autoconf-2.13 it is called $ac_given_srcdir. - # In autoconf-2.50 it is called $srcdir. - test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" - case "$ac_given_srcdir" in - .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; - /*) top_srcdir="$ac_given_srcdir" ;; - *) top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then - rm -f "$ac_dir/POTFILES" - test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" - cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" - POMAKEFILEDEPS="POTFILES.in" - # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend - # on $ac_dir but don't depend on user-specified configuration - # parameters. - if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then - # The LINGUAS file contains the set of available languages. - if test -n "$OBSOLETE_ALL_LINGUAS"; then - test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" - fi - ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"` - # Hide the ALL_LINGUAS assigment from automake. - eval 'ALL_LINGUAS''=$ALL_LINGUAS_' - POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" - else - # The set of available languages was given in configure.in. - eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' - fi - case "$ac_given_srcdir" in - .) srcdirpre= ;; - *) srcdirpre='$(srcdir)/' ;; - esac - POFILES= - GMOFILES= - UPDATEPOFILES= - DUMMYPOFILES= - for lang in $ALL_LINGUAS; do - POFILES="$POFILES $srcdirpre$lang.po" - GMOFILES="$GMOFILES $srcdirpre$lang.gmo" - UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" - DUMMYPOFILES="$DUMMYPOFILES $lang.nop" - done - # CATALOGS depends on both $ac_dir and the user's LINGUAS - # environment variable. - INST_LINGUAS= - if test -n "$ALL_LINGUAS"; then - for presentlang in $ALL_LINGUAS; do - useit=no - if test "%UNSET%" != "$LINGUAS"; then - desiredlanguages="$LINGUAS" - else - desiredlanguages="$ALL_LINGUAS" - fi - for desiredlang in $desiredlanguages; do - # Use the presentlang catalog if desiredlang is - # a. equal to presentlang, or - # b. a variant of presentlang (because in this case, - # presentlang can be used as a fallback for messages - # which are not translated in the desiredlang catalog). - case "$desiredlang" in - "$presentlang"*) useit=yes;; - esac - done - if test $useit = yes; then - INST_LINGUAS="$INST_LINGUAS $presentlang" - fi - done - fi - CATALOGS= - if test -n "$INST_LINGUAS"; then - for lang in $INST_LINGUAS; do - CATALOGS="$CATALOGS $lang.gmo" - done - fi - test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" - sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" - for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do - if test -f "$f"; then - case "$f" in - *.orig | *.bak | *~) ;; - *) cat "$f" >> "$ac_dir/Makefile" ;; - esac - fi - done - fi - ;; - esac - done], - [# Capture the value of obsolete ALL_LINGUAS because we need it to compute - # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it - # from automake. - eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' - # Capture the value of LINGUAS because we need it to compute CATALOGS. - LINGUAS="${LINGUAS-%UNSET%}" - ]) -]) diff --git a/m4/progtest.m4 b/m4/progtest.m4 deleted file mode 100644 index 8fe527c..0000000 --- a/m4/progtest.m4 +++ /dev/null @@ -1,91 +0,0 @@ -# progtest.m4 serial 3 (gettext-0.12) -dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. -dnl -dnl This file can can be used in projects which are not available under -dnl the GNU General Public License or the GNU Library General Public -dnl License but which still want to provide support for the GNU gettext -dnl functionality. -dnl Please note that the actual code of the GNU gettext library is covered -dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. -dnl They are *not* in the public domain. - -dnl Authors: -dnl Ulrich Drepper , 1996. - -# Search path for a program which passes the given test. - -dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, -dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) -AC_DEFUN([AM_PATH_PROG_WITH_TEST], -[ -# Prepare PATH_SEPARATOR. -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' - else - PATH_SEPARATOR=: - fi - rm -f conf$$.sh -fi - -# Find out how to test for executable files. Don't use a zero-byte file, -# as systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - ac_executable_p="test -x" -else - ac_executable_p="test -f" -fi -rm -f conf$$.file - -# Extract the first word of "$2", so it can be a program name with args. -set dummy $2; ac_word=[$]2 -AC_MSG_CHECKING([for $ac_word]) -AC_CACHE_VAL(ac_cv_path_$1, -[case "[$]$1" in - [[\\/]]* | ?:[[\\/]]*) - ac_cv_path_$1="[$]$1" # Let the user override the test with a path. - ;; - *) - ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in ifelse([$5], , $PATH, [$5]); do - IFS="$ac_save_IFS" - test -z "$ac_dir" && ac_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then - if [$3]; then - ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" - break 2 - fi - fi - done - done - IFS="$ac_save_IFS" -dnl If no 4th arg is given, leave the cache variable unset, -dnl so AC_PATH_PROGS will keep looking. -ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" -])dnl - ;; -esac])dnl -$1="$ac_cv_path_$1" -if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then - AC_MSG_RESULT([$]$1) -else - AC_MSG_RESULT(no) -fi -AC_SUBST($1)dnl -]) diff --git a/m4/stdint_h.m4 b/m4/stdint_h.m4 deleted file mode 100644 index 32ba7ae..0000000 --- a/m4/stdint_h.m4 +++ /dev/null @@ -1,28 +0,0 @@ -# stdint_h.m4 serial 3 (gettext-0.12) -dnl Copyright (C) 1997-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Paul Eggert. - -# Define HAVE_STDINT_H_WITH_UINTMAX if exists, -# doesn't clash with , and declares uintmax_t. - -AC_DEFUN([jm_AC_HEADER_STDINT_H], -[ - AC_CACHE_CHECK([for stdint.h], jm_ac_cv_header_stdint_h, - [AC_TRY_COMPILE( - [#include -#include ], - [uintmax_t i = (uintmax_t) -1;], - jm_ac_cv_header_stdint_h=yes, - jm_ac_cv_header_stdint_h=no)]) - if test $jm_ac_cv_header_stdint_h = yes; then - AC_DEFINE_UNQUOTED(HAVE_STDINT_H_WITH_UINTMAX, 1, - [Define if exists, doesn't clash with , - and declares uintmax_t. ]) - fi -]) diff --git a/m4/uintmax_t.m4 b/m4/uintmax_t.m4 deleted file mode 100644 index b5f28d4..0000000 --- a/m4/uintmax_t.m4 +++ /dev/null @@ -1,32 +0,0 @@ -# uintmax_t.m4 serial 7 (gettext-0.12) -dnl Copyright (C) 1997-2003 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Paul Eggert. - -AC_PREREQ(2.13) - -# Define uintmax_t to 'unsigned long' or 'unsigned long long' -# if it is not already defined in or . - -AC_DEFUN([jm_AC_TYPE_UINTMAX_T], -[ - AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) - AC_REQUIRE([jm_AC_HEADER_STDINT_H]) - if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then - AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG]) - test $ac_cv_type_unsigned_long_long = yes \ - && ac_type='unsigned long long' \ - || ac_type='unsigned long' - AC_DEFINE_UNQUOTED(uintmax_t, $ac_type, - [Define to unsigned long or unsigned long long - if and don't define.]) - else - AC_DEFINE(HAVE_UINTMAX_T, 1, - [Define if you have the 'uintmax_t' type in or .]) - fi -]) diff --git a/m4/ulonglong.m4 b/m4/ulonglong.m4 deleted file mode 100644 index c375e47..0000000 --- a/m4/ulonglong.m4 +++ /dev/null @@ -1,23 +0,0 @@ -# ulonglong.m4 serial 2 (fileutils-4.0.32, gettext-0.10.40) -dnl Copyright (C) 1999-2002 Free Software Foundation, Inc. -dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. - -dnl From Paul Eggert. - -AC_DEFUN([jm_AC_TYPE_UNSIGNED_LONG_LONG], -[ - AC_CACHE_CHECK([for unsigned long long], ac_cv_type_unsigned_long_long, - [AC_TRY_LINK([unsigned long long ull = 1; int i = 63;], - [unsigned long long ullmax = (unsigned long long) -1; - return ull << i | ull >> i | ullmax / ull | ullmax % ull;], - ac_cv_type_unsigned_long_long=yes, - ac_cv_type_unsigned_long_long=no)]) - if test $ac_cv_type_unsigned_long_long = yes; then - AC_DEFINE(HAVE_UNSIGNED_LONG_LONG, 1, - [Define if you have the unsigned long long type.]) - fi -]) diff --git a/po/.cvsignore b/po/.cvsignore deleted file mode 100644 index ad1b4b3..0000000 --- a/po/.cvsignore +++ /dev/null @@ -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 diff --git a/po/Makefile.am b/po/Makefile.am deleted file mode 100644 index bb64bad..0000000 --- a/po/Makefile.am +++ /dev/null @@ -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 diff --git a/po/Makefile.in.in b/po/Makefile.in.in deleted file mode 100644 index 27b721a..0000000 --- a/po/Makefile.in.in +++ /dev/null @@ -1,353 +0,0 @@ -# Makefile for PO directory in any package using GNU gettext. -# Copyright (C) 1995-1997, 2000-2003 by Ulrich Drepper -# -# 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: diff --git a/po/cs.po b/po/cs.po deleted file mode 100644 index 35313bd..0000000 --- a/po/cs.po +++ /dev/null @@ -1,114 +0,0 @@ -# Czech translation. -# This file is put in the public domain. -# quaker66@gmail.com -# -msgid "" -msgstr "" -"Project-Id-Version: Ephoto\n" -"Report-Msgid-Bugs-To: quaker66@gmail.com\n" -"POT-Creation-Date: 2007-05-21 18:47+0200\n" -"PO-Revision-Date: 2008-08-11 12:42+0100\n" -"Last-Translator: quaker \n" -"Language-Team: easylinux \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: src/bin/ephoto_edit_view.c:36 -msgid "Standard Tools" -msgstr "Standartní nástroje" - -#: src/bin/ephoto_edit_view.c:44 -msgid "Advanced Tools" -msgstr "Pokročilé nástroje" - -#: src/bin/ephoto_edit_view.c:66 -#: src/bin/ephoto_single_view.c:33 -msgid "Previous Image" -msgstr "Předchozí obrázek" - -#: src/bin/ephoto_edit_view.c:70 -#: src/bin/ephoto_single_view.c:39 -msgid "Next Image" -msgstr "Další obrázek" - -#: src/bin/ephoto_exif.c:103 -msgid "No Exif Data Exists" -msgstr "Neexistují exif data" - -#: src/bin/ephoto_list_view.c:97 -msgid "Name" -msgstr "Jméno" - -#: src/bin/ephoto_list_view.c:99 -msgid "Pixels" -msgstr "Pixely" - -#: src/bin/ephoto_list_view.c:101 -msgid "Size" -msgstr "Velikost" - -#: src/bin/ephoto_main.c:216 -msgid "Albums" -msgstr "Albumy" - -#: src/bin/ephoto_main.c:222 -msgid "File System" -msgstr "Systém souborů" - -#: src/bin/ephoto_main.c:247 -msgid "Normal View" -msgstr "Normální pohled" - -#: src/bin/ephoto_main.c:255 -msgid "List View" -msgstr "Seznam" - -#: src/bin/ephoto_main.c:263 -msgid "Single View" -msgstr "Samostatný pohled" - -#: src/bin/ephoto_main.c:275 -msgid "You do not have libexif 0.6.13" -msgstr "Nemáte libexif 0.6.13" - -#: src/bin/ephoto_main.c:281 -msgid "View Exif Data" -msgstr "Zobrazit exif data" - -#: src/bin/ephoto_main.c:288 -msgid "Toggle Fullscreen" -msgstr "Přepnout fullscreen" - -#: src/bin/ephoto_main.c:296 -msgid "Start a Slideshow" -msgstr "Spustit slideshow" - -#: src/bin/ephoto_main.c:308 -msgid "Move to edit view" -msgstr "Přesunout k editaci pohledu" - -#: src/bin/ephoto_main.c:314 -msgid "Complete Library" -msgstr "Kompletní knihovna" - -#: src/bin/ephoto_utils.c:9 -#, c-format -msgid "%'.0f Bytes" -msgstr "%'.0f bajtů" - -#: src/bin/ephoto_utils.c:14 -#, c-format -msgid "%'.0f KB" -msgstr "%'.0f KB" - -#: src/bin/ephoto_utils.c:20 -#, c-format -msgid "%'.0f MB" -msgstr "%'.0f MB" - -#: src/bin/ephoto_utils.c:25 -#, c-format -msgid "%'.1f GB" -msgstr "%'.1f GB" - diff --git a/po/de.po b/po/de.po deleted file mode 100644 index f7d82be..0000000 --- a/po/de.po +++ /dev/null @@ -1,289 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , 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: 2007-06-10 20:17+0100\n" -"Last-Translator: Peter Wehrfritz \n" -"Language-Team: LANGUAGE \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 "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 "" - -#: 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 "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 "" -#~ "Name: %s\n" -#~ "Pixels: %s\n" -#~ "Size: %s\n" -#~ msgstr "" -#~ "Name: %s\n" -#~ "Auflösung: %s\n" -#~ "Größe: %s\n" - -#~ 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 "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" - -#~ msgid "Standard Tools" -#~ msgstr "Standardwerkzeuge" diff --git a/po/el.po b/po/el.po deleted file mode 100644 index 369e026..0000000 --- a/po/el.po +++ /dev/null @@ -1,80 +0,0 @@ -# translation of el.po to Greek -# translation of el.po to -# Greek translation for Enlightenment17. -# This file is put in the public domain. -# Geo Kou , 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: 2008-12-07 15:40+0200\n" -"Last-Translator: \n" -"Language-Team: Greek \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\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 "Επόμενη Εικόνα" - diff --git a/po/eo.po b/po/eo.po deleted file mode 100644 index d9d8bcf..0000000 --- a/po/eo.po +++ /dev/null @@ -1,116 +0,0 @@ -# translation of eo.po to Esperanto -# This file is put in the public domain. -# Olivier M , 2006-2007 -# -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: 2007-12-10 22:49+0100\n" -"Last-Translator: \n" -"Language-Team: Esperanto \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Language-Team: Esperanto \n" -"X-Poedit-Language: Esperanto\n" -"X-Poedit-Basepath: .\n" -"X-Generator: KBabel 1.11.4\n" -"X-Poedit-SearchPath-0: /usr/portage/distfiles/cvs-src/e17/apps/ephoto/src\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 "" - -#: 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 "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 "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 "Move to edit view" -#~ msgstr "Ŝanĝi al redakta 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 "Standard Tools" -#~ msgstr "Defaŭlta Iloj" diff --git a/po/es.po b/po/es.po deleted file mode 100644 index 457ebe3..0000000 --- a/po/es.po +++ /dev/null @@ -1,76 +0,0 @@ -# Spanish translation for enlightenment -# This file is distributed under the same license as the enlightenment package. -# DiegoJ , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: enlightenment\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2008-11-23 20:28+0800\n" -"PO-Revision-Date: 2009-01-22 19:41+0000\n" -"Last-Translator: DiegoJ \n" -"Language-Team: Spanish \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" diff --git a/po/fr.po b/po/fr.po deleted file mode 100644 index 37dfee8..0000000 --- a/po/fr.po +++ /dev/null @@ -1,166 +0,0 @@ -# This file is put in the public domain. -# This file is distributed under the same license as the ephoto package. -# DUNNEWIND Maxence , 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: 2008-11-27 12:10+0400\n" -"Last-Translator: batden \n" -"Language-Team: Enlightenment i18n French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: French\n" -"X-Poedit-Country: FRANCE\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 "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 " Location:" -#~ msgstr " Emplacement:" -#~ msgid "Albums" -#~ msgstr "Albums" -#~ 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 "Ephoto Slideshow" -#~ msgstr "Diaporama Ephoto" -#~ msgid "Slideshow Configuration" -#~ msgstr "Configuration du diaporama" -#~ msgid "Window Size" -#~ msgstr "Taille de la fenêtre" -#~ msgid "Fullscreen" -#~ msgstr "Plein écran" -#~ msgid "Custom" -#~ msgstr "Personnalisé" -#~ msgid "Width" -#~ msgstr "Largeur" -#~ msgid "Height" -#~ msgstr "Hauteur" -#~ msgid "Order" -#~ msgstr "Ordre" -#~ msgid "Loop Slideshow" -#~ msgstr "Diaporama en boucle" -#~ msgid "Random Order" -#~ msgstr "Ordre aléatoire " -#~ msgid "Image Size" -#~ msgstr "Taille de l'image" -#~ msgid "Zoom Images to Fill Window" -#~ msgstr "Redimensionner les images à la taille de la fenêtre" -#~ msgid "Keep Aspect" -#~ msgstr "Conserver l'aspect" -#~ msgid "Transitions" -#~ msgstr "Transitions" -#~ msgid "Show File Name On Change" -#~ msgstr "Afficher le nom du fichier lors du changement" -#~ msgid "Ephoto Image Viewer" -#~ msgstr "Visionneuse Ephoto" -#~ 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" -#~ msgid "In" -#~ msgstr "Zoom +" -#~ msgid "Out" -#~ msgstr "Zoom -" -#~ msgid "Left" -#~ msgstr "Gauche" -#~ msgid "Right" -#~ msgstr "Droite" - diff --git a/po/hu.po b/po/hu.po deleted file mode 100644 index b9e2b3d..0000000 --- a/po/hu.po +++ /dev/null @@ -1,113 +0,0 @@ -# translation of ephoto.po to hungarian -# This file is put in the public domain. -# -# Lisovszki , 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: 2008-02-02 18:45+0100\n" -"Last-Translator: Lisovszki \n" -"Language-Team: hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\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 "" - -#: 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 "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 "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 "Move to edit view" -#~ msgstr "Szerkesztői 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 "Standard Tools" -#~ msgstr "Szabványos eszközök" diff --git a/po/it.po b/po/it.po deleted file mode 100644 index 258bc5c..0000000 --- a/po/it.po +++ /dev/null @@ -1,75 +0,0 @@ -# Italian translation for Ephoto. -# This file is put in the public domain. -# Massimo Maiurana , 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 \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 "Zoom avanti" - -#: src/bin/ephoto_single_view.c:100 -msgid "Zoom Out" -msgstr "Zoom indietro" - -#: 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" diff --git a/po/ru.po b/po/ru.po deleted file mode 100644 index 5fe54aa..0000000 --- a/po/ru.po +++ /dev/null @@ -1,109 +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: 2008-03-15 20:59+0200\n" -"Last-Translator: Danny Moshnakov \n" -"Language-Team: russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Poedit-Language: Russian\n" -"X-Poedit-Country: RUSSIAN FEDERATION\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 "Следующее Изображение" - -#~ msgid "Normal View" -#~ msgstr "Обычный Вид" - -#~ msgid "List View" -#~ msgstr "Вид Списком" - -#~ msgid "Single View" -#~ msgstr "Одиночный Вид" - -#~ msgid "Move to edit 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 "Name" -#~ msgstr "Имя" - -#~ msgid "Pixels" -#~ msgstr "Точки растра" - -#~ msgid "Size" -#~ msgstr "Размер" - -#~ msgid "Standard Tools" -#~ msgstr "Стандартные Инструменты" diff --git a/po/sv.po b/po/sv.po deleted file mode 100644 index b6dccc8..0000000 --- a/po/sv.po +++ /dev/null @@ -1,170 +0,0 @@ -# Swedish translations for ephoto package. -# Copyright (C) 2006 THE ephoto'S COPYRIGHT HOLDER -# This file is distributed under the same license as the ephoto package. -# , 2006. -# -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-01-19 08:45+0000\n" -"Last-Translator: Nisselarsson \n" -"Language-Team: Swedish \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 "" - -#: src/bin/ephoto_utils.c:21 -#, c-format -msgid "%'.0f MB" -msgstr "" - -#: src/bin/ephoto_utils.c:26 -#, c-format -msgid "%'.1f GB" -msgstr "" - -#: 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 "" - -#~ 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" diff --git a/po/zh_CN.po b/po/zh_CN.po deleted file mode 100644 index 29d5859..0000000 --- a/po/zh_CN.po +++ /dev/null @@ -1,77 +0,0 @@ -# translation of ephoto to Simplified Chinese -# This file is put in the public domain. -# -# -# -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-01-22 17:44+0000\n" -"Last-Translator: Aron Xu \n" -"Language-Team: Chinese/Simplified \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 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 "下张图像" diff --git a/src/.cvsignore b/src/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/src/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 5f56980..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -## Process this file with automake to produce Makefile.in - -MAINTAINERCLEANFILES = Makefile.in Makefile - -SUBDIRS = bin diff --git a/src/bin/.cvsignore b/src/bin/.cvsignore deleted file mode 100644 index 3192369..0000000 --- a/src/bin/.cvsignore +++ /dev/null @@ -1,8 +0,0 @@ -.deps -.libs -Makefile -Makefile.in -config.h -config.h.in -ephoto -stamp-h1 diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am deleted file mode 100644 index f755c8d..0000000 --- a/src/bin/Makefile.am +++ /dev/null @@ -1,30 +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_albums.c \ - ephoto_database.c \ - ephoto_dialogs.c \ - ephoto_exif.c \ - ephoto_fsystem.c \ - ephoto_gui.c \ - ephoto_imaging.c \ - ephoto_import.c \ - ephoto_main.c \ - ephoto_nls.c \ - ephoto_normal_view.c \ - ephoto_simple.c \ - ephoto_single_view.c \ - ephoto_slideshow.c \ - ephoto_utils.c - -ephoto_CFLAGS = @EWL_CFLAGS@ @EXIF_CFLAGS@ @EFREET_MIME_CFLAGS@ @EPSILON_CFLAGS@ -Wall - -ephoto_LDADD = @EWL_LIBS@ @EXIF_LIBS@ @EFREET_MIME_LIBS@ @EPSILON_LIBS@ - -EXTRA_DIST = \ - ephoto.h diff --git a/src/bin/ephoto.c b/src/bin/ephoto.c deleted file mode 100644 index 1970968..0000000 --- a/src/bin/ephoto.c +++ /dev/null @@ -1,55 +0,0 @@ -#include "ephoto.h" - -Ephoto_Main *em; - -int -main(int argc, char **argv) -{ - char *arg; - int i; - -#ifdef ENABLE_NLS - setlocale(LC_MESSAGES, ""); - bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR); - bind_textdomain_codeset(PACKAGE, "UTF-8"); - textdomain(PACKAGE); -#endif - - for (i=0; i < argc; i++) - { - arg = argv[i]; - if (!strcmp(arg, "-h")) - { - printf("Ephoto Help\n" - "ephoto -h: This help page.\n" - "ephoto -s /path/to/image: Simple image viewer.\n"); - return 0; - } - if (!strcmp(arg, "-s") && i <= (argc-2)) - { - i++; - arg = argv[i]; - if (ecore_file_exists(arg)) - { - if (!ecore_init()) - { - printf("Error - Could not load Ecore.\n"); - return 1; - } - show_ephoto_simple(arg); - ecore_main_loop_begin(); - ecore_shutdown(); - return 0; - } - } - } - if (!ewl_init(&argc, argv)) - { - printf("Ewl is not usable, check your installation!\n"); - return 1; - } - create_main(); - ewl_main(); - return 0; -} - diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h deleted file mode 100644 index ae01154..0000000 --- a/src/bin/ephoto.h +++ /dev/null @@ -1,176 +0,0 @@ -#ifndef _EPHOTO_H_ -#define _EPHOTO_H_ - -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - -#include "config.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#ifdef BUILD_EXIF_SUPPORT -#include -#include -#endif - -#ifdef ENABLE_NLS -#include -#include -#define _(str) gettext(str) -#define gettext_noop(str) str -#define N_(str) gettext_noop(str) -#else -#define _(str) (str) -#define gettext_noop(str) str -#define N_(str) gettext_noop(str) -#define gettext(str) ((char*) (str)) -#endif - -/*ephoto_albums.c*/ -void show_albums(Ewl_Widget *c); -void populate_albums(Ewl_Widget *w, void *event, void *data); -void show_add_album_dialog(Ewl_Widget *w, void *event, void *data); - -/*ephoto_database.c*/ -void ephoto_db_init(void); -void ephoto_db_add_album(const char *name, - const char *description); -void ephoto_db_delete_album(const char *name); -Ecore_List *ephoto_db_list_albums(); -void ephoto_db_add_images(const char *album, - Ecore_List *images); -void ephoto_db_delete_image(const char *album, - const char *path); -Ecore_List *ephoto_db_list_images(const char *album); - -/*ephoto_dialogs.c*/ -void about_dialog(Ewl_Widget *w, void *event, void *data); - -/*ephoto_exif.c*/ -#ifdef BUILD_EXIF_SUPPORT -Ecore_Hash *get_exif_data(const char *file); -void add_exif_to_container(Ewl_Widget *c); -void display_exif(Ewl_Widget *w, void *event, void *data); -#endif - -/*ephoto_fsystem.c*/ -void show_fsystem(Ewl_Widget *c); -void populate_fsystem(Ewl_Widget *w, void *event, void *data); - -/*ephoto_gui.c*/ -Ewl_Widget *add_box(Ewl_Widget *c, Ewl_Orientation o, int spacing); -Ewl_Widget *add_button(Ewl_Widget *c, char *lbl, const char *img, - void *cb, - void *data); -Ewl_Widget *add_entry(Ewl_Widget *c, char *txt, void *cb, - void *data); -Ewl_Widget *add_icon(Ewl_Widget *c, const char *lbl, const char *img, - int thumb, - void *cb, - void *data); -Ewl_Widget *add_image(Ewl_Widget *c, - const char *img, int thumb, - void *cb, - void *data); -Ewl_Widget *add_label(Ewl_Widget *c, const char *lbl); -Ewl_Widget *add_menubar(Ewl_Widget *c); -Ewl_Widget *add_menu(Ewl_Widget *c, const char *lbl); -Ewl_Widget *add_menu_item(Ewl_Widget *c, const char *lbl, - const char *img, - void *cb, - void *data); -Ewl_Widget *add_text(Ewl_Widget *c, char *text); -Ewl_Widget *add_window(const char *title, int w, int h, void *cb, - void *data); - -/*ephoto_imaging.c*/ -unsigned int *flip_horizontal(Ewl_Widget *image); -unsigned int *flip_vertical(Ewl_Widget *image); -unsigned int *rotate_left(Ewl_Widget *image); -unsigned int *rotate_right(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); - -/*ephoto_import.c*/ -void ephoto_import_dialog(Ewl_Widget *w, void *event, void *data); - -/*ephoto_main.c*/ -void create_main(void); - -/*ephoto_nls.c*/ -char *sgettext(const char *msgid); -#define S_(str) sgettext(str) - -/*ephoto_normal_view.c*/ -Ewl_Widget *add_normal_view(Ewl_Widget *c); -void freebox_image_clicked(Ewl_Widget *w, void *event, void *data); -void show_normal_view(Ewl_Widget *w, void *event, void *data); - -/*ephoto_simple.c*/ -void show_ephoto_simple(const char *img); - -/*ephoto_single_view.c*/ -Ewl_Widget *add_single_view(Ewl_Widget *c); -void show_single_view(Ewl_Widget *w, void *event, void *data); - -/*ephoto_slideshow.c*/ -void start_slideshow(Ewl_Widget *w, void *event, void *data); - -/*ephoto_utils.c*/ -const char *file_size_get(int size); -const char *image_pixels_string_get(const char *file); -void image_pixels_int_get(const char *file, int *width, - int *height); -Ecore_List *get_directories(const char *directory); -Ecore_List *get_images(const char *directory); - -/*globals*/ -typedef struct _Ephoto_Main Ephoto_Main; - -struct _Ephoto_Main -{ - char *current_album; - char *current_directory; - Ecore_List *albums; - Ecore_List *fsystem; - Ecore_List *images; - Ewl_Widget *atree; - Ewl_Widget *ewin; - Ewl_Widget *fbox_vbox; - Ewl_Widget *fbox; - Ewl_Widget *ftree; - Ewl_Widget *fthumb_size; - Ewl_Widget *info; - Ewl_Widget *scroll; - Ewl_Widget *simage; - Ewl_Widget *single_vbox; - Ewl_Widget *view; - Ewl_Widget *view_box; - Ewl_Widget *win; -}; - -extern Ephoto_Main *em; - -#endif diff --git a/src/bin/ephoto_albums.c b/src/bin/ephoto_albums.c deleted file mode 100755 index dcec44b..0000000 --- a/src/bin/ephoto_albums.c +++ /dev/null @@ -1,185 +0,0 @@ -#include "ephoto.h" - -static Ewl_Widget *add_atree(Ewl_Widget *c); -static Ewl_Widget *album_view_new(void *data, unsigned int row, - unsigned int column); -static Ewl_Widget *album_header_fetch(void *data, - unsigned int column); -static void *album_data_fetch(void *data, unsigned int row, - unsigned int column); -static unsigned int album_data_count(void *data); -static void add_rc_menu(Ewl_Widget *w, void *event, void *data); -static void album_clicked(Ewl_Widget *w, void *event, void *data); -static void populate_images(Ewl_Widget *w, void *event, void *data); - -void -show_albums(Ewl_Widget *c) -{ - em->atree = add_atree(c); - ewl_object_maximum_w_set(EWL_OBJECT(em->atree), 180); - - populate_albums(NULL, NULL, NULL); -} - -static unsigned int -highlight_cb(void *data, unsigned int row) -{ - return 0; -} - -static Ewl_Widget * -add_atree(Ewl_Widget *c) -{ - Ewl_Widget *tree; - Ewl_Model *model; - Ewl_View *view; - - model = ewl_model_new(); - ewl_model_data_fetch_set(model, album_data_fetch); - ewl_model_data_count_set(model, album_data_count); - ewl_model_data_highlight_set(model, highlight_cb); - - view = ewl_view_new(); - ewl_view_widget_fetch_set(view, album_view_new); - ewl_view_header_fetch_set(view, album_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_object_minimum_w_set(EWL_OBJECT(tree), 180); - ewl_container_child_append(EWL_CONTAINER(c), tree); - ewl_widget_show(tree); - ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(c), tree, "Albums"); - - return tree; -} - -static Ewl_Widget * -album_view_new(void *data, unsigned int row, unsigned int column) -{ - char *album; - Ewl_Widget *icon; - - album = data; - - icon = add_icon(NULL, album, PACKAGE_DATA_DIR "/images/image.png", 0, - album_clicked, NULL); - 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_widget_name_set(icon, album); - ewl_callback_append(icon, EWL_CALLBACK_SHOW, add_rc_menu, NULL); - - return icon; -} - -static Ewl_Widget * -album_header_fetch(void *data, unsigned int column) -{ - Ewl_Widget *label; - - label = add_label(NULL, "Albums"); - - return label; -} - -static void * -album_data_fetch(void *data, unsigned int row, unsigned int column) -{ - const char *album; - void *val = NULL; - - album = ecore_list_index_goto(em->albums, row); - if (album) - { - val = (void *)album; - } - - return val; -} - -static unsigned int -album_data_count(void *data) -{ - int val; - - val = ecore_list_count(em->albums); - - return val; -} - -static void album_clicked(Ewl_Widget *w, void *event, void *data) -{ - em->current_album = strdup(ewl_icon_label_get(EWL_ICON(w))); - populate_images(NULL, NULL, NULL); -} - -static void -rc_remove(Ewl_Widget *w, void *event, void *data) -{ - Ewl_Widget *icon; - - icon = data; - ephoto_db_delete_album(ewl_icon_label_get(EWL_ICON(icon))); - populate_albums(NULL, NULL, NULL); -} - -static void -add_rc_menu(Ewl_Widget *w, void *event, void *data) -{ - Ewl_Widget *context; - - context = ewl_context_menu_new(); - ewl_context_menu_attach(EWL_CONTEXT_MENU(context), w); - - add_menu_item(context, "Remove Album", - PACKAGE_DATA_DIR "/images/remove.png", - rc_remove, w); -} - -void -populate_albums(Ewl_Widget *w, void *event, void *data) -{ - const char *album; - - album = NULL; - - if (w) - { - album = ewl_widget_name_get(w); - em->current_album = strdup(album); - } - - if (!ecore_list_empty_is(em->albums)) - ecore_list_destroy(em->albums); - - em->albums = ecore_dlist_new(); - em->albums = ephoto_db_list_albums(); - ecore_dlist_first_goto(em->albums); - ewl_mvc_data_set(EWL_MVC(em->atree), em->albums); - populate_images(NULL, NULL, NULL); - - return; -} - -static void -populate_images(Ewl_Widget *w, void *event, void *data) -{ - if (!ecore_list_empty_is(em->images)) - ecore_dlist_destroy(em->images); - - em->images = ecore_dlist_new(); - if (em->fbox) ewl_container_reset(EWL_CONTAINER(em->fbox)); - em->images = ephoto_db_list_images(em->current_album); - ecore_dlist_first_goto(em->images); - ewl_mvc_data_set(EWL_MVC(em->fbox), em->images); - - return; -} - diff --git a/src/bin/ephoto_database.c b/src/bin/ephoto_database.c deleted file mode 100644 index 2276683..0000000 --- a/src/bin/ephoto_database.c +++ /dev/null @@ -1,143 +0,0 @@ -#include "ephoto.h" - -void -ephoto_db_init(void) -{ - char path[PATH_MAX]; - char path2[PATH_MAX]; - FILE *f; - - snprintf(path, PATH_MAX, "%s/.ephoto/.albums", getenv("HOME")); - snprintf(path2, PATH_MAX, "%s/.ephoto", getenv("HOME")); - - if (!ecore_file_exists(path)) - { - if (!ecore_file_exists(path2)) - { - ecore_file_mkdir(path2); - } - f = fopen(path, "w"); - if (!f) - return; - fprintf(f, "#Ephoto Albums\n"); - fclose(f); - ephoto_db_add_album("Complete Library", - "Every Image In The Collection"); - } - - return; -} - -void -ephoto_db_add_album(const char *name, const char *description) -{ - char path[PATH_MAX], path2[PATH_MAX]; - FILE *a; - FILE *f; - - snprintf(path, PATH_MAX, "%s/.ephoto/.albums", getenv("HOME")); - snprintf(path2, PATH_MAX, "%s/.ephoto/.%s", getenv("HOME"), name); - f = fopen(path, "a+"); - fprintf(f, "%s\n", name); - fprintf(f, "/*%s\n", description); - fclose(f); - - a = fopen(path2, "w"); - fprintf(a, "#%s\n", name); - fprintf(a, "#%s\n", description); - fclose(a); - - return; -} - -void -ephoto_db_delete_album(const char *name) -{ - return; -} - -void -ephoto_db_add_images(const char *album, Ecore_List *images) -{ - char path[PATH_MAX]; - char path2[PATH_MAX]; - char *image; - FILE *a; - FILE *cl; - - snprintf(path, PATH_MAX, "%s/.ephoto/.%s", getenv("HOME"), album); - snprintf(path2, PATH_MAX, "%s/.ephoto/.Complete Library", getenv("HOME")); - - a = fopen(path, "a+"); - cl = fopen(path2, "a+"); - while (!ecore_list_empty_is(images)) - { - image = ecore_list_first_remove(images); - fprintf(a, "%s\n", image); - fprintf(cl, "%s\n", image); - } - fclose(a); - fclose(cl); - - return; -} - -void -ephoto_db_delete_image(const char *album, const char *path) -{ - return; -} - -Ecore_List * -ephoto_db_list_albums() -{ - char album[PATH_MAX], path[PATH_MAX]; - Ecore_List *albums; - FILE *f; - - snprintf(path, PATH_MAX, "%s/.ephoto/.albums", getenv("HOME")); - f = fopen(path, "r"); - - albums = ecore_dlist_new(); - while(fgets(album, PATH_MAX, f)) - { - if (strncmp(album, "#", 1) && strncmp(album, "/*", 1)) - { - album[strlen(album)-1] = '\0'; - ecore_dlist_append(albums, strdup(album)); - } - } - fclose(f); - ecore_dlist_first_goto(albums); - - return albums; -} - -Ecore_List * -ephoto_db_list_images(const char *album) -{ - char image[PATH_MAX]; - char path[PATH_MAX]; - Ecore_List *images; - FILE *a; - - images = ecore_dlist_new(); - snprintf(path, PATH_MAX, "%s/.ephoto/.%s", getenv("HOME"), album); - a = fopen(path, "r"); - - while(fgets(image, PATH_MAX, a)) - { - if (strncmp(image, "#", 1)) - { - image[strlen(image)-1] = '\0'; - ecore_dlist_append(images, strdup(image)); - } - } - - ecore_dlist_first_goto(images); - - fclose(a); - - return images; -} - diff --git a/src/bin/ephoto_dialogs.c b/src/bin/ephoto_dialogs.c deleted file mode 100644 index afa36e2..0000000 --- a/src/bin/ephoto_dialogs.c +++ /dev/null @@ -1,72 +0,0 @@ -#include "ephoto.h" - -static void close_dialog(Ewl_Widget *w, void *event, void *data); - -static void -close_dialog(Ewl_Widget *w, void *event, void *data) -{ - Ewl_Widget *win; - - win = data; - - ewl_widget_destroy(win); -} - -void -about_dialog(Ewl_Widget *w, void *event, void *data) -{ - char *txt, title[PATH_MAX]; - Ewl_Widget *window, *button, *image, *vbox, *sp, *text; - - window = add_window("About Ephoto", 300, 375, NULL, NULL); - ewl_window_dialog_set(EWL_WINDOW(window), TRUE); - ewl_callback_append(window, EWL_CALLBACK_DELETE_WINDOW, close_dialog, - window); - - vbox = add_box(window, EWL_ORIENTATION_VERTICAL, 0); - ewl_object_fill_policy_set(EWL_OBJECT(vbox), EWL_FLAG_FILL_ALL); - - image = add_image(vbox, PACKAGE_DATA_DIR "/images/photo_lens.png", 0, - NULL, NULL); - ewl_image_constrain_set(EWL_IMAGE(image), 144); - ewl_object_alignment_set(EWL_OBJECT(image), EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(image), EWL_FLAG_FILL_SHRINK); - - sp = ewl_scrollpane_new(); - ewl_container_child_append(EWL_CONTAINER(vbox), sp); - ewl_widget_show(sp); - - snprintf(title, PATH_MAX, "Ephoto - Version %s", VERSION); - txt = "Ephoto is a photo management application that " - "organizes images and allows viewing and editing of " - "them. It includes a standard thumbnail browser " - "and a single picture browser that allows for " - "editing. Features include viewing exif data, " - "viewing slideshows, and exporting your images."; - - text = ewl_text_new(); - ewl_text_wrap_set(EWL_TEXT(text), EWL_TEXT_WRAP_WORD); - ewl_text_font_source_set(EWL_TEXT(text), ewl_theme_path_get(), - "ewl/default/bold"); - ewl_text_font_size_set(EWL_TEXT(text), 20); - ewl_text_align_set(EWL_TEXT(text), EWL_FLAG_ALIGN_CENTER); - ewl_text_styles_set(EWL_TEXT(text), EWL_TEXT_STYLE_SOFT_SHADOW); - ewl_text_text_append(EWL_TEXT(text), title); - ewl_text_align_set(EWL_TEXT(text), EWL_FLAG_ALIGN_LEFT); - ewl_text_styles_set(EWL_TEXT(text), EWL_TEXT_STYLE_NONE); - ewl_text_font_set(EWL_TEXT(text), NULL); - ewl_text_font_size_set(EWL_TEXT(text), 14); - ewl_text_text_append(EWL_TEXT(text), "\n\n"); - ewl_text_text_append(EWL_TEXT(text), txt); - ewl_container_child_append(EWL_CONTAINER(sp), text); - ewl_widget_show(text); - - button = add_button(vbox, "Close", - PACKAGE_DATA_DIR "/images/dialog-close.png", - close_dialog, window); - ewl_button_image_size_set(EWL_BUTTON(button), 25, 25); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_CENTER); - - return; -} - diff --git a/src/bin/ephoto_exif.c b/src/bin/ephoto_exif.c deleted file mode 100644 index 256062c..0000000 --- a/src/bin/ephoto_exif.c +++ /dev/null @@ -1,149 +0,0 @@ -#include "ephoto.h" - -#ifdef BUILD_EXIF_SUPPORT -static const char *get_image(void); -static void list_is_destroyed(Ewl_Widget *w, void *event, void *data); - -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; -} - -static const char * -get_image(void) -{ - const char *img = NULL; - - img = ecore_dlist_current(em->images); - if(!img) return NULL; - return strdup(img); -} - -static void -list_is_destroyed(Ewl_Widget *w, void *event, void *data) -{ - Ecore_List *destroy; - - destroy = ewl_widget_data_get(w, "list"); - ecore_list_destroy(destroy); -} - -void -display_exif(Ewl_Widget *w, void *event, void *data) -{ - const char *img; - char *key, *value; - char text[PATH_MAX]; - Ecore_Hash *exif_info; - Ecore_List *keys, *values; - - values = ecore_list_new(); - ecore_list_free_cb_set(values, free); - - img = get_image(); - if(!img) return; - exif_info = get_exif_data(img); - - if(ecore_hash_count(exif_info) == 0) - { - ecore_list_append(values, strdup(_("No Exif Data Exists"))); - } - else - { - keys = ecore_hash_keys(exif_info); - while (!ecore_list_empty_is(keys)) - { - key = ecore_list_first_remove(keys); - value = ecore_hash_get(exif_info, key); - - snprintf(text, PATH_MAX, "%s: %s", key, value); - ecore_list_append(values, strdup(text)); - } - } - ewl_mvc_data_set(EWL_MVC(w), values); - ewl_callback_append(w, EWL_CALLBACK_DESTROY, list_is_destroyed, NULL); - ewl_widget_data_set(w, "list", values); - ecore_hash_destroy(exif_info); - - return; -} - -void -add_exif_to_container(Ewl_Widget *c) -{ - const char *img; - Ewl_Widget *sp, *list; - Ewl_Model *model; - Ewl_View *view; - - img = get_image(); - if(!img) - { - return; - } - - sp = ewl_scrollpane_new(); - ewl_object_fill_policy_set(EWL_OBJECT(sp), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(c), sp); - ewl_widget_show(sp); - - model = ewl_model_ecore_list_instance(); - view = ewl_label_view_get(); - - list = ewl_list_new(); - ewl_mvc_model_set(EWL_MVC(list), model); - ewl_mvc_view_set(EWL_MVC(list), view); - ewl_object_fill_policy_set(EWL_OBJECT(list), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(sp), list); - ewl_callback_append(list, EWL_CALLBACK_SHOW, display_exif, NULL); - ewl_widget_show(list); - - return; -} -#endif diff --git a/src/bin/ephoto_fsystem.c b/src/bin/ephoto_fsystem.c deleted file mode 100755 index d58e8c1..0000000 --- a/src/bin/ephoto_fsystem.c +++ /dev/null @@ -1,169 +0,0 @@ -#include "ephoto.h" - -static Ewl_Widget *add_ftree(Ewl_Widget *c); -static Ewl_Widget *fsystem_view_new(void *data, unsigned int row, - unsigned int column); -static Ewl_Widget *fsystem_header_fetch(void *data, - unsigned int column); -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 -show_fsystem(Ewl_Widget *c) -{ - em->ftree = add_ftree(c); - ewl_object_maximum_w_set(EWL_OBJECT(em->ftree), 180); - - populate_fsystem(NULL, NULL, NULL); -} - -static unsigned int -highlight_cb(void *data, unsigned int row) -{ - return 0; -} - -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_fetch_set(view, fsystem_view_new); - 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_object_minimum_w_set(EWL_OBJECT(tree), 180); - ewl_container_child_append(EWL_CONTAINER(c), tree); - ewl_widget_show(tree); - ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(c), tree, "File System"); - - return tree; -} - -static Ewl_Widget * -fsystem_view_new(void *data, unsigned int row, unsigned int column) -{ - char *directory; - Ewl_Widget *icon; - - directory = data; - - icon = add_icon(NULL, basename(directory), - PACKAGE_DATA_DIR "/images/folder.png", 0, - directory_clicked, NULL); - 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_widget_name_set(icon, directory); - - return icon; -} - -static Ewl_Widget * -fsystem_header_fetch(void *data, unsigned int column) -{ - Ewl_Widget *label; - - label = add_label(NULL, "File System"); - - return label; -} - -static void * -fsystem_data_fetch(void *data, unsigned int row, unsigned int column) -{ - const char *directory; - void *val = NULL; - - directory = ecore_list_index_goto(em->fsystem, row); - if (directory) - { - val = (void *)directory; - } - - return val; -} - -static unsigned int -fsystem_data_count(void *data) -{ - int val; - - val = ecore_list_count(em->fsystem); - - return val; -} - -static void directory_clicked(Ewl_Widget *w, void *event, void *data) -{ - const char *dir_clicked, *path; - - dir_clicked = ewl_widget_name_get(w); - if (!strcmp(dir_clicked, "..")) - path = dirname(em->current_directory); - else - path = dir_clicked; - - em->current_directory = strdup(path); - populate_fsystem(NULL, NULL, NULL); -} - -void -populate_fsystem(Ewl_Widget *w, void *event, void *data) -{ - const char *directory; - - directory = NULL; - - if (w) - { - directory = ewl_widget_name_get(w); - em->current_directory = strdup(directory); - } - - if (!ecore_list_empty_is(em->fsystem)) - ecore_list_destroy(em->fsystem); - - em->fsystem = ecore_list_new(); - em->fsystem = get_directories(em->current_directory); - ecore_list_first_goto(em->fsystem); - ewl_mvc_data_set(EWL_MVC(em->ftree), em->fsystem); - populate_images(NULL, NULL, NULL); - - return; -} - -static void -populate_images(Ewl_Widget *w, void *event, void *data) -{ - if (!ecore_dlist_empty_is(em->images)) - ecore_dlist_destroy(em->images); - - em->images = ecore_dlist_new(); - if (em->fbox) ewl_container_reset(EWL_CONTAINER(em->fbox)); - em->images = get_images(em->current_directory); - ecore_dlist_first_goto(em->images); - ewl_mvc_data_set(EWL_MVC(em->fbox), em->images); - - return; -} - diff --git a/src/bin/ephoto_gui.c b/src/bin/ephoto_gui.c deleted file mode 100644 index 9aac923..0000000 --- a/src/bin/ephoto_gui.c +++ /dev/null @@ -1,199 +0,0 @@ -#include "ephoto.h" - -Ewl_Widget * -add_box(Ewl_Widget *c, Ewl_Orientation o, int spacing) -{ - Ewl_Widget *box; - - box = ewl_box_new(); - if(o) ewl_box_orientation_set(EWL_BOX(box), o); - if(spacing) ewl_box_spacing_set(EWL_BOX(box), spacing); - if(c) ewl_container_child_append(EWL_CONTAINER(c), box); - ewl_widget_show(box); - - return box; -} - -Ewl_Widget * -add_button(Ewl_Widget *c, char *lbl, const char *img, void *cb, void *data) -{ - Ewl_Widget *button; - - button = ewl_button_new(); - if(img) ewl_button_image_set(EWL_BUTTON(button), img, NULL); - if(lbl) ewl_button_label_set(EWL_BUTTON(button), _(lbl)); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_SHRINK); - if(c) ewl_container_child_append(EWL_CONTAINER(c), button); - if(cb) ewl_callback_append(button, EWL_CALLBACK_CLICKED, cb, data); - ewl_widget_show(button); - - return button; -} - -Ewl_Widget * -add_entry(Ewl_Widget *c, char *txt, void *cb, void *data) -{ - Ewl_Widget *entry; - - entry = ewl_entry_new(); - if(txt) ewl_text_text_set(EWL_TEXT(entry), _(txt)); - if(c) ewl_container_child_append(EWL_CONTAINER(c), entry); - if(cb) ewl_callback_append(entry, EWL_CALLBACK_VALUE_CHANGED, cb, data); - ewl_widget_show(entry); - - return entry; -} - -Ewl_Widget * -add_icon(Ewl_Widget *c, const char *lbl, const char *img, int thumb, void *cb, void *data) -{ - Ewl_Widget *icon; - - icon = ewl_icon_new(); - if(!thumb) ewl_icon_thumbnailing_set(EWL_ICON(icon), FALSE); - if (lbl) ewl_icon_label_set(EWL_ICON(icon), _(lbl)); - if (img) ewl_icon_image_set(EWL_ICON(icon), img, NULL); - if (c) ewl_container_child_append(EWL_CONTAINER(c), icon); - if (cb) ewl_callback_append(icon, EWL_CALLBACK_CLICKED, cb, data); - ewl_widget_show(icon); - - return icon; -} - -Ewl_Widget * -add_image(Ewl_Widget *c, const char *img, int thumb, void *cb, void *data) -{ - Ewl_Widget *image; - int w, h; - - if(!thumb) - { - image = ewl_image_new(); - if(img) ewl_image_file_path_set(EWL_IMAGE(image), img); - } - else - { - image_pixels_int_get(img, &w, &h); - if(w > 75 || h > 75) - { - image = ewl_image_thumbnail_new(); - ewl_image_file_path_set(EWL_IMAGE(image), - PACKAGE_DATA_DIR "/images/image.png"); - if(img) ewl_image_thumbnail_request(EWL_IMAGE_THUMBNAIL(image), img); - } - else - { - image = ewl_image_new(); - if(img) ewl_image_file_path_set(EWL_IMAGE(image), img); - } - ewl_image_constrain_set(EWL_IMAGE(image), 48); - } - ewl_image_proportional_set(EWL_IMAGE(image), TRUE); - ewl_object_alignment_set(EWL_OBJECT(image), - EWL_FLAG_ALIGN_LEFT); - if(c) ewl_container_child_append(EWL_CONTAINER(c), image); - if(cb) ewl_callback_append(image, EWL_CALLBACK_CLICKED, cb, - data); - ewl_widget_show(image); - - return image; -} - -Ewl_Widget * -add_label(Ewl_Widget *c, const char *lbl) -{ - Ewl_Widget *label; - - label = ewl_label_new(); - if(lbl) ewl_label_text_set(EWL_LABEL(label), _(lbl)); - ewl_object_alignment_set(EWL_OBJECT(label), - EWL_FLAG_ALIGN_CENTER); - if(c) ewl_container_child_append(EWL_CONTAINER(c), label); - ewl_widget_show(label); - - return label; -} - -Ewl_Widget * -add_menubar(Ewl_Widget *c) -{ - Ewl_Widget *mb; - - mb = ewl_hmenubar_new(); - ewl_object_fill_policy_set(EWL_OBJECT(mb), - EWL_FLAG_FILL_HFILL); - if(c) ewl_container_child_append(EWL_CONTAINER(c), mb); - ewl_widget_show(mb); - - return mb; -} - -Ewl_Widget * -add_menu(Ewl_Widget *c, const char *lbl) -{ - Ewl_Widget *menu; - - menu = ewl_menu_new(); - if(lbl) ewl_button_label_set(EWL_BUTTON(menu), _(lbl)); - ewl_object_fill_policy_set(EWL_OBJECT(menu), - EWL_FLAG_FILL_NONE); - if(c) ewl_container_child_append(EWL_CONTAINER(c), menu); - ewl_widget_show(menu); - - return menu; -} - -Ewl_Widget * -add_menu_item(Ewl_Widget *c, const char *lbl, const char *img, void *cb, void *data) -{ - Ewl_Widget *mi; - - mi = ewl_menu_item_new(); - if(img) ewl_button_image_set(EWL_BUTTON(mi), img, NULL); - if(lbl) ewl_button_label_set(EWL_BUTTON(mi), _(lbl)); - ewl_object_alignment_set(EWL_OBJECT(mi), - EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(mi), - EWL_FLAG_FILL_ALL); - if(c) ewl_container_child_append(EWL_CONTAINER(c), mi); - if(cb) ewl_callback_append(mi, EWL_CALLBACK_CLICKED, cb, - data); - ewl_widget_show(mi); - - return mi; -} - -Ewl_Widget * -add_text(Ewl_Widget *c, char *txt) -{ - Ewl_Widget *text; - - text = ewl_text_new(); - if(txt) ewl_text_text_append(EWL_TEXT(text), _(txt)); - ewl_object_alignment_set(EWL_OBJECT(text), - EWL_FLAG_ALIGN_CENTER); - if(c) ewl_container_child_append(EWL_CONTAINER(c), text); - ewl_widget_show(text); - - return text; -} - -Ewl_Widget * -add_window(const char *title, int w, int h, void *cb, void *data) -{ - Ewl_Widget *win; - - win = ewl_window_new(); - if(title) - ewl_window_title_set(EWL_WINDOW(win), _(title)); - if(w && h) - ewl_object_size_request(EWL_OBJECT(win), w, h); - if(cb) - ewl_callback_append(win, EWL_CALLBACK_DELETE_WINDOW, - cb, data); - ewl_widget_show(win); - - return win; -} - diff --git a/src/bin/ephoto_imaging.c b/src/bin/ephoto_imaging.c deleted file mode 100644 index 163b624..0000000 --- a/src/bin/ephoto_imaging.c +++ /dev/null @@ -1,381 +0,0 @@ -#include "ephoto.h" - -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 * -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 * -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)+40); - if (rr < 0) rr = 0; - if (rr > 255) rr = 255; - gg = (int)(((r + g + b)/3)+2); - 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); - } -} - diff --git a/src/bin/ephoto_import.c b/src/bin/ephoto_import.c deleted file mode 100755 index cf838d7..0000000 --- a/src/bin/ephoto_import.c +++ /dev/null @@ -1,95 +0,0 @@ -#include "ephoto.h" - -static void close_dialog(Ewl_Widget *w, void *event, void *data); -static void import(Ewl_Widget *w, void *event, void *data); -Ewl_Widget *name_entry, *desc_entry; - -static void -close_dialog(Ewl_Widget *w, void *event, void *data) -{ - Ewl_Widget *win; - - win = data; - - ewl_widget_destroy(win); -} - -static void -import(Ewl_Widget *w, void *event, void *data) -{ - char *name, *desc, *image; - Ecore_List *selected_images; - Ewl_Event_Action_Response *e; - Ewl_Widget *win; - - win = data; - - e = event; - - if (e->response == EWL_STOCK_CANCEL) - { - ewl_widget_destroy(win); - return; - } - - selected_images = ewl_filepicker_selected_files_get(EWL_FILEPICKER(w)); - if (ecore_list_empty_is(selected_images)) - return; - - name = ewl_text_text_get(EWL_TEXT(name_entry)); - desc = ewl_text_text_get(EWL_TEXT(desc_entry)); - - if (!name) - return; - else - ephoto_db_add_album(name, desc); - - image = ecore_list_first_remove(selected_images); - ephoto_db_add_images(name, selected_images); - - ewl_widget_destroy(win); - populate_albums(NULL, NULL, NULL); - - return; -} - -void -ephoto_import_dialog(Ewl_Widget *w, void *event, void *data) -{ - Ecore_List *filters; - Ewl_Widget *fpick, *vbox, *window; - - filters = ecore_list_new(); - - ecore_list_append(filters, "image/gif"); - ecore_list_append(filters, "image/jpeg"); - ecore_list_append(filters, "image/png"); - ecore_list_append(filters, "image/svg+xml"); - ecore_list_append(filters, "image/tiff"); - - window = add_window("Import Photos", 400, 400, NULL, NULL); - ewl_callback_append(window, EWL_CALLBACK_DELETE_WINDOW, close_dialog, - window); - - vbox = add_box(window, EWL_ORIENTATION_VERTICAL, 10); - ewl_object_fill_policy_set(EWL_OBJECT(vbox), EWL_FLAG_FILL_ALL); - - add_label(vbox, "Please provide a name for the new album:"); - - name_entry = add_entry(vbox, "New Album", NULL, NULL); - - add_label(vbox, "Please provide a short description for this album:"); - - desc_entry = add_entry(vbox, "Album Description", NULL, NULL); - - fpick = ewl_filepicker_new(); - ewl_filepicker_directory_set(EWL_FILEPICKER(fpick), em->current_directory); - ewl_filepicker_multiselect_set(EWL_FILEPICKER(fpick), TRUE); - ewl_filepicker_filter_add(EWL_FILEPICKER(fpick), "Images", ".gif, .jpg, .png", filters); - ewl_container_child_append(EWL_CONTAINER(vbox), fpick); - ewl_callback_append(fpick, EWL_CALLBACK_VALUE_CHANGED, import, window); - ewl_widget_show(fpick); - - return; -} - diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c deleted file mode 100644 index d9ac2ab..0000000 --- a/src/bin/ephoto_main.c +++ /dev/null @@ -1,70 +0,0 @@ -#include "ephoto.h" - -Ephoto_Main *em; -static void destroy(Ewl_Widget *w, void *event, void *data); - -static void -destroy(Ewl_Widget *w, void *event, void *data) -{ - ewl_widget_destroy(em->win); - ecore_list_destroy(em->albums); - ecore_list_destroy(em->fsystem); - ecore_dlist_destroy(em->images); - free(em->current_album); - free(em->current_directory); - free(em); - ewl_main_quit(); - return; -} - -void -create_main(void) -{ - char buf[PATH_MAX]; - Ewl_Widget *hbox, *mbar, *menu, *vbox; - - em = NULL; - em = calloc(1, sizeof(Ephoto_Main)); - - em->albums = ecore_list_new(); - em->fsystem = ecore_list_new(); - em->images = ecore_dlist_new(); - - em->current_album = strdup("Complete Library"); - ephoto_db_init(); - - getcwd(buf, PATH_MAX); - em->current_directory = strdup(buf); - - em->win = add_window("Ephoto - Photo Management", 800, 600, destroy, NULL); - - vbox = add_box(em->win, EWL_ORIENTATION_VERTICAL, 5); - ewl_object_fill_policy_set(EWL_OBJECT(vbox), EWL_FLAG_FILL_ALL); - - mbar = add_menubar(vbox); - - menu = add_menu(mbar, "File"); - add_menu_item(menu, "Exit", - PACKAGE_DATA_DIR "/images/exit.png", destroy, NULL); - menu = add_menu(mbar, "Help"); - add_menu_item(menu, "About", - PACKAGE_DATA_DIR "/images/help.png", about_dialog, NULL); - - hbox = add_box(vbox, EWL_ORIENTATION_HORIZONTAL, 5); - ewl_object_fill_policy_set(EWL_OBJECT(hbox), EWL_FLAG_FILL_HFILL); - - em->view = add_box(vbox, EWL_ORIENTATION_HORIZONTAL, 1); - ewl_object_fill_policy_set(EWL_OBJECT(em->view), EWL_FLAG_FILL_ALL); - - em->view_box = ewl_notebook_new(); - ewl_notebook_tabbar_visible_set(EWL_NOTEBOOK(em->view_box), 0); - ewl_object_fill_policy_set(EWL_OBJECT(em->view_box), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(em->view), em->view_box); - ewl_widget_show(em->view_box); - - add_normal_view(em->view_box); - add_single_view(em->view_box); - - return; -} - diff --git a/src/bin/ephoto_nls.c b/src/bin/ephoto_nls.c deleted file mode 100644 index 1e4d424..0000000 --- a/src/bin/ephoto_nls.c +++ /dev/null @@ -1,17 +0,0 @@ -#include "ephoto.h" -#include - -char * -sgettext(const char *msgid) -{ - char *msgval; - - msgval = gettext(msgid); - - if (msgval == msgid) - { - msgval = strrchr(msgid, '|') + 1; - } - - return msgval; -} diff --git a/src/bin/ephoto_normal_view.c b/src/bin/ephoto_normal_view.c deleted file mode 100644 index 702b8aa..0000000 --- a/src/bin/ephoto_normal_view.c +++ /dev/null @@ -1,170 +0,0 @@ -#include "ephoto.h" - -static void change_size(Ewl_Widget *w, void *event, void *data); -static void thumb_clicked(Ewl_Widget *w, void *event, void *data); -static void update_info(Ewl_Widget *w, void *event, void *data); -static Ewl_Widget *fbox_widget_fetch(void *data, unsigned int row, unsigned int column); -static void populate(Ewl_Widget *w, void *event, void *data); - -static void -change_size(Ewl_Widget *w, void *event, void *data) -{ - ewl_mvc_dirty_set(EWL_MVC(em->fbox), TRUE); - ewl_widget_configure(em->scroll); - - return; -} - -static void -thumb_clicked(Ewl_Widget *w, void *event, void *data) -{ - const char *file; - Ewl_Event_Mouse_Down *ev; - - ev = event; - - if (ev->clicks == 2) - { - file = ewl_widget_name_get(w); - show_single_view(NULL, NULL, NULL); - } -} - -static void -update_info(Ewl_Widget *w, void *event, void *data) -{ - char info[PATH_MAX]; - - if (ewl_container_child_count_get(EWL_CONTAINER(em->fbox)) == 0) - return; - - snprintf(info, PATH_MAX, "%d images; %d selected;", - ewl_container_child_count_get(EWL_CONTAINER(em->fbox)), - ewl_mvc_selected_count_get(EWL_MVC(em->fbox))); - ewl_label_text_set(EWL_LABEL(em->info), info); -} - -static Ewl_Widget * -fbox_widget_fetch(void *data, unsigned int row, unsigned int column) -{ - char *imagef; - Ewl_Widget *image; - - imagef = data; - - image = add_image(NULL, imagef, 1, thumb_clicked, NULL); - ewl_image_constrain_set(EWL_IMAGE(image), - ewl_range_value_get(EWL_RANGE(em->fthumb_size))); - ewl_object_alignment_set(EWL_OBJECT(image), EWL_FLAG_ALIGN_CENTER); - ewl_widget_name_set(image, imagef); - - return image; -} - -static void -populate(Ewl_Widget *w, void *event, void *data) -{ - if (ewl_notebook_visible_page_get(EWL_NOTEBOOK(w)) == em->atree) - populate_albums(NULL, NULL, NULL); - else - populate_fsystem(NULL, NULL, NULL); -} - -Ewl_Widget * -add_normal_view(Ewl_Widget *c) -{ - Ewl_Widget *nb, *box, *button, *hbox, *image, *footer; - Ewl_View *view; - - em->fbox_vbox = add_box(c, EWL_ORIENTATION_VERTICAL, 5); - ewl_object_fill_policy_set(EWL_OBJECT(em->fbox_vbox), - EWL_FLAG_FILL_ALL); - ewl_notebook_page_tab_text_set(EWL_NOTEBOOK(c), em->fbox_vbox, - "Normal"); - hbox = add_box(em->fbox_vbox, EWL_ORIENTATION_HORIZONTAL, 5); - ewl_object_fill_policy_set(EWL_OBJECT(hbox), EWL_FLAG_FILL_ALL); - - nb = ewl_notebook_new(); - ewl_notebook_tabbar_homogeneous_set(EWL_NOTEBOOK(nb), TRUE); - ewl_object_fill_policy_set(EWL_OBJECT(nb), EWL_FLAG_FILL_VFILL); - ewl_object_minimum_w_set(EWL_OBJECT(nb), 220); - ewl_container_child_append(EWL_CONTAINER(hbox), nb); - ewl_callback_append(nb, EWL_CALLBACK_CLICKED, populate, NULL); - ewl_widget_show(nb); - - em->scroll = ewl_scrollpane_new(); - ewl_container_child_append(EWL_CONTAINER(hbox), em->scroll); - ewl_widget_show(em->scroll); - - view = ewl_view_new(); - ewl_view_widget_fetch_set(view, fbox_widget_fetch); - - em->fbox = ewl_hfreebox_mvc_new(); - ewl_mvc_model_set(EWL_MVC(em->fbox), ewl_model_ecore_list_instance()); - ewl_mvc_view_set(EWL_MVC(em->fbox), view); - ewl_mvc_selection_mode_set(EWL_MVC(em->fbox), EWL_SELECTION_MODE_MULTI); - ewl_object_fill_policy_set(EWL_OBJECT(em->fbox), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(em->scroll), em->fbox); - ewl_callback_append(em->fbox, EWL_CALLBACK_VALUE_CHANGED, update_info, NULL); - ewl_widget_show(em->fbox); - - show_albums(nb); - show_fsystem(nb); - - footer = ewl_grid_new(); - ewl_grid_dimensions_set(EWL_GRID(footer), 3, 1); - ewl_grid_row_fixed_h_set(EWL_GRID(footer), 0, 40); - ewl_container_child_append(EWL_CONTAINER(em->fbox_vbox), footer); - ewl_object_fill_policy_set(EWL_OBJECT(footer), EWL_FLAG_FILL_HFILL); - ewl_widget_show(footer); - - box = add_box(footer, EWL_ORIENTATION_HORIZONTAL, 2); - ewl_grid_child_position_set(EWL_GRID(footer), box, 0,1,0,0); - ewl_object_fill_policy_set(EWL_OBJECT(box), EWL_FLAG_FILL_SHRINK); - ewl_object_alignment_set(EWL_OBJECT(box), EWL_FLAG_ALIGN_LEFT); - - button = add_button(box, "Import", PACKAGE_DATA_DIR "/images/add.png", - ephoto_import_dialog, NULL); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - button = add_button(box, "Export", - PACKAGE_DATA_DIR "/images/emblem-photos.png", NULL, NULL); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - em->info = add_label(footer, "Images"); - ewl_grid_child_position_set(EWL_GRID(footer), em->info, 1,2,0,0); - ewl_object_alignment_set(EWL_OBJECT(em->info), EWL_FLAG_ALIGN_CENTER); - - box = add_box(footer, EWL_ORIENTATION_HORIZONTAL, 2); - ewl_grid_child_position_set(EWL_GRID(footer), box, 2,3,0,0); - ewl_object_fill_policy_set(EWL_OBJECT(box), EWL_FLAG_FILL_SHRINK); - ewl_object_alignment_set(EWL_OBJECT(box), EWL_FLAG_ALIGN_RIGHT); - - image = add_image(box, PACKAGE_DATA_DIR "/images/image.png", 0, NULL, NULL); - ewl_image_constrain_set(EWL_IMAGE(image), 20); - - em->fthumb_size = ewl_hseeker_new(); - ewl_range_minimum_value_set(EWL_RANGE(em->fthumb_size), 16); - ewl_range_maximum_value_set(EWL_RANGE(em->fthumb_size), 144); - ewl_range_step_set(EWL_RANGE(em->fthumb_size), 16); - ewl_range_value_set(EWL_RANGE(em->fthumb_size), 80); - ewl_container_child_append(EWL_CONTAINER(box), em->fthumb_size); - ewl_callback_append(em->fthumb_size, EWL_CALLBACK_VALUE_CHANGED, - change_size, NULL); - ewl_object_maximum_size_set(EWL_OBJECT(em->fthumb_size), 160, 40); - ewl_widget_show(em->fthumb_size); - - image = add_image(box, PACKAGE_DATA_DIR "/images/image.png", 0, NULL, NULL); - ewl_image_constrain_set(EWL_IMAGE(image), 32); - - populate_albums(NULL, NULL, NULL); - - return em->fbox_vbox; -} - -void -show_normal_view(Ewl_Widget *w, void *event, void *data) -{ - ewl_notebook_visible_page_set(EWL_NOTEBOOK(em->view_box), - em->fbox_vbox); -} diff --git a/src/bin/ephoto_simple.c b/src/bin/ephoto_simple.c deleted file mode 100644 index 4ee47a8..0000000 --- a/src/bin/ephoto_simple.c +++ /dev/null @@ -1,252 +0,0 @@ -#include "ephoto.h" - -typedef struct image_data image_data; -struct image_data { - Evas_Object *clip; - Evas_Object *image; -}; - -static void -image_smart_add(Evas_Object *obj) -{ - Evas *e; - image_data *id; - - id = NULL; - id = calloc(1, sizeof(image_data)); - - e = evas_object_evas_get(obj); - id->clip = evas_object_rectangle_add(e); - id->image = evas_object_image_add(e); - - evas_object_clip_set(id->image, id->clip); - evas_object_show(id->image); - - evas_object_smart_member_add(id->clip, obj); - evas_object_smart_member_add(id->image, obj); - - evas_object_smart_data_set(obj, id); -} - -static void -image_smart_del(Evas_Object *obj) -{ - image_data *id; - - id = evas_object_smart_data_get(obj); - evas_object_del(id->clip); - evas_object_del(id->image); - - free(id); -} - -static void -image_smart_move(Evas_Object *obj, Evas_Coord x, Evas_Coord y) -{ - image_data *id; - - id = evas_object_smart_data_get(obj); - evas_object_move(id->clip, x, y); - evas_object_move(id->image, x, y); -} - -static void -image_smart_recalculate(Evas_Object *img, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h) -{ - int iw, ih, fw, fh; - double is, nw, nh, ns; - - evas_object_image_size_get(img, &iw, &ih); - if (w == 0 || h == 0 || iw == 0 || ih == 0) - { - evas_object_image_fill_set(img, 0, 0, 1, 1); - evas_object_resize(img, 0, 0); - return; - } - is = (double)iw / (double)ih; - nw = (double)w / (double)iw; - nh = (double)h / (double)ih; - ns = (nw < nh) ? nw : nh; - - fw = iw * ns; - fh = fw / is; - - evas_object_move(img, x+(w-fw)/2, y+(h-fh)/2); - evas_object_resize(img, fw, fh); - evas_object_image_fill_set(img, 0, 0, fw, fh); -} - -static void -image_smart_resize(Evas_Object *obj, Evas_Coord w, Evas_Coord h) -{ - image_data *id; - Evas_Coord x, y; - - id = evas_object_smart_data_get(obj); - - evas_object_resize(id->clip, w, h); - evas_object_geometry_get(obj, &x, &y, NULL, NULL); - image_smart_recalculate(id->image, x, y, w, h); -} - -static void -image_smart_show(Evas_Object *obj) -{ - image_data *id; - - id = evas_object_smart_data_get(obj); - - evas_object_show(id->clip); -} - -static void -image_smart_hide(Evas_Object *obj) -{ - image_data *id; - - id = evas_object_smart_data_get(obj); - - evas_object_hide(id->clip); -} - -static void -image_smart_clip_set(Evas_Object *obj, Evas_Object *clip) -{ - image_data *id; - - id = evas_object_smart_data_get(obj); - - evas_object_clip_set(id->clip, clip); -} - -static void -image_smart_clip_unset(Evas_Object *obj) -{ - image_data *id; - - id = evas_object_smart_data_get(obj); - - evas_object_clip_unset(id->clip); -} - -static Evas_Smart * -image_smart_class(void) -{ - static Evas_Smart *s; - static const Evas_Smart_Class sc = { - "Image_Smart", - EVAS_SMART_CLASS_VERSION, - image_smart_add, - image_smart_del, - image_smart_move, - image_smart_resize, - image_smart_show, - image_smart_hide, - NULL, - image_smart_clip_set, - image_smart_clip_unset, - NULL - }; - s = evas_smart_class_new(&sc); - return(s); -} - -static Evas_Object * -image_add(Evas *e) -{ - Evas_Smart *smart; - - smart = image_smart_class(); - return evas_object_smart_add(e, smart); -} - -static void -image_file_set(Evas_Object *obj, const char *img) -{ - Evas_Coord x, y, w, h; - image_data *id; - - id = evas_object_smart_data_get(obj); - - evas_object_image_file_set(id->image, img, NULL); - evas_object_geometry_get(obj, &x, &y, &w, &h); - image_smart_recalculate(id->image, x, y, w, h); -} - -static void -window_resize(Ecore_Evas *ee) -{ - Evas_Object *interface; - Evas_Coord w, h; - Evas *e; - - ecore_evas_geometry_get(ee, NULL, NULL, &w, &h); - - e = ecore_evas_get(ee); - interface = evas_object_name_find(e, "interface"); - evas_object_resize(interface, w, h); -} - -static void -close_ephoto_simple(Ecore_Evas *ee) -{ - ecore_evas_shutdown(); - ecore_main_loop_quit(); - edje_shutdown(); -} - -void -show_ephoto_simple(const char *img) -{ - Ecore_Evas *ee; - Evas *e; - Evas_Object *interface, *i; - - if (!ecore_init()) - { - printf("Error - Could not initialize Ecore.\n"); - return; - } - - if (!ecore_evas_init()) - { - printf("Error - Could not initialize Ecore_Evas.\n"); - return; - } - - ee = ecore_evas_software_x11_new(0, 0, 0, 0, 255, 255); - if (!ee) - { - printf("Error - Could not create the Ecore_Evas window.\n"); - return; - } - ecore_evas_size_min_set(ee, 400, 400); - ecore_evas_title_set(ee, "Ephoto Simple Viewer"); - ecore_evas_name_class_set(ee, "Ephoto Simple Viewer", "Ephoto Simple Viewer"); - ecore_evas_callback_resize_set(ee, window_resize); - ecore_evas_callback_delete_request_set(ee, close_ephoto_simple); - ecore_evas_callback_destroy_set(ee, close_ephoto_simple); - ecore_evas_borderless_set(ee, 1); - ecore_evas_shaped_set(ee, 1); - - edje_init(); - - e = ecore_evas_get(ee); - - interface = edje_object_add(e); - edje_object_file_set(interface, "/home/okra/coding/dev/e/ephoto/data/themes/ephoto/ephoto.edj", "ephoto"); - evas_object_name_set(interface, "interface"); - evas_object_move(interface, 0, 0); - evas_object_resize(interface, 400, 400); - evas_object_show(interface); - - i = image_add(e); - image_file_set(i, img); - evas_object_name_set(i, "image_smart"); - edje_object_part_swallow(interface, "image", i); - - ecore_evas_resize(ee, 400, 400); - ecore_evas_show(ee); - - return; -} diff --git a/src/bin/ephoto_single_view.c b/src/bin/ephoto_single_view.c deleted file mode 100644 index fb7065e..0000000 --- a/src/bin/ephoto_single_view.c +++ /dev/null @@ -1,494 +0,0 @@ -#include "ephoto.h" - -static void add_standard_edit_tools(Ewl_Widget *c); -static void show_advanced(void); -static void previous_image(Ewl_Widget *w, void *event, void *data); -static void next_image(Ewl_Widget *w, void *event, void *data); -static void zoom_in(Ewl_Widget *w, void *event, void *data); -static void zoom_out(Ewl_Widget *w, void *event, void *data); -static void flip_image_horizontal(Ewl_Widget *w, void *event, void *data); -static void flip_image_vertical(Ewl_Widget *w, void *event, void *data); -static void rotate_image_left(Ewl_Widget *w, void *event, void *data); -static void rotate_image_right(Ewl_Widget *w, void *event, void *data); -static void image_blur(Ewl_Widget *w, void *event, void *data); -static void image_sharpen(Ewl_Widget *w, void *event, void *data); -static void image_grayscale(Ewl_Widget *w, void *event, void *data); -static void image_sepia(Ewl_Widget *w, void *event, void *data); -static void close_channel(Ewl_Widget *w, void *event, void *data); -static void channel_mixer(Ewl_Widget *w, void *event, void *data); -static void set_image_file(Ewl_Widget *w, void *event, void *data); - -static void -set_image_file(Ewl_Widget *w, void *event, void *data) -{ - Ewl_Selection_Idx *i; - - i = ewl_mvc_selected_get(EWL_MVC(em->fbox)); - - ewl_image_file_path_set(EWL_IMAGE(w), ecore_dlist_index_goto(em->images, i->row)); - ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE); - ewl_callback_del(w, EWL_CALLBACK_CONFIGURE, set_image_file); -} - -Ewl_Widget * -add_single_view(Ewl_Widget *c) -{ - Ewl_Widget *ibox, *bhbox, *button; - - em->ewin = NULL; - - em->single_vbox = add_box(c, EWL_ORIENTATION_VERTICAL, 2); - ewl_object_fill_policy_set(EWL_OBJECT(em->single_vbox), - EWL_FLAG_FILL_ALL); - - ibox = ewl_cell_new(); - ewl_object_fill_policy_set(EWL_OBJECT(ibox), EWL_FLAG_FILL_SHRINK); - ewl_container_child_append(EWL_CONTAINER(em->single_vbox), ibox); - ewl_widget_show(ibox); - - em->simage = add_image(ibox, NULL, 0, NULL, NULL); - ewl_object_alignment_set(EWL_OBJECT(em->simage), - EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(em->simage), - EWL_FLAG_FILL_SHRINK); - - bhbox = add_box(em->single_vbox, EWL_ORIENTATION_HORIZONTAL, 5); - ewl_object_alignment_set(EWL_OBJECT(bhbox), EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(bhbox), EWL_FLAG_FILL_SHRINK); - - button = add_button(bhbox, "Back", PACKAGE_DATA_DIR "/images/go-previous.png", - show_normal_view, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - add_standard_edit_tools(bhbox); - - return em->single_vbox; -} - -void -show_single_view(Ewl_Widget *w, void *event, void *data) -{ - ewl_notebook_visible_page_set(EWL_NOTEBOOK(em->view_box), - em->single_vbox); - if (ecore_dlist_current(em->images)) - { - ewl_callback_append(em->simage, EWL_CALLBACK_CONFIGURE, - set_image_file, NULL); - } - return; -} - -static void -add_standard_edit_tools(Ewl_Widget *c) -{ - Ewl_Widget *button; - - button = add_button(c, NULL, - PACKAGE_DATA_DIR "/images/in.png", - zoom_in, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_attach_tooltip_text_set(button, _("Zoom In")); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - button = add_button(c, NULL, - PACKAGE_DATA_DIR "/images/out.png", - zoom_out, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_attach_tooltip_text_set(button, _("Zoom Out")); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - button = add_button(c, NULL, - PACKAGE_DATA_DIR "/images/undo.png", - rotate_image_left, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_attach_tooltip_text_set(button, _("Rotate Left")); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - button = add_button(c, NULL, - PACKAGE_DATA_DIR "/images/redo.png", - rotate_image_right, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_attach_tooltip_text_set(button, _("Rotate Right")); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - button = add_button(c, NULL, - PACKAGE_DATA_DIR "/images/go-next.png", - flip_image_horizontal, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_attach_tooltip_text_set(button, _("Flip Horizontally")); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - button = add_button(c, NULL, - PACKAGE_DATA_DIR "/images/go-down.png", - flip_image_vertical, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_attach_tooltip_text_set(button, _("Flip Vertically")); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - button = add_button(c, NULL, - PACKAGE_DATA_DIR "/images/camera-photo.png", - show_advanced, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_attach_tooltip_text_set(button, _("Advanced Tools")); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - button = add_button(c, NULL, - PACKAGE_DATA_DIR "/images/media-seek-backward.png", - previous_image, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_attach_tooltip_text_set(button, _("Previous Image")); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - button = add_button(c, NULL, - PACKAGE_DATA_DIR "/images/media-seek-forward.png", - next_image, NULL); - ewl_button_image_size_set(EWL_BUTTON(button), 22, 22); - ewl_attach_tooltip_text_set(button, _("Next Image")); - ewl_object_alignment_set(EWL_OBJECT(button), EWL_FLAG_ALIGN_LEFT); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_NONE); - - return; -} - -static void -destroy(Ewl_Widget *w, void *event, void *data) -{ - ewl_widget_destroy(w); - em->ewin = NULL; -} - -static void -show_advanced(void) -{ - Ewl_Widget *vbox, *fbox, *button; - - em->ewin = add_window("Ephoto Advanced Image Tools!", - 230, 100, destroy, NULL); - - vbox = add_box(em->ewin, EWL_ORIENTATION_VERTICAL, 1); - ewl_object_fill_policy_set(EWL_OBJECT(vbox), EWL_FLAG_FILL_ALL); - - fbox = ewl_hfreebox_new(); - ewl_object_alignment_set(EWL_OBJECT(fbox), EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(fbox), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(vbox), fbox); - ewl_widget_show(fbox); - - button = add_button(fbox, "Grayscale", NULL, image_grayscale, em->simage); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_ALL); - ewl_object_minimum_w_set(EWL_OBJECT(button), 75); - - button = add_button(fbox, "Sepia", NULL, image_sepia, em->simage); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_ALL); - ewl_object_minimum_w_set(EWL_OBJECT(button), 75); - - button = add_button(fbox, "Blur", NULL, image_blur, em->simage); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_ALL); - ewl_object_minimum_w_set(EWL_OBJECT(button), 75); - - button = add_button(fbox, "Sharpen", NULL, image_sharpen, em->simage); - ewl_object_fill_policy_set(EWL_OBJECT(button), EWL_FLAG_FILL_ALL); - ewl_object_minimum_w_set(EWL_OBJECT(button), 75); - - return; -} - -static void -previous_image(Ewl_Widget *w, void *event, void *data) -{ - char *image; - - ecore_dlist_previous(em->images); - image = ecore_dlist_current(em->images); - if(!image) - { - ecore_dlist_last_goto(em->images); - image = ecore_dlist_current(em->images); - } - ewl_image_file_path_set(EWL_IMAGE(em->simage), image); - ewl_widget_configure(em->simage->parent); - - return; -} - -static void -next_image(Ewl_Widget *w, void *event, void *data) -{ - char *image; - - ecore_dlist_next(em->images); - image = ecore_dlist_current(em->images); - if(!image) - { - ecore_dlist_first_goto(em->images); - image = ecore_dlist_current(em->images); - } - ewl_image_file_path_set(EWL_IMAGE(em->simage), image); - ewl_widget_configure(em->simage->parent); - - return; -} - -static void -zoom_in(Ewl_Widget *w, void *event, void *data) -{ - int ow, oh; - - ewl_object_current_size_get(EWL_OBJECT(em->simage), &ow, &oh); - - ewl_image_size_set(EWL_IMAGE(em->simage), ow*2, oh*2); - ewl_widget_configure(em->simage->parent); - - return; -} - -static void -zoom_out(Ewl_Widget *w, void *event, void *data) -{ - int ow, oh; - - ewl_object_current_size_get(EWL_OBJECT(em->simage), &ow, &oh); - - ewl_image_size_set(EWL_IMAGE(em->simage), ow/2, oh/2); - ewl_widget_configure(em->simage->parent); - - return; -} - -static void -flip_image_horizontal(Ewl_Widget *w, void *event, void *data) -{ - - unsigned int *image_data; - int nw, nh; - - image_data = flip_horizontal(em->simage); - evas_object_image_size_get(EWL_IMAGE(em->simage)->image, &nw, &nh); - update_image(em->simage, nw, nh, image_data); - ewl_widget_configure(em->simage->parent); - - return; -} - -static void -flip_image_vertical(Ewl_Widget *w, void *event, void *data) -{ - unsigned int *image_data; - int nw, nh; - - image_data = flip_vertical(em->simage); - evas_object_image_size_get(EWL_IMAGE(em->simage)->image, &nw, &nh); - update_image(em->simage, nw, nh, image_data); - ewl_widget_configure(em->simage->parent); - - return; -} - -static void -rotate_image_left(Ewl_Widget *w, void *event, void *data) -{ - unsigned int *image_data; - int nw, nh; - Ewl_Image *image; - - evas_object_image_size_get(EWL_IMAGE(em->simage)->image, &nh, &nw); - image_data = rotate_left(em->simage); - image = EWL_IMAGE(em->simage); - ewl_image_size_set(EWL_IMAGE(image), nw, nh); - image->ow = nw; - image->oh = nh; - update_image(em->simage, nw, nh, image_data); - ewl_object_preferred_inner_size_set(EWL_OBJECT(em->simage), nw, nh); - ewl_widget_configure(em->simage->parent); - - return; -} - -static void -rotate_image_right(Ewl_Widget *w, void *event, void *data) -{ - unsigned int *image_data; - int nw, nh; - Ewl_Image *image; - - evas_object_image_size_get(EWL_IMAGE(em->simage)->image, &nh, &nw); - image_data = rotate_right(em->simage); - update_image(em->simage, nw, nh, image_data); - image = EWL_IMAGE(em->simage); - ewl_image_size_set(EWL_IMAGE(image), nw, nh); - image->ow = nw; - image->oh = nh; - ewl_object_preferred_inner_size_set(EWL_OBJECT(em->simage), nw, nh); - ewl_widget_configure(em->simage->parent); - - return; -} - -static void -image_blur(Ewl_Widget *w, void *event, void *data) -{ - unsigned int *image_data; - int nw, nh; - Ewl_Widget *image; - - image = data; - - evas_object_image_size_get(EWL_IMAGE(image)->image, &nw, &nh); - image_data = blur_image(image); - update_image(image, nw, nh, image_data); - ewl_widget_configure(image->parent); - - ewl_callback_del(image, EWL_CALLBACK_CONFIGURE, image_blur); - - return; -} - -static void -image_sharpen(Ewl_Widget *w, void *event, void *data) -{ - unsigned int *image_data; - int nw, nh; - Ewl_Widget *image; - - image = data; - - evas_object_image_size_get(EWL_IMAGE(image)->image, &nw, &nh); - image_data = sharpen_image(image); - update_image(image, nw, nh, image_data); - ewl_widget_configure(image->parent); - - ewl_callback_del(image, EWL_CALLBACK_CONFIGURE, image_sharpen); - - return; -} - -static void -image_grayscale(Ewl_Widget *w, void *event, void *data) -{ - unsigned int *image_data; - int nw, nh; - Ewl_Widget *image; - - image = data; - - evas_object_image_size_get(EWL_IMAGE(image)->image, &nw, &nh); - image_data = grayscale_image(image); - update_image(image, nw, nh, image_data); - ewl_widget_configure(image->parent); - - ewl_callback_del(image, EWL_CALLBACK_CONFIGURE, image_grayscale); - - return; -} - -static void -image_sepia(Ewl_Widget *w, void *event, void *data) -{ - unsigned int *image_data; - int nw, nh; - Ewl_Widget *image; - - image = data; - - evas_object_image_size_get(EWL_IMAGE(image)->image, &nw, &nh); - image_data = sepia_image(image); - update_image(image, nw, nh, image_data); - ewl_widget_configure(image->parent); - - ewl_callback_del(image, EWL_CALLBACK_CONFIGURE, image_sepia); - - return; -} - -static void -close_channel(Ewl_Widget *w, void *event, void *data) -{ -/* Ewl_Widget *win; - - win = data; - - ewl_widget_destroy(win);*/ -} - -static void -channel_mixer(Ewl_Widget *w, void *event, void *data) -{ - close_channel(NULL, NULL, NULL); -/* Ewl_Widget *window, *vbox, *seek; - - window = add_window("Channel Editor", 400, 400, NULL, NULL); - ewl_callback_append(window, EWL_CALLBACK_DELETE_WINDOW, close_channel, window); - - vbox = add_box(window, EWL_ORIENTATION_VERTICAL, 1); - - add_label(vbox, "Hue"); - - seek = ewl_hseeker_new(); - ewl_range_minimum_value_set(EWL_RANGE(seek), -100); - ewl_range_maximum_value_set(EWL_RANGE(seek), 100); - ewl_range_step_set(EWL_RANGE(seek), 10); - ewl_range_value_set(EWL_RANGE(seek), 0); - ewl_container_child_append(EWL_CONTAINER(vbox), seek); - ewl_widget_show(seek); - - add_label(vbox, "Saturation"); - - seek = ewl_hseeker_new(); - ewl_range_minimum_value_set(EWL_RANGE(seek), -100); - ewl_range_maximum_value_set(EWL_RANGE(seek), 100); - ewl_range_step_set(EWL_RANGE(seek), 10); - ewl_range_value_set(EWL_RANGE(seek), 0); - ewl_container_child_append(EWL_CONTAINER(vbox), seek); - ewl_widget_show(seek); - - add_label(vbox, "Value"); - - seek = ewl_hseeker_new(); - ewl_range_minimum_value_set(EWL_RANGE(seek), -100); - ewl_range_maximum_value_set(EWL_RANGE(seek), 100); - ewl_range_step_set(EWL_RANGE(seek), 10); - ewl_range_value_set(EWL_RANGE(seek), 0); - ewl_container_child_append(EWL_CONTAINER(vbox), seek); - ewl_widget_show(seek); - - add_label(vbox, "Light"); - - seek = ewl_hseeker_new(); - ewl_range_minimum_value_set(EWL_RANGE(seek), -100); - ewl_range_maximum_value_set(EWL_RANGE(seek), 100); - ewl_range_step_set(EWL_RANGE(seek), 10); - ewl_range_value_set(EWL_RANGE(seek), 0); - ewl_container_child_append(EWL_CONTAINER(vbox), seek); - ewl_widget_show(seek); - - add_label(vbox, "Brightness"); - - seek = ewl_hseeker_new(); - ewl_range_minimum_value_set(EWL_RANGE(seek), -100); - ewl_range_maximum_value_set(EWL_RANGE(seek), 100); - ewl_range_step_set(EWL_RANGE(seek), 10); - ewl_range_value_set(EWL_RANGE(seek), 0); - ewl_container_child_append(EWL_CONTAINER(vbox), seek); - ewl_widget_show(seek); - - add_label(vbox, "Contrast"); - - seek = ewl_hseeker_new(); - ewl_range_minimum_value_set(EWL_RANGE(seek), -100); - ewl_range_maximum_value_set(EWL_RANGE(seek), 100); - ewl_range_step_set(EWL_RANGE(seek), 10); - ewl_range_value_set(EWL_RANGE(seek), 0); - ewl_container_child_append(EWL_CONTAINER(vbox), seek); - ewl_widget_show(seek);*/ -} - diff --git a/src/bin/ephoto_slideshow.c b/src/bin/ephoto_slideshow.c deleted file mode 100644 index 9f2fc7f..0000000 --- a/src/bin/ephoto_slideshow.c +++ /dev/null @@ -1,79 +0,0 @@ -#include "ephoto.h" - -static int change_picture(void *data); -static void destroy(Ewl_Widget *w, void *event, void *data); -static void show_first_image(Ewl_Widget *w, void *event, void *data); -static Ecore_Timer *change; -static Ewl_Widget *win; - -static int -change_picture(void *data) -{ - char *image_path; - Ewl_Widget *image; - - image = data; - - ecore_dlist_next(em->images); - image_path = ecore_dlist_current(em->images); - - if(!image_path) - { - ecore_timer_del(change); - ewl_widget_destroy(win); - return 1; - } - - ewl_image_file_set(EWL_IMAGE(image), image_path, NULL); - - return 1; -} - -static void -destroy(Ewl_Widget *w, void *event, void *data) -{ - ewl_widget_destroy(win); - ecore_timer_del(change); -} - -static void -show_first_image(Ewl_Widget *w, void *event, void *data) -{ - char *image_path; - - ecore_dlist_first_goto(em->images); - image_path = ecore_dlist_current(em->images); - - ewl_image_file_set(EWL_IMAGE(w), image_path, NULL); - - change = ecore_timer_add(5, change_picture, w); - - return; -} - -void -start_slideshow(Ewl_Widget *w, void *event, void *data) -{ - Ewl_Widget *cell, *image; - - win = add_window("Ephoto Slideshow!", 0, 0, destroy, NULL); - ewl_window_fullscreen_set(EWL_WINDOW(win), 1); - ewl_callback_append(win, EWL_CALLBACK_CLICKED, destroy, NULL); - - cell = ewl_cell_new(); - ewl_object_fill_policy_set(EWL_OBJECT(cell), EWL_FLAG_FILL_ALL); - ewl_container_child_append(EWL_CONTAINER(win), cell); - ewl_theme_data_str_set(cell, "/cell/file", - PACKAGE_DATA_DIR "/images/single_vbox.edj"); - ewl_theme_data_str_set(cell, "/cell/group", "bg"); - ewl_widget_show(cell); - - image = add_image(cell, NULL, 0, NULL, NULL); - ewl_image_proportional_set(EWL_IMAGE(image), TRUE); - ewl_object_alignment_set(EWL_OBJECT(image), EWL_FLAG_ALIGN_CENTER); - ewl_object_fill_policy_set(EWL_OBJECT(image), EWL_FLAG_FILL_SHRINK); - ewl_callback_append(image, EWL_CALLBACK_SHOW, show_first_image, NULL); - ewl_widget_show(image); - - return; -} diff --git a/src/bin/ephoto_utils.c b/src/bin/ephoto_utils.c deleted file mode 100644 index 56d2795..0000000 --- a/src/bin/ephoto_utils.c +++ /dev/null @@ -1,145 +0,0 @@ -#include "ephoto.h" - -const char * -file_size_get(int size) -{ - double dsize; - char fsize[256]; - - dsize = (double)size; - if (dsize < 1024.0) snprintf(fsize, sizeof(fsize), _("%'.0f Bytes"), - dsize); - else - { - dsize /= 1024.0; - if (dsize < 1024) snprintf(fsize, sizeof(fsize), _("%'.0f KB"), - dsize); - else - { - dsize /= 1024.0; - if (dsize < 1024) snprintf(fsize, sizeof(fsize), - _("%'.0f MB"), dsize); - else - { - dsize /= 1024.0; - snprintf(fsize, sizeof(fsize), - _("%'.1f GB"), dsize); - } - } - } - return strdup(fsize); -} - -const char * -image_pixels_string_get(const char *file) -{ - char pixels[PATH_MAX]; - int w, h; - Evas_Imaging_Image *image; - - image = evas_imaging_image_load(file, NULL); - evas_imaging_image_size_get(image, &w, &h); - evas_imaging_image_free(image); - - snprintf(pixels, PATH_MAX, "%d x %d", w, h); - - return strdup(pixels); -} - -void -image_pixels_int_get(const char *file, int *width, int *height) -{ - int w, h; - Evas_Imaging_Image *image; - - image = evas_imaging_image_load(file, NULL); - evas_imaging_image_size_get(image, &w, &h); - evas_imaging_image_free(image); - - *width = w; - *height = h; - - return; -} - -Ecore_List * -get_directories(const char *directory) -{ - Ecore_List *ls, *files; - char *file; - char path[PATH_MAX]; - - if (ecore_file_is_dir(directory)) - { - ls = ecore_list_new(); - files = ecore_list_new(); - ecore_list_free_cb_set(files, free); - if (strcmp(directory, "/")) - { - ecore_list_append(files, strdup("..")); - } - ls = ecore_file_ls(directory); - while (!ecore_list_empty_is(ls)) - { - file = ecore_list_first_remove(ls); - if (strncmp(file, ".", 1)) - { - if (strcmp(directory, "/")) - snprintf(path, PATH_MAX, "%s/%s", - directory, file); - else - snprintf(path, PATH_MAX, "%s%s", - directory, file); - if (ecore_file_is_dir(path)) - ecore_list_append(files, strdup(path)); - } - } - } - else - { - files = NULL; - } - ecore_list_first_goto(files); - return files; -} - -Ecore_List * -get_images(const char *directory) -{ - Ecore_List *ls, *files; - char path[PATH_MAX], *file; - - if (ecore_file_is_dir(directory)) - { - ls = ecore_list_new(); - files = ecore_dlist_new(); - ecore_dlist_free_cb_set(files, free); - - ls = ecore_file_ls(directory); - while (!ecore_list_empty_is(ls)) - { - file = ecore_list_first_remove(ls); - if (strncmp(file, ".", 1)) - { - const char *type; - - if (strcmp(directory, "/")) - snprintf(path, PATH_MAX, "%s/%s", - directory, file); - else - snprintf(path, PATH_MAX, "%s%s", - directory, file); - type = efreet_mime_type_get(strdup(path)); - if (!strncmp(type, "image", 5)) - ecore_dlist_append(files, strdup(path)); - } - } - } - else - { - files = NULL; - } - ecore_dlist_first_goto(files); - return files; -} -