OBS User unknown 2007-01-15 23:08:11 +00:00 committed by Git OBS Bridge
commit c74c5c9699
12 changed files with 613 additions and 0 deletions

25
.gitattributes vendored Normal file
View File

@ -0,0 +1,25 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
danslatristesse2-48.ogg filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

208
csmash-0.6.6-datadir.diff Normal file
View File

@ -0,0 +1,208 @@
--- csmash-0.6.6/Makefile.am
+++ csmash-0.6.6/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@
+pkgdatadir = $(datadir)/@PACKAGE@
localedir = $(prefix)/share/locale
bin_PROGRAMS = csmash
--- csmash-0.6.6/Makefile.in
+++ csmash-0.6.6/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@
+pkgdatadir = $(datadir)/@PACKAGE@
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/Parts/Bcut/Makefile.am
+++ csmash-0.6.6/Parts/Bcut/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Bcut
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Bcut
pkgdata_src = Bcut-Lankle.affine Bcut-Lankle01.dat \
Bcut-Larm.affine Bcut-Larm01.dat \
--- csmash-0.6.6/Parts/Bcut/Makefile.in
+++ csmash-0.6.6/Parts/Bcut/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Bcut
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Bcut
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/Parts/Bnormal/Makefile.am
+++ csmash-0.6.6/Parts/Bnormal/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Bnormal
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Bnormal
pkgdata_src = Bnormal-Lankle.affine Bnormal-Lankle01.dat \
Bnormal-Larm.affine Bnormal-Larm01.dat \
--- csmash-0.6.6/Parts/Bnormal/Makefile.in
+++ csmash-0.6.6/Parts/Bnormal/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Bnormal
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Bnormal
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/Parts/Bpeck/Makefile.am
+++ csmash-0.6.6/Parts/Bpeck/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Bpeck
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Bpeck
pkgdata_src = Bpeck-Larm.affine Bpeck-Larm01.dat \
Bpeck-Lelbow.affine Bpeck-Lelbow01.dat \
--- csmash-0.6.6/Parts/Bpeck/Makefile.in
+++ csmash-0.6.6/Parts/Bpeck/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Bpeck
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Bpeck
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/Parts/Fcut/Makefile.am
+++ csmash-0.6.6/Parts/Fcut/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fcut
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fcut
pkgdata_src = Fcut-Lankle.affine Fcut-Lankle01.dat \
Fcut-Larm.affine Fcut-Larm01.dat \
--- csmash-0.6.6/Parts/Fcut/Makefile.in
+++ csmash-0.6.6/Parts/Fcut/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fcut
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fcut
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/Parts/Fdrive/Makefile.am
+++ csmash-0.6.6/Parts/Fdrive/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fdrive
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fdrive
pkgdata_src = Fdrive-Lankle.affine Fdrive-Lankle01.dat \
Fdrive-Larm.affine Fdrive-Larm01.dat \
--- csmash-0.6.6/Parts/Fdrive/Makefile.in
+++ csmash-0.6.6/Parts/Fdrive/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fdrive
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fdrive
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/Parts/Fnormal/Makefile.am
+++ csmash-0.6.6/Parts/Fnormal/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fnormal
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fnormal
pkgdata_src = Fnormal-Lankle.affine Fnormal-Lankle01.dat \
Fnormal-Larm.affine Fnormal-Larm01.dat \
--- csmash-0.6.6/Parts/Fnormal/Makefile.in
+++ csmash-0.6.6/Parts/Fnormal/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fnormal
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fnormal
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/Parts/Fpeck/Makefile.am
+++ csmash-0.6.6/Parts/Fpeck/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fpeck
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fpeck
pkgdata_src = Fpeck-Lankle.affine Fpeck-Lankle01.dat \
Fpeck-Larm.affine Fpeck-Larm01.dat \
--- csmash-0.6.6/Parts/Fpeck/Makefile.in
+++ csmash-0.6.6/Parts/Fpeck/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fpeck
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fpeck
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/Parts/Fsmash/Makefile.am
+++ csmash-0.6.6/Parts/Fsmash/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fsmash
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fsmash
pkgdata_src = Fsmash-Larm.affine Fsmash-Larm01.dat \
Fsmash-Lelbow.affine Fsmash-Lelbow01.dat \
--- csmash-0.6.6/Parts/Fsmash/Makefile.in
+++ csmash-0.6.6/Parts/Fsmash/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/Parts/Fsmash
+pkgdatadir = $(datadir)/@PACKAGE@/Parts/Fsmash
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/images/Makefile.am
+++ csmash-0.6.6/images/Makefile.am
@@ -1,4 +1,4 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/images
+pkgdatadir = $(datadir)/@PACKAGE@/images
pkgdata_ppm = Bad.ppm Keyboard.ppm Nice.ppm Title.ppm \
eight.ppm five.ppm four.ppm nine.ppm one.ppm seven.ppm \
--- csmash-0.6.6/images/Makefile.in
+++ csmash-0.6.6/images/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/images
+pkgdatadir = $(datadir)/@PACKAGE@/images
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
--- csmash-0.6.6/wav/Makefile.am
+++ csmash-0.6.6/wav/Makefile.am
@@ -1,3 +1,3 @@
-pkgdatadir = $(datadir)/games/@PACKAGE@/wav
+pkgdatadir = $(datadir)/@PACKAGE@/wav
pkgdata_DATA = $(wildcard *.wav)
EXTRA_DIST = $(pkgdata_DATA)
--- csmash-0.6.6/wav/Makefile.in
+++ csmash-0.6.6/wav/Makefile.in
@@ -35,7 +35,7 @@
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = @host@
-pkgdatadir = $(datadir)/games/@PACKAGE@/wav
+pkgdatadir = $(datadir)/@PACKAGE@/wav
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@

