From 96f2be05a5374caabfe642a1d03f0cba92f0c14f Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Jan 25 2006 10:07:50 +0000 Subject: - update default allegro configuration to use sound successfully, thanks to Hans de Goede (#178383) - add timidity++ dependency --- diff --git a/allegro-4.0.3-cfg.patch b/allegro-4.0.3-cfg.patch index b139014..e44aaaa 100644 --- a/allegro-4.0.3-cfg.patch +++ b/allegro-4.0.3-cfg.patch @@ -1,6 +1,15 @@ ---- allegro.cfg~ 2003-04-19 10:06:46.000000000 +0300 -+++ allegro.cfg 2005-02-13 23:41:13.339829153 +0200 -@@ -529,22 +529,21 @@ +--- allegro-4.2.0/allegro.cfg.config 2005-05-13 20:37:56.000000000 +0200 ++++ allegro-4.2.0/allegro.cfg 2006-01-25 10:49:42.000000000 +0100 +@@ -548,7 +548,7 @@ + + + # patch set for the DIGMID software wavetable driver +-patches = ++patches = /usr/share/timidity/timidity.cfg + + + +@@ -647,22 +647,21 @@ # edit these shell commands to whatever helper programs you want to use... diff --git a/allegro.spec b/allegro.spec index 57a54ab..74a7c51 100644 --- a/allegro.spec +++ b/allegro.spec @@ -1,6 +1,6 @@ Name: allegro Version: 4.2.0 -Release: 4 +Release: 5 Summary: A game programming library Summary(es): Una libreria de programacion de juegos @@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: esound-devel, texinfo, perl, arts-devel BuildRequires: xorg-x11-proto-devel, libX11-devel, libXext-devel, libXt-devel BuildRequires: libXpm-devel, libXcursor-devel, libXxf86vm-devel -BuildRequires: libXxf86dga-devel +BuildRequires: libXxf86dga-devel, timidity++ %description Allegro is a cross-platform library intended for use in computer games @@ -119,7 +119,7 @@ které jsou užitečné pro vývoj Allegro programů. %prep %setup -q %patch1 -p0 -b .libdir -%patch2 -p0 -b .cfg +%patch2 -p1 -b .config %patch3 -p1 -z .nostrip %build @@ -207,6 +207,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jan 25 2006 Jindrich Novy 4.2.0-5 +- update default allegro configuration to use sound successfully, + thanks to Hans de Goede (#178383) +- add timidity++ dependency + * Mon Jan 23 2006 Hans de Goede 4.2.0-4 - add allegro-4.2.0-nostrip.patch, so that the main .so file doesn't get stripped and we actually get debuginfo for it in