rpms/arm-gp2x-linux-SDL/devel arm-gp2x-linux-SDL.spec, NONE, 1.1 gp2x-SDL.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Aug 7 13:55:21 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/arm-gp2x-linux-SDL/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27496/devel

Modified Files:
	.cvsignore sources 
Added Files:
	arm-gp2x-linux-SDL.spec gp2x-SDL.patch 
Log Message:
initial arm-gp2x-linux-SDL import



--- NEW FILE arm-gp2x-linux-SDL.spec ---
%define target arm-gp2x-linux
%define target_prefix %{_prefix}/%{target}

Name:           %{target}-SDL
Version:        1.2.9
Release:        4%{?dist}
Summary:        Cross Compiled SDL Library targeted at %{target}
Group:          Development/Libraries
License:        LGPLv2+
URL:            http://www.libsdl.org
Source0:        http://www.libsdl.org/release/SDL-%{version}.tar.gz
Patch0:         gp2x-SDL.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
BuildRequires:  %{target}-gcc
BuildArch:      noarch
Requires:       %{target}-glibc

%description
This is a Cross Compiled version of the SDL Library, which can be used to
compile and link binaries for the %{target} platform, instead of for the
native %{_arch} platform.


%prep
%setup -q -n SDL-%{version}
%patch0 -p1


%build
./configure --prefix=%{target_prefix} --build=`./config.guess` --host=%{target} \
  --enable-shared --enable-static \
  --enable-pthreads --enable-pthreads-sem --enable-threads \
  --disable-alsa --disable-cdrom
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{target_prefix}/lib/libSDL.la

# create a sdl-config symlink
mkdir -p $RPM_BUILD_ROOT%{_bindir}
ln -s ../%{target}/bin/sdl-config $RPM_BUILD_ROOT%{_bindir}/%{target}-sdl-config

# we don't want these as we are a cross version
rm -r $RPM_BUILD_ROOT%{target_prefix}/man
rm -r $RPM_BUILD_ROOT%{target_prefix}/share

# despite us being noarch redhat-rpm-config insists on stripping our files
# and on running find-debuginfo.sh on our files
%define __debug_install_post %{nil}
%define __os_install_post /usr/lib/rpm/redhat/brp-compress

# stop rpm from claiming we provide and need native .so files <sigh>
%define _use_internal_dependency_generator 0
%define __find_requires %{nil}
%define __find_provides %{nil}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc BUGS COPYING CREDITS README README-SDL.txt README.GP2X TODO
%{_bindir}/%{target}-sdl-config
%{target_prefix}/bin
%{target_prefix}/include/SDL
%{target_prefix}/lib/libSDL*


%changelog
* Mon Aug  6 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.2.9-4
- Add _smp_mflags to the make invocation

* Sat Aug  4 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.2.9-3
- Add missing %%defattr to %%files
- Strip some unneeded file removals / additions from Patch0, dramatically
  reducing it in size
- Update License tag for new Licensing Guidelines compliance
- Do NOT provide and require native .so files <sigh>

* Thu Jun 07 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.2.9-2
- various cleanups

* Mon Jun 04 2007 Emmanuel Chebesi <e.f.chebesi at student.hhs.nl> 1.2.9-1
- added patch with gp2x SDL configurations
- changed configure and version SDL added buildRequires 

* Thu Jun 02 2007 Koos Termeulen <koostermeulen at gmail.com> 1.2.9-1
- Initial release

gp2x-SDL.patch:

--- NEW FILE gp2x-SDL.patch ---
diff -urN SDL-1.2.9/aclocal.m4 /root/Desktop/gp2xdev/libs/SDL-1.2.9/aclocal.m4
--- SDL-1.2.9/aclocal.m4	2005-08-28 08:31:27.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/aclocal.m4	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
+# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 # 2005  Free Software Foundation, Inc.
@@ -28,7 +28,7 @@
 # Call AM_AUTOMAKE_VERSION so it can be traced.
 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-	 [AM_AUTOMAKE_VERSION([1.9.6])])
+	 [AM_AUTOMAKE_VERSION([1.9.5])])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
diff -urN SDL-1.2.9/config.sub /root/Desktop/gp2xdev/libs/SDL-1.2.9/config.sub
--- SDL-1.2.9/config.sub	2004-05-06 17:55:06.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/config.sub	2006-05-19 09:11:11.000000000 +0200
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
-timestamp='2003-02-22'
+timestamp='2006-04-10'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -497,6 +497,10 @@
 		basic_machine=i386-pc
 		os=-go32
 		;;
+	gp2x)
+		basic_machine=arm-gp2x
+		os=-linux-gnu
+		;;
 	h3050r* | hiux*)
 		basic_machine=hppa1.1-hitachi
 		os=-hiuxwe2
