handy conf script

SVN revision: 7201
This commit is contained in:
Carsten Haitzler 2003-07-21 00:24:14 +00:00
parent afd9b73d3f
commit 6548cfaabb
7 changed files with 53 additions and 7 deletions

View File

@ -33,5 +33,5 @@ dist-hook:
bin_SCRIPTS = edje-config
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN edje.spec edje.c.in gendoc Doxyfile edje_docs.tar.gz \
make_cross_compile_arm.sh
make_cross_compile_arm.sh conf-e-x11.sh

6
legacy/edje/conf-e-x11.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
cmake clean distclean
rm config.cache
./configure \
$@

View File

@ -64,10 +64,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%attr(755,root,root) %{prefix}/lib/libedje.so*
%attr(755,root,root) %{prefix}/lib/libedje.la
%attr(755,root,root) %{prefix}/bin/edje
%attr(755,root,root) %{prefix}/bin/edje_cc
%attr(755,root,root) %{prefix}/share/edje
%files devel
%attr(755,root,root) %{prefix}/lib/libedje.a
%attr(755,root,root) %{prefix}/bin/edje*
%attr(755,root,root) %{prefix}/bin/edje-config
%{prefix}/include/Edje*
%doc AUTHORS
%doc COPYING

View File

@ -31,7 +31,7 @@ dist-hook:
bin_SCRIPTS = evas-config
EXTRA_DIST = TODO README AUTHORS COPYING COPYING-PLAIN evas.spec evas.c.in gendoc Doxyfile evas_docs.tar.gz evas.pc.in \
make_cross_compile_arm.sh
make_cross_compile_arm.sh conf-e-x11.sh
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = evas.pc

35
legacy/evas/conf-e-x11.sh Executable file
View File

@ -0,0 +1,35 @@
#!/bin/sh
make clean distclean
rm config.cache
./configure \
--enable-software-x11 \
--enable-image-loader-png \
--enable-image-loader-jpeg \
--enable-image-loader-eet \
--enable-image-loader-edb \
--enable-cpu-mmx \
--enable-cpu-p2-only \
--enable-cpu-c \
--enable-scale-smooth \
--enable-scale-sample \
--enable-convert-8-rgb-332 \
--enable-convert-8-rgb-666 \
--enable-convert-8-rgb-232 \
--enable-convert-8-rgb-222 \
--enable-convert-8-rgb-221 \
--enable-convert-8-rgb-121 \
--enable-convert-8-rgb-111 \
--enable-convert-16-rgb-565 \
--enable-convert-16-rgb-555 \
--enable-convert-16-rgb-rot-0 \
--enable-convert-16-rgb-rot-90 \
--enable-convert-16-rgb-rot-270 \
--enable-convert-32-rgb-8888 \
--enable-convert-32-rgbx-8888 \
--enable-convert-32-bgr-8888 \
--enable-convert-32-bgrx-8888 \
--enable-convert-32-rgb-rot-0 \
--enable-convert-32-rgb-rot-90 \
--enable-convert-32-rgb-rot-270 \
$@

View File

@ -5,7 +5,7 @@ rm -f config.cache
AC_INIT(configure.in)
AC_ISC_POSIX
AM_INIT_AUTOMAKE(evas, 1.0.0_pre9)
AM_INIT_AUTOMAKE(evas, 1.0.0_pre10)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN

View File

@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
%define ver 1.0.0_pre8
%define ver 1.0.0_pre10
%define rel 1
%define prefix /usr
@ -49,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
%build
./configure \
--prefix=%prefix \
--prefix=%{prefix} \
--enable-software-x11 \
--enable-image-loader-png \
--enable-image-loader-jpeg \
@ -101,10 +101,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%attr(755,root,root) %{prefix}/lib/libevas.so*
%attr(755,root,root) %{prefix}/lib/libevas.la
%attr(755,root,root) %{prefix}/bin/evas_*
%attr(755,root,root) %{prefix}/share/evas
%files devel
%attr(755,root,root) %{prefix}/lib/libevas.a
%attr(755,root,root) %{prefix}/bin/evas*
%attr(755,root,root) %{prefix}/bin/evas-config
%{prefix}/include/Evas*
%{prefix}/share/*
%doc AUTHORS