Ephoto: Update to include new website.

This commit is contained in:
osauser 2015-12-08 15:26:33 -06:00
parent b5dadaea66
commit e32a33ac4d
4 changed files with 14 additions and 10 deletions

1
README
View File

@ -1 +1,2 @@
Ephoto - A comprehensive image viewer written using the core EFL. Ephoto - A comprehensive image viewer written using the core EFL.
http://www.smhouston.us/ephoto/

5
TODO
View File

@ -6,10 +6,9 @@ Add more effects, filters as necessary
Clean up Cropper Clean up Cropper
-Thumb Browser: -Thumb Browser:
Add ability to view more info on image(Exif perhaps?) Add ability to view more info on image(Exif perhaps?)
Add ability to delete images Add ability to search
Turn file selector into a tree.
-Slideshow: -Slideshow:
Possibly look at implementing moving slideshows. Possibly look at implementing moving slideshows.
-Other: -Other Possibilities:
Exporting to flickr, facebook, etc.. Exporting to flickr, facebook, etc..
Read straight from a camera Read straight from a camera

View File

@ -4,14 +4,16 @@ Version: @VERSION@
Release: 0.%(date '+%Y%m%d') Release: 0.%(date '+%Y%m%d')
License: BSD License: BSD
Group: Applications/Multimedia Group: Applications/Multimedia
URL: http://www.smhouston.us URL: http://www.smhouston.us/ephoto
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston <smhouston88@gmail.com>} Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston <smhouston88@gmail.com>}
Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Okra Project (http://www.smhouston.us/)} Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Okra Project (http://www.smhouston.us)}
Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
#BuildSuggests: xorg-x11-devel #BuildSuggests: xorg-x11-devel
Requires: efl edje ethumb Requires: efl
BuildRequires: efl-devel edje-devel ethumb-devel Requires: elementary >= 1.13.0
Requires: evsa-generic-loaders >= 1.13.0
BuildRequires: efl-devel edje-devel elementary-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description

View File

@ -450,8 +450,10 @@ ephoto_config_about(Ephoto *ephoto)
evas_object_size_hint_align_set(entry, EVAS_HINT_FILL, EVAS_HINT_FILL); evas_object_size_hint_align_set(entry, EVAS_HINT_FILL, EVAS_HINT_FILL);
eina_strbuf_append_printf(sbuf, eina_strbuf_append_printf(sbuf,
_("Ephoto is a comprehensive image viewer based on the EFL.<br/>" _("Ephoto is a comprehensive image viewer based on the EFL.<br/>"
"For more information, please visit the Ephoto project page on<br/>" "For more information, please visit the Ephoto project page:<br/>"
"the Enlightenment wiki:<br/>" "<a href=http://www.smhouston.us/ephoto/>"
"http://www.smhouston.us/ephoto/</a><br/><br/>"
"Ephoto also has a page on the Enlightenment wiki:<br/>"
"<a href=https://phab.enlightenment.org/w/projects/ephoto>" "<a href=https://phab.enlightenment.org/w/projects/ephoto>"
"https://phab.enlightenment.org/w/projects/ephoto</a><br/><br/>" "https://phab.enlightenment.org/w/projects/ephoto</a><br/><br/>"
"Ephoto's source can be found through Enlightenment's git:<br/>" "Ephoto's source can be found through Enlightenment's git:<br/>"