Hi, I created some new packages and updated some, see the attached
descriptions and diffs.
The source packages are on the server as usual.
CU
-- 
   Goetz Waschk <> student of computer science  <> university Rostock    
 http://www.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
                         --> Logout Fascism! <--
Name        : gramofile                    Relocations: (not relocateable)
Version     : 1.6                               Vendor: MandrakeSoft
Release     : 1mdk                          Build Date: Mit 04 Okt 2000 11:34:05 CEST
Install date: Mit 04 Okt 2000 11:35:31 CEST      Build Host: der_abgrund.de
Group       : Sound                         Source RPM: gramofile-1.6-1mdk.src.rpm
Size        : 219383                           License: GPL
Packager    : Götz Waschk <[EMAIL PROTECTED]>
Summary     : Transfer sound from gramophone records to CD
Description :
GramoFile enables you to record audio from (for example) gramophone
records, process the signal and listen to the results. Because sound
files in .WAV-format are used, it is possible to exchange the files
with many other programs. Cdrecord(1) can burn CD-Recordables of these,
so you can make CDs with the music of your favorite records.  The user
interface of GramoFile has a windows-like look-and-feel, making it
fairly easy to use.

One of the most important parts of GramoFile is the ability to process
digital audio signals. Through the application of several filters it
is possible to accomplish a significant reduction of disturbances like
ticks and scratches. These filters have been programmed in such a fashion
that they can be applied in any order (and multiple times) in a single
run, thus avoiding the use of temporary files. It is possible to adjust
the properties of each filter independently, so in every situation an
optimal result can be achieved.

Another interesting feature is the track splitting. Just make one .wav
file of an entire side of an record and GramoFile will detect where
the individual tracks are located. This happens fully automatically,
without need to set any options. More experienced users may fine-tune
the algorithm, or change the detected track starts and ends, but
generally that will not be necessary. Track-times are saved in an
editable (plaintext) .tracks file, that will be used during the signal
processing to produce one processed .wav file for each individual track.

To record and play .wav files, modified versions of brec(1) and bplay(1)
by David Monro are included. These programs provide buffered recording
and playback, so all will go well even on a highly loaded system. Both
programs have been modified to support the standard GramoFile user
interface.  Brec also got a `graphical' peak level meter, and bplay a
running time display.
Name        : sidtools                     Relocations: /usr 
Version     : 0.9.1                             Vendor: MandrakeSoft
Release     : 1mdk                          Build Date: Mit 04 Okt 2000 11:21:35 CEST
Install date: Mit 04 Okt 2000 11:22:42 CEST      Build Host: der_abgrund.de
Group       : Sound                         Source RPM: sidtools-0.9.1-1mdk.src.rpm
Size        : 115874                           License: GPL
Packager    : Götz Waschk <[EMAIL PROTECTED]>
URL         : http://user.tninet.se/~uxm165t/sidtools.html
Summary     : creates and plays playlists for Sidplay
Description :
A set of tools to create playlists (and play them) for SidPlay.  Lists
can be created automatically, via the search engine search2list, or
manually, with a text editor.
--- sidplay2-0.4.20000925-1mdk.src/sidplay2.spec        Wed Oct  4 11:10:22 2000
+++ SPECS/sidplay2.spec Tue Oct  3 17:58:24 2000
@@ -1,7 +1,7 @@
 %define name sidplay2
 %define        version 0.4
 %define date 20000925
-%define release 1mdk
+%define release 2mdk
 
 Summary: A Commodore 64 music player and SID chip emulator.
 Name: %{name}
@@ -42,8 +42,12 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README TODO
 %{_bindir}/sidplay2
+%{_mandir}/man1/sidplay2.1*
 
 %changelog
+* Tue Oct  3 2000 Götz Waschk <[EMAIL PROTECTED]> 0.4.20000925-2mdk
+- added missing man page
+
 * Tue Oct  3 2000 Götz Waschk <[EMAIL PROTECTED]> 0.4.20000925-1mdk
 - adapted as Mandrake package
 
--- xsidplay-1.4.2-1mdk.src/xsidplay.spec       Wed Oct  4 11:10:35 2000
+++ SPECS/xsidplay.spec Wed Oct  4 11:02:09 2000
@@ -1,6 +1,6 @@
 %define name xsidplay
 %define version 1.4.2
-%define release 1mdk
+%define release 2mdk
 
 Name: %{name}
 Summary: A Commdore 64 music player and SID chip emulator for X11.
@@ -12,6 +12,7 @@
 Group: Sound
 Source: %{name}-%{version}.tar.bz2
 Source1: %{name}_large.xpm.bz2
+Patch: xsidplay-1_4_2-brownpaperbag_patch.bz2
 BuildRoot: %{_tmppath}/%{name}-buildroot
 Prefix: %{_prefix}
 BuildRequires: qt2-devel >= 2.2  libsidplay-devel >= 1.36.26
@@ -27,6 +28,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %setup -q
+%patch -p1
 
 %build
 MOC=/usr/lib/qt2/bin/moc CXXFLAGS="$RPM_OPT_FLAGS -fpermissive" ./configure 
--with-qt-dir=/usr/lib/qt2
@@ -68,6 +70,9 @@
 %{_menudir}/xsidplay
 
 %changelog
+* Wed Oct  4 2000 Götz Waschk <[EMAIL PROTECTED]> 1.4.2-2mdk
+- includes brownpaperbag patch, fixes the parsing of SONGLENGTHS.txt
+
 * Sun Oct  1 2000 Götz Waschk <[EMAIL PROTECTED]> 1.4.2-1mdk
 - 1.4.2
 
diff -Naur xsidplay-1.4.2-orig/src/songlendb/File.cpp 
xsidplay-1.4.2/src/songlendb/File.cpp
--- xsidplay-1.4.2-orig/src/songlendb/File.cpp  Wed Sep 27 17:45:50 2000
+++ xsidplay-1.4.2/src/songlendb/File.cpp       Wed Sep 27 19:55:21 2000
@@ -246,8 +246,8 @@
                        --leftToParse;
                }
                // Skip flag if available. 
-               if ( leftToParse>3 && isspace(*pEntry) && *pEntry+1=='(' &&
-                        isalpha(*pEntry+2) && *pEntry+3=='(' )
+               if ( leftToParse>3 && isspace(*pEntry) && *(pEntry+1)=='(' &&
+                        isalpha(*(pEntry+2)) && *(pEntry+3)==')' )
                {
                        pEntry += 4;
                        leftToParse -= 4;

Reply via email to