diff -urN SDL-1.2.9/configure /root/Desktop/gp2xdev/libs/SDL-1.2.9/configure
--- SDL-1.2.9/configure	2005-08-28 08:32:11.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/configure	2006-05-19 09:11:11.000000000 +0200
@@ -1043,7 +1043,7 @@
   --enable-video          Enable the video subsystem default=yes
   --enable-events         Enable the events subsystem default=yes
   --enable-joystick       Enable the joystick subsystem default=yes
-  --enable-cdrom          Enable the cdrom subsystem default=yes
+  --enable-cdrom          Enable the cdrom subsystem default=no
   --enable-threads        Enable the threading subsystem default=yes
   --enable-timers         Enable the timer subsystem default=yes
   --enable-endian         Enable the endian subsystem default=yes
@@ -1053,39 +1053,40 @@
   --enable-alsa           support the ALSA audio API default=yes
   --disable-alsatest      Do not try to compile and run a test Alsa program
   --enable-alsa-shared     dynamically load ALSA audio support default=yes
-  --enable-esd            support the Enlightened Sound Daemon default=yes
+  --enable-esd            support the Enlightened Sound Daemon default=no
   --disable-esdtest       Do not try to compile and run a test ESD program
-  --enable-esd-shared     dynamically load ESD audio support default=yes
-  --enable-arts           support the Analog Real Time Synthesizer default=yes
+  --enable-esd-shared     dynamically load ESD audio support default=no
+  --enable-arts           support the Analog Real Time Synthesizer default=no
   --enable-arts-shared    dynamically load aRts audio support default=yes
-  --enable-nas            support the NAS audio API default=yes
-  --enable-diskaudio      support the disk writer audio driver default=yes
-  --enable-mintaudio      support Atari audio driver default=yes
+  --enable-nas            support the NAS audio API default=no
+  --enable-diskaudio      support the disk writer audio driver default=no
+  --enable-mintaudio      support Atari audio driver default=no
   --enable-nasm           use nasm assembly blitters on x86 default=yes
   --enable-video-nanox use nanox video driver default=no
   --enable-nanox-debug print debug messages default=no
   --enable-nanox-share-memory use share memory default=no
   --enable-nanox-direct-fb use direct framebuffer access default=no
-  --enable-video-x11      use X11 video driver default=yes
+  --enable-video-x11      use X11 video driver default=no
   --enable-video-x11-vm   use X11 VM extension for fullscreen default=yes
-  --enable-dga            allow use of X11 DGA code default=yes
-  --enable-video-x11-dgamouse  use X11 DGA for mouse events default=yes
-  --enable-video-x11-xv   use X11 XvImage extension for video default=yes
+  --enable-dga            allow use of X11 DGA code default=no
+  --enable-video-x11-dgamouse  use X11 DGA for mouse events default=no
+  --enable-video-x11-xv   use X11 XvImage extension for video default=no
   --enable-video-x11-xinerama   enable X11 Xinerama support default=yes
   --enable-video-x11-xme  enable Xi Graphics XME for fullscreen default=yes
-  --enable-video-dga      use DGA 2.0 video driver default=yes
-  --enable-video-photon   use QNX Photon video driver default=yes
-  --enable-video-fbcon    use framebuffer console video driver default=yes
+  --enable-video-dga      use DGA 2.0 video driver default=no
+  --enable-video-photon   use QNX Photon video driver default=no
+  --enable-video-fbcon    use framebuffer console video driver default=no
   --enable-video-directfb use DirectFB video driver default=no
-  --enable-video-ps2gs    use PlayStation 2 GS video driver default=yes
+  --enable-video-ps2gs    use PlayStation 2 GS video driver default=no
   --enable-video-ggi      use GGI video driver default=no
   --enable-video-svga     use SVGAlib video driver default=no
   --enable-video-vgl      use VGL video driver default=no
   --enable-video-aalib    use AAlib video driver default=no
-  --enable-video-xbios    use Atari Xbios video driver default=yes
-  --enable-video-gem      use Atari Gem video driver default=yes
+  --enable-video-xbios    use Atari Xbios video driver default=no
+  --enable-video-gem      use Atari Gem video driver default=no
+  --enable-video-gp2x    use gp2x video driver default=yes
   --enable-video-dummy    use dummy video driver default=yes
-  --enable-video-opengl   include OpenGL context creation default=yes
+  --enable-video-opengl   include OpenGL context creation default=no
   --enable-osmesa-shared  dynamically load OSMesa OpenGL support default=yes
   --enable-input-events   use Linux 2.4 unified input interface default=yes
   --enable-pth            use GNU pth library for multi-threading default=yes
@@ -1093,11 +1094,11 @@
   --enable-pthread-sem    use pthread semaphores default=yes
   --enable-sigaction      use sigaction instead of signal default=yes
   --enable-stdio-redirect Redirect STDIO to files on Win32 default=yes
-  --enable-directx        use DirectX for Win32 audio/video default=yes
+  --enable-directx        use DirectX for Win32 audio/video default=no
   --enable-video-qtopia   use Qtopia video driver default=no
   --enable-video-picogui  use PicoGUI video driver default=no
   --enable-sdl-dlopen     use dlopen for shared object loading default=yes
