<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/gsburn/patches/" rel="alternate"/><link href="https://sourceforge.net/p/gsburn/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/gsburn/patches/</id><updated>2011-06-06T09:27:10Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>fix exception on first run</title><link href="https://sourceforge.net/p/gsburn/patches/5/" rel="alternate"/><published>2011-06-06T09:27:10Z</published><updated>2011-06-06T09:27:10Z</updated><author><name>Sebastian Reitenbach</name><uri>https://sourceforge.net/u/buzzzzdeeee/</uri></author><id>https://sourceforge.net6b45a1d4edaa385bc8fd6e986d9c5c6f588b1f0d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Attached patch fixes an exception in Burn, when it is started for the first time. After dismissing the splash screen, then it fails to load the Gorm file, due to an excpetion that GSDictionary doesn't know about setObject: forKey:, because its an empty dictionary.&lt;br /&gt;
Attached patch checks whether the dictionary has 0 elements, and then omits the setting of the value.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>allow burning CDs on OpenBSD, and prevent a crash</title><link href="https://sourceforge.net/p/gsburn/patches/4/" rel="alternate"/><published>2011-06-06T09:22:34Z</published><updated>2011-06-06T09:22:34Z</updated><author><name>Sebastian Reitenbach</name><uri>https://sourceforge.net/u/buzzzzdeeee/</uri></author><id>https://sourceforge.nete0d4044d516d6b4265f863e666b61758050ea237</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Attached patch allows me to burn CDs on OpenBSD. Also tested with the patch on Linux, which still works.&lt;/p&gt;
&lt;p&gt;The transports array is changed a bit, now including the colon, and device names for OpenBSD /dev/cd0c for example. On OpenBSD, the scan of the scsi-bus is  not supported by cdrecord. Therefore the device names are added to the list. Later, where the transports are used, the code was modified to work with the changed transports. Note, this is only tested with one drive in a box.&lt;/p&gt;
&lt;p&gt;The hunk in the diff at @@ -293,6 +301,7 is to prevent a crasher I have seen on OpenBSD and on Linux. It always calculates maxTrackProgress as 0 for me. I don't know what magic numbers are used in the calculation, therefore I just set this to 100, which is definitely not right.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>garbage displayed on first startup</title><link href="https://sourceforge.net/p/gsburn/patches/3/" rel="alternate"/><published>2011-06-06T09:13:07Z</published><updated>2011-06-06T09:13:07Z</updated><author><name>Sebastian Reitenbach</name><uri>https://sourceforge.net/u/buzzzzdeeee/</uri></author><id>https://sourceforge.net4e05eba5918c609d86704f5411d39b019f760e64</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;With the English and French localization, the wrong placeholder is used in the string, %s instead of %@.&lt;/p&gt;
&lt;p&gt;attached patch fixes the problem.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>fix build/install/running of CDPlayer</title><link href="https://sourceforge.net/p/gsburn/patches/2/" rel="alternate"/><published>2011-05-19T18:04:19Z</published><updated>2011-05-19T18:04:19Z</updated><author><name>Sebastian Reitenbach</name><uri>https://sourceforge.net/u/buzzzzdeeee/</uri></author><id>https://sourceforge.net9a5c553dc3e21ca7297f934a0368b0899421fb6c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;the patch to the GNUmakefile and to the Info.plist file, fix the usage of the SystemPreferences. &lt;br /&gt;
The patches to the cddb.h/m files are the same as for cddb.bundle as from the patch I just sent in the other report.&lt;br /&gt;
The patch to player.m fixes building with gcc-2.95 on sparc&lt;/p&gt;
&lt;p&gt;All tested on OpenBSD -current i386 and sparc&lt;/p&gt;
&lt;p&gt;would be great if those patches could make it into a new release.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Patches for cddb.bundle to compile and install correctly.</title><link href="https://sourceforge.net/p/gsburn/patches/1/" rel="alternate"/><published>2011-05-19T17:57:13Z</published><updated>2011-05-19T17:57:13Z</updated><author><name>Sebastian Reitenbach</name><uri>https://sourceforge.net/u/buzzzzdeeee/</uri></author><id>https://sourceforge.netbae49485ad2702c5a8cc638b34cd80b4a264a725</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Compilation of cddb.bundle failed on OpenBSD, i386, gcc-4.2.1. With attached patches, it worked well, tested with CDPlayer. It seems the compiler did not liked the variable named bool.&lt;br /&gt;
Further, the BUNDLE_INSTALL_DIR variable is removed from the GNUmakefile, since its not used anymore, and actually confuses gnustep-make where to put those files.&lt;/p&gt;
&lt;p&gt;attached patch addresses both problems&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>