packages: ephoto/ephoto.spec, ephoto/ephoto-elm-update.patch (NEW) - update...

qboosh qboosh at pld-linux.org
Fri Dec 16 15:44:01 CET 2011


Author: qboosh                       Date: Fri Dec 16 14:44:01 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.1.1.55225
- added elm-update patch to fix build with elementary 0.8+

---- Files affected:
packages/ephoto:
   ephoto.spec (1.4 -> 1.5) , ephoto-elm-update.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ephoto/ephoto.spec
diff -u packages/ephoto/ephoto.spec:1.4 packages/ephoto/ephoto.spec:1.5
--- packages/ephoto/ephoto.spec:1.4	Mon Feb 12 22:23:54 2007
+++ packages/ephoto/ephoto.spec	Fri Dec 16 15:43:56 2011
@@ -1,19 +1,28 @@
 # $Revision$, $Date$
-%define	_snap	20060223
 Summary:	A professional slideshow creator
 Summary(pl.UTF-8):	Profesjonalne narzędzie do tworzenia slajdów
 Name:		ephoto
-Version:	0.1
-Release:	0.%{_snap}.1
+Version:	0.1.1.55225
+Release:	1
 License:	BSD
 Group:		Applications/Multimedia
-Source0:	http://sparky.homelinux.org/snaps/enli/e17/proto/%{name}-%{_snap}.tar.bz2
-# Source0-md5:	a340442715e244243842e500f26480ca
-URL:		http://enlightenment.org/
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	ewl-devel
+Source0:	http://download.enlightenment.org/snapshots/2010-12-03/%{name}-%{version}.tar.bz2
+# Source0-md5:	67f2e817716ffc86ba1c653b6177813a
+Patch0:		%{name}-elm-update.patch
+URL:		http://trac.enlightenment.org/e/wiki/Ephoto
+BuildRequires:	autoconf >= 2.60
+BuildRequires:	automake >= 1.6
+BuildRequires:	ecore-file-devel
+BuildRequires:	edje
+BuildRequires:	edje-devel
+BuildRequires:	efreet-devel
+BuildRequires:	eio-devel
+BuildRequires:	elementary-devel >= 0.8.0
+BuildRequires:	ethumb-devel
+BuildRequires:	gettext-devel >= 0.12.1
+BuildRequires:	libexif-devel
 BuildRequires:	libtool
+BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,15 +33,18 @@
 dźwięku.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+%patch0 -p1
 
 %build
+%{__gettextize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--disable-silent-rules
 %{__make}
 
 %install
@@ -46,7 +58,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS COPYING ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/%{name}
 %{_datadir}/%{name}
 
@@ -56,6 +68,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/12/16 14:43:56  qboosh
+- updated to 0.1.1.55225
+- added elm-update patch to fix build with elementary 0.8+
+
 Revision 1.4  2007/02/12 21:23:54  glen
 - tabs in preamble
 

================================================================
Index: packages/ephoto/ephoto-elm-update.patch
diff -u /dev/null packages/ephoto/ephoto-elm-update.patch:1.1
--- /dev/null	Fri Dec 16 15:44:02 2011
+++ packages/ephoto/ephoto-elm-update.patch	Fri Dec 16 15:43:56 2011
@@ -0,0 +1,33 @@
+--- ephoto-0.1.1.55225/src/bin/ephoto_thumb_browser.c.orig	2010-12-01 14:55:41.000000000 +0100
++++ ephoto-0.1.1.55225/src/bin/ephoto_thumb_browser.c	2011-12-16 15:42:19.040162762 +0100
+@@ -533,7 +533,7 @@ ephoto_thumb_browser_add(Ephoto *ephoto,
+         ERR("no toolbar in layout!");
+         goto error;
+      }
+-   elm_toolbar_homogenous_set(tb->toolbar, EINA_FALSE);
++   elm_toolbar_homogeneous_set(tb->toolbar, EINA_FALSE);
+    elm_toolbar_mode_shrink_set(tb->toolbar, ELM_TOOLBAR_SHRINK_MENU);
+    elm_toolbar_menu_parent_set(tb->toolbar, parent);
+ 
+--- ephoto-0.1.1.55225/src/bin/ephoto_flow_browser.c.orig	2010-11-15 11:58:43.000000000 +0100
++++ ephoto-0.1.1.55225/src/bin/ephoto_flow_browser.c	2011-12-16 15:42:09.283495769 +0100
+@@ -911,7 +911,7 @@ ephoto_flow_browser_add(Ephoto *ephoto,
+         ERR("no toolbar in layout!");
+         goto error;
+      }
+-   elm_toolbar_homogenous_set(fb->toolbar, EINA_FALSE);
++   elm_toolbar_homogeneous_set(fb->toolbar, EINA_FALSE);
+    elm_toolbar_mode_shrink_set(fb->toolbar, ELM_TOOLBAR_SHRINK_MENU);
+    elm_toolbar_menu_parent_set(fb->toolbar, parent);
+ 
+--- ephoto-0.1.1.55225/src/bin/ephoto_preferences.c.orig	2010-11-11 14:04:59.000000000 +0100
++++ ephoto-0.1.1.55225/src/bin/ephoto_preferences.c	2011-12-16 15:41:53.956828590 +0100
+@@ -33,7 +33,7 @@ ephoto_show_preferences(Ephoto *em)
+                 elm_win_inwin_content_set(o, box);
+ 
+                 tb = elm_toolbar_add(box);
+-                elm_toolbar_homogenous_set(tb, EINA_FALSE);
++                elm_toolbar_homogeneous_set(tb, EINA_FALSE);
+                 evas_object_size_hint_align_set(tb, EVAS_HINT_FILL, 0.5);
+ 
+                 elm_box_pack_end(box, tb);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ephoto/ephoto.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list