-  --enable-atari-ldg      use Atari LDG for shared object loading default=yes
+  --enable-atari-ldg      use Atari LDG for shared object loading default=no
   --enable-rpath          use an rpath when linking SDL default=yes
 
 Optional Packages:
@@ -1567,6 +1568,7 @@
 
 
 
+
 #
 # Making releases:
 # Edit include/SDL/SDL_version.h and change the version, then:
@@ -3793,7 +3795,7 @@
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 3796 "configure"' > conftest.$ac_ext
+  echo '#line 3798 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -5607,7 +5609,7 @@
 
 
 # Provide some information about the compiler.
-echo "$as_me:5610:" \
+echo "$as_me:5612:" \
      "checking for Fortran 77 compiler version" >&5
 ac_compiler=`set X $ac_compile; echo $2`
 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
@@ -6661,11 +6663,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:6664: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:6666: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:6668: \$? = $ac_status" >&5
+   echo "$as_me:6670: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -6904,11 +6906,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:6907: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:6909: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:6911: \$? = $ac_status" >&5
+   echo "$as_me:6913: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -6964,11 +6966,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:6967: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:6969: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:6971: \$? = $ac_status" >&5
+   echo "$as_me:6973: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -9159,7 +9161,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 9162 "configure"
+#line 9164 "configure"
[...11367 lines suppressed...]
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/vgl/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/vgl/Makefile.in
--- SDL-1.2.9/src/video/vgl/Makefile.in	2005-08-28 08:32:07.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/vgl/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libvideo_vgl_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/wincommon/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/wincommon/Makefile.in
--- SDL-1.2.9/src/video/wincommon/Makefile.in	2005-08-28 08:32:07.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/wincommon/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libvideo_wincommon_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/windib/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/windib/Makefile.in
--- SDL-1.2.9/src/video/windib/Makefile.in	2005-08-28 08:32:07.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/windib/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libvideo_windib_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/windx5/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/windx5/Makefile.in
--- SDL-1.2.9/src/video/windx5/Makefile.in	2005-08-28 08:32:08.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/windx5/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libvideo_windx5_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/x11/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/x11/Makefile.in
--- SDL-1.2.9/src/video/x11/Makefile.in	2005-08-28 08:32:08.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/x11/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libvideo_x11_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/xbios/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/xbios/Makefile.in
--- SDL-1.2.9/src/video/xbios/Makefile.in	2005-08-28 08:32:08.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/xbios/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libvideo_xbios_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/XFree86/extensions/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/extensions/Makefile.in
--- SDL-1.2.9/src/video/XFree86/extensions/Makefile.in	2005-08-28 08:31:58.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/extensions/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN SDL-1.2.9/src/video/XFree86/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Makefile.in
--- SDL-1.2.9/src/video/XFree86/Makefile.in	2005-08-28 08:31:57.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN SDL-1.2.9/src/video/XFree86/Xinerama/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Xinerama/Makefile.in
--- SDL-1.2.9/src/video/XFree86/Xinerama/Makefile.in	2005-08-28 08:31:57.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Xinerama/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libXFree86_Xinerama_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/XFree86/Xv/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Xv/Makefile.in
--- SDL-1.2.9/src/video/XFree86/Xv/Makefile.in	2005-08-28 08:31:57.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Xv/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libXFree86_Xv_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/XFree86/Xxf86dga/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Xxf86dga/Makefile.in
--- SDL-1.2.9/src/video/XFree86/Xxf86dga/Makefile.in	2005-08-28 08:31:58.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Xxf86dga/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libXFree86_Xxf86dga_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
diff -urN SDL-1.2.9/src/video/XFree86/Xxf86vm/Makefile.in /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Xxf86vm/Makefile.in
--- SDL-1.2.9/src/video/XFree86/Xxf86vm/Makefile.in	2005-08-28 08:31:58.000000000 +0200
+++ /root/Desktop/gp2xdev/libs/SDL-1.2.9/src/video/XFree86/Xxf86vm/Makefile.in	2006-05-19 09:11:11.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -14,6 +14,8 @@
 
 @SET_MAKE@
 
+SOURCES = $(libXFree86_Xxf86vm_la_SOURCES)
+
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/arm-gp2x-linux-SDL/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Aug 2007 21:18:17 -0000	1.1
+++ .cvsignore	7 Aug 2007 13:54:48 -0000	1.2
@@ -0,0 +1 @@
+SDL-1.2.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/arm-gp2x-linux-SDL/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Aug 2007 21:18:17 -0000	1.1
+++ sources	7 Aug 2007 13:54:49 -0000	1.2
@@ -0,0 +1 @@
+80919ef556425ff82a8555ff40a579a0  SDL-1.2.9.tar.gz




More information about the fedora-extras-commits mailing list