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.
http://www.smhouston.us/ephoto/

5
TODO
View File

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

View File

@ -4,14 +4,16 @@ Version: @VERSION@
Release: 0.%(date '+%Y%m%d')
License: BSD
Group: Applications/Multimedia
URL: http://www.smhouston.us
URL: http://www.smhouston.us/ephoto
Source: %{name}-%{version}.tar.gz
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}}
#BuildSuggests: xorg-x11-devel
Requires: efl edje ethumb
BuildRequires: efl-devel edje-devel ethumb-devel
Requires: efl
Requires: elementary >= 1.13.0
Requires: evsa-generic-loaders >= 1.13.0
BuildRequires: efl-devel edje-devel elementary-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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);
eina_strbuf_append_printf(sbuf,
_("Ephoto is a comprehensive image viewer based on the EFL.<br/>"
"For more information, please visit the Ephoto project page on<br/>"
"the Enlightenment wiki:<br/>"
"For more information, please visit the Ephoto project page:<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>"
"https://phab.enlightenment.org/w/projects/ephoto</a><br/><br/>"
"Ephoto's source can be found through Enlightenment's git:<br/>"