From 55007e649e632734fbddceffb909ff4a7b1294b0 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 4 Aug 2024 14:59:18 +0200 Subject: audio/libsidplay2: Remove expired port 2024-07-31 audio/libsidplay2: Abandonware and superseded by audio/libsidplayfp --- audio/libsidplay2/files/patch-libsidplay_src-xsid_xsid.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 audio/libsidplay2/files/patch-libsidplay_src-xsid_xsid.cpp (limited to 'audio/libsidplay2/files/patch-libsidplay_src-xsid_xsid.cpp') diff --git a/audio/libsidplay2/files/patch-libsidplay_src-xsid_xsid.cpp b/audio/libsidplay2/files/patch-libsidplay_src-xsid_xsid.cpp deleted file mode 100644 index 54f89fce9c19..000000000000 --- a/audio/libsidplay2/files/patch-libsidplay_src-xsid_xsid.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- libsidplay/src/xsid/xsid.cpp.orig 2004-06-14 20:08:02 UTC -+++ libsidplay/src/xsid/xsid.cpp -@@ -96,8 +96,8 @@ const int8_t XSID::sampleConvertTable[16] = - */ - const int8_t XSID::sampleConvertTable[16] = - { -- '\x80', '\x94', '\xa9', '\xbc', '\xce', '\xe1', '\xf2', '\x03', -- '\x1b', '\x2a', '\x3b', '\x49', '\x58', '\x66', '\x73', '\x7f' -+ (int8_t)'\x80', (int8_t)'\x94', (int8_t)'\xa9', (int8_t)'\xbc', (int8_t)'\xce', (int8_t)'\xe1', (int8_t)'\xf2', (int8_t)'\x03', -+ (int8_t)'\x1b', (int8_t)'\x2a', (int8_t)'\x3b', (int8_t)'\x49', (int8_t)'\x58', (int8_t)'\x66', (int8_t)'\x73', (int8_t)'\x7f' - }; - - const char *XSID::credit = -- cgit v1.2.3