rpms/evas/devel evas-0.9.9.023-novera.patch, NONE, 1.1 evas.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Fri Feb 10 18:47:45 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/evas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11425/devel

Modified Files:
	.cvsignore sources 
Added Files:
	evas-0.9.9.023-novera.patch evas.spec 
Log Message:
auto-import evas-0.9.9.023-1 on branch devel from evas-0.9.9.023-1.src.rpm

evas-0.9.9.023-novera.patch:

--- NEW FILE evas-0.9.9.023-novera.patch ---
--- evas-0.9.9.023/data/Makefile.in.novera	2006-02-04 21:37:36.000000000 -0500
+++ evas-0.9.9.023/data/Makefile.in	2006-02-04 21:37:50.000000000 -0500
@@ -198,9 +198,7 @@
 xcb_libs = @xcb_libs@
 MAINTAINERCLEANFILES = Makefile.in
 
-FILES = Vera.ttf VeraBI.ttf VeraBd.ttf VeraIt.ttf VeraMoBI.ttf VeraMoBd.ttf \
-        VeraMoIt.ttf VeraMono.ttf VeraSe.ttf VeraSeBd.ttf fonts.alias fonts.dir \
-        backdrop.png e_logo.png evas_logo.png panel.png \
+FILES = backdrop.png e_logo.png evas_logo.png panel.png \
         panel_shadow.png panel_top.png \
         t1.png t2.png test_pattern.png
 


--- NEW FILE evas.spec ---
Name:           evas
Version:        0.9.9.023
Release:        1%{?dist}
Summary:        A hardware-accelerated canvas API

Group:          System Environment/Libraries
License:        MIT
URL:            http://www.enlightenment.org/Libraries/Evas/
Source0:        http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
Patch:          evas-0.9.9.023-novera.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  edb-devel eet-devel freetype-devel directfb-devel libpng-devel
BuildRequires:  libjpeg-devel
BuildRequires:  xorg-x11-devel

%description
Evas is a hardware-accelerated canvas API for X-Windows that can draw
anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well
as drop down to using normal X11 primitives such as pixmaps, lines and
rectangles for speed if your CPU or graphics hardware are too slow.

Evas abstracts any need to know much about what the characteristics of your
XServer's display are, what depth or what magic visuals etc, it has. The most
you need to tell Evas is how many colors (at a maximum) to use if the display
is not a truecolor display.

%package        devel
Summary:        Development libraries for evas
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The evas-devel package contains libraries and header files for developing
evas applications.

%prep
%setup -q
%patch -p 1 -b .novera

%build
%configure --disable-static --enable-directfb --enable-gl-x11
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYING-PLAIN README
%{_bindir}/*_load
%{_bindir}/*_test
%{_bindir}/*_window
%{_datadir}/%{name}
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc
%{_bindir}/%{name}-config
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Sun Feb  5 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.9.9.023-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/evas/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Feb 2006 18:45:07 -0000	1.1
+++ .cvsignore	10 Feb 2006 18:47:45 -0000	1.2
@@ -0,0 +1 @@
+evas-0.9.9.023.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/evas/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Feb 2006 18:45:07 -0000	1.1
+++ sources	10 Feb 2006 18:47:45 -0000	1.2
@@ -0,0 +1 @@
+ca5528c8894d49cbdf77873f5974c0e8  evas-0.9.9.023.tar.gz




More information about the fedora-extras-commits mailing list