View File

@ -0,0 +1,11 @@
--- BallView.h
+++ BallView.h
@@ -32,7 +32,7 @@
static GLuint m_number[10];
private:
- void BallView::DrawTargetCircle();
+ void DrawTargetCircle();
GLUquadricObj *m_quad;
void DrawBall();

View File

@ -0,0 +1,10 @@
--- Network.cpp
+++ Network.cpp
@@ -750,6 +750,7 @@
throw NetworkError();
}
#endif
+return(0); /* return value of this function is not used in MultiPlayerSelect.cpp*/
}
void

33
csmash-0.6.6.diff Normal file
View File

@ -0,0 +1,33 @@
--- loadparts.cpp
+++ loadparts.cpp
@@ -245,7 +245,7 @@
while ('\\' == line[l-1]) {
// concat next line(s)
- int bufsize = clamp(0U, sizeof(line)-l, sizeof(line)-1);
+ int bufsize = clamp(0U, (unsigned int)(sizeof(line)-l), (unsigned int)(sizeof(line)-1));
fgets(&line[l-2], bufsize, fp);
if (feof((FILE*)fp)) break;
l = strlen(line);
--- main.cpp
+++ main.cpp
@@ -179,7 +179,7 @@
switch (c) {
case 'h':
// brief help
- printf("csmash [-s] [ip-address]");
+ puts("csmash [-s] [ip-address]");
return 0;
case 's':
// Server mode
--- matrix
+++ matrix
@@ -42,7 +42,7 @@
/* __BEGIN__BEGIN__ */
//__NAMESPACE_BEGIN(ese);
-#if (!defined __GNUG__) || (__GNUC__ == 3)
+#if (!defined __GNUG__) || (__GNUC__ >= 3)
template<typename T>
void swap(T& a, T& b)
{

3
csmash-0.6.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3fb0eca7635d8c8956816c6e66ecff1a993bfc4b23480b05bc3e7408c68748f
size 1662794

163
csmash.changes Normal file
View File

@ -0,0 +1,163 @@
-------------------------------------------------------------------
Mon Aug 7 17:43:22 CEST 2006 - lmichnovic@suse.cz
- using gettextize -f to fix not expanding macro MKINSTALLDIRS
-------------------------------------------------------------------
Fri Jul 28 09:58:34 CEST 2006 - lmichnovic@suse.cz
- checking version of X.org instead of suse_version
-------------------------------------------------------------------
Mon Jul 24 12:36:51 CEST 2006 - lmichnovic@suse.cz
- fixed new X.org 7.x includes and headers dir
- now using aclocal, automake, autoconf
- using make %{?jobs:-j%jobs} for icecream
-------------------------------------------------------------------
Fri Jan 27 11:32:45 CET 2006 - nadvornik@suse.cz
- fixed BuildRequires
-------------------------------------------------------------------
Wed Jan 25 21:35:14 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Oct 20 11:07:49 CEST 2005 - lmichnovic@suse.cz
- fixed invalid extra qualification for build with new gcc 4.1
-------------------------------------------------------------------
Mon Oct 10 10:18:22 CEST 2005 - lmichnovic@suse.cz
- upgrade to version 0.6.6
- now building as gtk2 application
-------------------------------------------------------------------
Sat Jan 10 15:03:13 CET 2004 - adrian@suse.de
- add %defattr
-------------------------------------------------------------------
Tue Aug 12 11:20:47 CEST 2003 - ltinkl@suse.cz
- fixed bug #28657 (wrong datadir)
-------------------------------------------------------------------
Mon Aug 11 10:21:40 CEST 2003 - sndirsch@suse.de
- added desktop file
-------------------------------------------------------------------
Fri Jul 11 13:07:56 CEST 2003 - ltinkl@suse.cz
- updated to version 0.6.5
- install binary to /usr/bin and data to /usr/share
-------------------------------------------------------------------
Tue Jun 3 01:28:32 CEST 2003 - ro@suse.de
- added translations to filelist
-------------------------------------------------------------------
Tue Sep 3 14:56:12 CEST 2002 - ro@suse.de
- fix compilation (object->name may not be passed though ...)
-------------------------------------------------------------------
Wed Jul 31 11:41:24 CEST 2002 - uli@suse.de
- fixed to build on 64 bit archs
-------------------------------------------------------------------
Tue Jul 30 18:42:16 CEST 2002 - tcrhak@suse.cz
- update to version 0.6.4.2
-------------------------------------------------------------------
Tue Nov 13 14:35:19 CEST 2001 - tcrhak@suse.cz
- removed aclocal, autoconf and automake
-------------------------------------------------------------------
Thu Nov 8 18:39:06 CET 2001 - ro@suse.de
- use mesa-devel-packages in neededforbuild
-------------------------------------------------------------------
Thu Oct 18 14:46:13 CEST 2001 - tiwai@suse.de
- updated to version 0.6.3.
- added smpeg and smpeg-devel to neededforbuild.
-------------------------------------------------------------------
Wed Oct 17 21:31:22 CEST 2001 - schwab@suse.de
- Fix for gcc 3.
-------------------------------------------------------------------
Mon Sep 3 17:11:05 CEST 2001 - tiwai@suse.de
- updated to version 0.6.2
(better graphics, bug fixes, opening BGM).
-------------------------------------------------------------------
Wed Aug 8 17:43:57 CEST 2001 - ro@suse.de
- changed neededforbuild <kdelibs kdelibs-devel> to <kdelibs-artsd>
-------------------------------------------------------------------
Wed Aug 8 16:55:45 CEST 2001 - ro@suse.de
- changed neededforbuild <sdl> to <SDL>
- changed neededforbuild <sdl-devel> to <SDL-devel>
-------------------------------------------------------------------
Mon Jul 30 14:57:50 CEST 2001 - dan@suse.cz
- 0.6.1 version
-------------------------------------------------------------------
Wed Jun 20 17:02:07 CEST 2001 - ro@suse.de
- added kdelibs for arts
-------------------------------------------------------------------
Sun May 6 00:25:19 CEST 2001 - sndirsch@suse.de
- replaced glx with mesasoft in #neededforbuild
-------------------------------------------------------------------
Sat Apr 14 21:02:41 CEST 2001 - schwab@suse.de
- Add alsa to neededforbuild.
-------------------------------------------------------------------
Fri Apr 13 14:21:35 CEST 2001 - pblaha@suse.cz
- update on 0.6.0
-------------------------------------------------------------------
Thu Mar 15 18:23:12 CET 2001 - ro@suse.de
- changed neededforbuild <mesaglu> to <xf86glu>
- changed neededforbuild <mesaglu-devel> to <xf86glu-devel>
-------------------------------------------------------------------
Thu Mar 8 16:01:38 CET 2001 - uli@suse.de
- added mesaglu*, mesaglut* to neededforbuild
-------------------------------------------------------------------
Wed Mar 7 16:58:41 CET 2001 - ro@suse.de
- changed neededforbuild <mesadev> to <mesa-devel>
-------------------------------------------------------------------
Wed Dec 20 18:43:07 CET 2000 - pblaha@suse.cz
- create this package

4
csmash.desktop Normal file
View File

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=Cannon Smash
Exec=csmash

152
csmash.spec Normal file
View File

@ -0,0 +1,152 @@
#
# spec file for package csmash (Version 0.6.6)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: csmash
BuildRequires: SDL_image-devel SDL_mixer-devel gcc-c++ gtk1-compat-devel libdrm-devel update-desktop-files xorg-x11-devel
License: GPL
Group: Amusements/Games/3D/Other
Autoreqprov: on
Version: 0.6.6
Release: 16
Source: %{name}-%{version}.tar.bz2
Source1: danslatristesse2-48.ogg
Source2: %name.desktop
Patch: %{name}-%{version}.diff
Patch2: %{name}-%{version}-datadir.diff
Patch3: %{name}-%{version}-return_value.diff
Patch4: %{name}-%{version}-qualification.diff
URL: http://cannonsmash.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: 3D Table Tennis Game
%description
CannonSmash is a 3D table tennis game. The goal of this project is to
represent various table tennis strategies in a computer game.
Authors:
--------
nan@utmc.or.jp
%prep
%setup
%patch
%patch2 -p1
%patch3
%patch4
mv README README.jp
cp README.en README
%{?suse_update_config:%{suse_update_config -f}}
%build
gettextize -f
aclocal -I m4
autoreconf --force --install
automake
%if "%(xft-config --prefix)" == "/usr"
CXXFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} --datadir=%{_datadir} --bindir=%{_bindir} \
--x-includes=/usr/include --x-libraries=/usr/%_lib
%else
CXXFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} --datadir=%{_datadir} --bindir=%{_bindir}
%endif
make %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/csmash
%suse_update_desktop_file -i %name Game SportsGame
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,755)
%{_bindir}/csmash
%{_datadir}/locale/*/LC_MESSAGES/csmash.mo
%{_datadir}/csmash
%doc README README.jp AUTHORS COPYING CREDITS INSTALL NEWS ChangeLog
/usr/share/applications/%name.desktop
%changelog -n csmash
* Mon Aug 07 2006 - lmichnovic@suse.cz
- using gettextize -f to fix not expanding macro MKINSTALLDIRS
* Fri Jul 28 2006 - lmichnovic@suse.cz
- checking version of X.org instead of suse_version
* Mon Jul 24 2006 - lmichnovic@suse.cz
- fixed new X.org 7.x includes and headers dir
- now using aclocal, automake, autoconf
- using make %%{?jobs:-j%%jobs} for icecream
* Fri Jan 27 2006 - nadvornik@suse.cz
- fixed BuildRequires
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Oct 20 2005 - lmichnovic@suse.cz
- fixed invalid extra qualification for build with new gcc 4.1
* Mon Oct 10 2005 - lmichnovic@suse.cz
- upgrade to version 0.6.6
- now building as gtk2 application
* Sat Jan 10 2004 - adrian@suse.de
- add %%defattr
* Tue Aug 12 2003 - ltinkl@suse.cz
- fixed bug #28657 (wrong datadir)
* Mon Aug 11 2003 - sndirsch@suse.de
- added desktop file
* Fri Jul 11 2003 - ltinkl@suse.cz
- updated to version 0.6.5
- install binary to /usr/bin and data to /usr/share
* Tue Jun 03 2003 - ro@suse.de
- added translations to filelist
* Tue Sep 03 2002 - ro@suse.de
- fix compilation (object->name may not be passed though ...)
* Wed Jul 31 2002 - uli@suse.de
- fixed to build on 64 bit archs
* Tue Jul 30 2002 - tcrhak@suse.cz
- update to version 0.6.4.2
* Tue Nov 13 2001 - tcrhak@suse.cz
- removed aclocal, autoconf and automake
* Thu Nov 08 2001 - ro@suse.de
- use mesa-devel-packages in neededforbuild
* Thu Oct 18 2001 - tiwai@suse.de
- updated to version 0.6.3.
- added smpeg and smpeg-devel to neededforbuild.
* Wed Oct 17 2001 - schwab@suse.de
- Fix for gcc 3.
* Mon Sep 03 2001 - tiwai@suse.de
- updated to version 0.6.2
(better graphics, bug fixes, opening BGM).
* Wed Aug 08 2001 - ro@suse.de
- changed neededforbuild <kdelibs kdelibs-devel> to <kdelibs-artsd>
* Wed Aug 08 2001 - ro@suse.de
- changed neededforbuild <sdl> to <SDL>
- changed neededforbuild <sdl-devel> to <SDL-devel>
* Mon Jul 30 2001 - dan@suse.cz
- 0.6.1 version
* Wed Jun 20 2001 - ro@suse.de
- added kdelibs for arts
* Sun May 06 2001 - sndirsch@suse.de
- replaced glx with mesasoft in #neededforbuild
* Sat Apr 14 2001 - schwab@suse.de
- Add alsa to neededforbuild.
* Fri Apr 13 2001 - pblaha@suse.cz
- update on 0.6.0
* Thu Mar 15 2001 - ro@suse.de
- changed neededforbuild <mesaglu> to <xf86glu>
- changed neededforbuild <mesaglu-devel> to <xf86glu-devel>
* Thu Mar 08 2001 - uli@suse.de
- added mesaglu*, mesaglut* to neededforbuild
* Wed Mar 07 2001 - ro@suse.de
- changed neededforbuild <mesadev> to <mesa-devel>
* Wed Dec 20 2000 - pblaha@suse.cz
- create this package

3
danslatristesse2-48.ogg Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aab5b276bc55ecad65c4b2e17f11daa6d173fc077e982e42997f10695f070bfe
size 1070787

0
ready Normal file
View File