Your message dated Mon, 08 Dec 2008 21:02:30 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#505047: fixed in qmmp 0.2.3-1 has caused the Debian Bug report #505047, regarding Causes FTBFS with GCC 4.4: missing #include in header to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 505047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505047 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: libmodplug Version: 1:0.8.4-2 User: [EMAIL PROTECTED] Usertags: ftbfs-gcc-4.4 Severity: important Your package causes other packages fails to build with the upcoming GCC 4.4. Version 4.4 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. GCC 4.4 cleaned up some more C++ headers. You always have to #include headers directly and cannot rely for things to be included indirectly. /usr/include/libmodplug/stdafx.h does: #if defined(HAVE_CONFIG_H) && !defined(CONFIG_H_INCLUDED) # include "config.h" # define CONFIG_H_INCLUDED 1 #endif #ifdef HAVE_INTTYPES_H # include <inttypes.h> #endif #ifdef HAVE_STDINT_H # include <stdint.h> #endif This means that stdint.h won't be included in most cases when including stdafx.h because HAVE_CONFIG_H is probably not defined... this leads to the build error below. I'm not quite sure what to do about this, but I hope you do. You can reproduce this problem with gcc-snapshot from unstable. > Automatic build of qmmp_0.2.2-1 on em64t by sbuild/amd64 0.53 ... > make[3]: Leaving directory `/build/tbm/qmmp-0.2.2' > make[3]: Entering directory `/build/tbm/qmmp-0.2.2' > [ 67%] Building CXX object > src/plugins/Input/modplug/CMakeFiles/modplug.dir/decoder_modplug.o > In file included from > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:32: > /usr/include/libmodplug/stdafx.h:41: error: 'uint8_t' does not name a type > /usr/include/libmodplug/stdafx.h:42: error: expected initializer before '*' > token > /usr/include/libmodplug/stdafx.h:43: error: 'uint16_t' does not name a type > /usr/include/libmodplug/stdafx.h:44: error: 'uint32_t' does not name a type > /usr/include/libmodplug/stdafx.h:45: error: 'uint32_t' does not name a type > /usr/include/libmodplug/stdafx.h:46: error: 'uint32_t' does not name a type > /usr/include/libmodplug/stdafx.h:50: error: expected initializer before '*' > token > /usr/include/libmodplug/stdafx.h:51: error: 'uint16_t' does not name a type > /usr/include/libmodplug/stdafx.h:52: error: 'uint8_t' does not name a type > /usr/include/libmodplug/stdafx.h:53: error: expected initializer before '*' > token > /usr/include/libmodplug/stdafx.h:57: error: expected initializer before '*' > token > /usr/include/libmodplug/stdafx.h: In function 'LONG MulDiv(long int, long > int, long int)': > /usr/include/libmodplug/stdafx.h:65: error: 'uint64_t' was not declared in > this scope > /usr/include/libmodplug/stdafx.h:65: error: expected ')' before 'a' > In file included from > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:33: > /usr/include/libmodplug/it_defs.h: At global scope: > /usr/include/libmodplug/it_defs.h:8: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:10: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:11: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:12: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:13: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:14: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:15: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:16: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:17: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:18: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:19: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:20: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:21: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:22: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:23: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:24: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:25: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:26: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:27: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:28: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:29: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:35: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:36: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:37: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:38: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:39: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:40: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:41: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:42: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:48: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:50: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:51: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:52: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:53: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:54: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:55: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:56: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:57: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:58: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:59: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:60: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:61: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:62: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:64: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:65: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:66: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:67: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:74: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:76: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:77: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:78: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:79: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:80: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:82: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:83: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:84: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:85: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:86: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:87: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:88: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:89: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:91: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:92: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:93: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:94: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:95: error: 'WORD' does not name a type > /usr/include/libmodplug/it_defs.h:96: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:100: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:107: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:109: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:110: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:111: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:112: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:114: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:115: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:116: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:117: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:118: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:119: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:120: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:121: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:122: error: 'DWORD' does not name a type > /usr/include/libmodplug/it_defs.h:123: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:124: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:125: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:126: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:131: error: 'BYTE' does not name a type > /usr/include/libmodplug/it_defs.h:132: error: 'BYTE' does not name a type > In file included from > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:34: > /usr/include/libmodplug/sndfile.h:21: error: expected initializer before '*' > token > /usr/include/libmodplug/sndfile.h:306: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:307: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:309: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:310: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:311: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:312: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:313: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:316: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:317: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:318: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:319: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:327: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:328: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:329: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:330: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:331: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:332: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:333: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:334: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:335: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:336: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:337: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:338: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:340: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:341: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:342: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:343: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:344: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:345: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:346: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:347: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:348: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:349: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:350: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:351: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:352: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:353: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:354: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:355: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:356: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:357: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:358: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:359: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:360: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:361: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:362: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:363: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:364: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:365: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:378: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:379: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:386: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:387: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:388: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:389: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:404: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:405: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:409: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:413: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:414: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:415: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:416: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:417: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:418: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:419: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:420: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:421: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:422: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:423: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:424: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:425: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:426: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:427: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:428: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:429: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:430: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:431: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:437: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:438: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:439: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:440: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:447: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:448: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:449: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:450: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:451: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:452: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:468: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:469: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:469: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:469: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:469: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:479: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:488: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:489: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:490: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:491: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:492: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:501: error: 'ULONG' does not name a type > /usr/include/libmodplug/sndfile.h:540: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:541: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:542: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:543: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:544: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:546: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:547: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:553: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:558: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:559: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:562: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:563: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:564: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:565: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:566: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:567: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:568: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:569: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:570: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:571: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:573: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:574: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:575: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:585: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:585: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:587: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:588: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:589: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:590: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:591: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:592: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:593: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:594: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:595: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:596: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:597: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:598: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:599: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:600: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:601: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:602: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:605: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:606: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:607: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:608: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:609: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:610: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:615: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:616: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:617: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:617: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:619: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:619: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:620: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:620: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:621: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:621: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:622: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:622: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:623: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:623: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:624: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:624: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:625: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:625: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:626: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:626: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:627: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:627: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:628: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:628: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:629: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:629: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:630: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:630: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:631: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:631: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:632: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:632: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:633: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:633: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:634: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:634: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:635: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:635: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:636: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:636: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:637: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:637: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:638: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:638: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:639: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:639: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:640: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:640: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:641: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:641: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:642: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:642: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:643: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:643: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:644: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:644: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:645: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:645: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:646: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:646: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:647: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:647: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:648: error: 'LPCBYTE' has not been declared > /usr/include/libmodplug/sndfile.h:648: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:658: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:659: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:662: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:662: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:663: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:669: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:670: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:671: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:672: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:673: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:679: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:679: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:679: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:680: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:682: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:683: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:684: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:685: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:699: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:699: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:701: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:701: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:703: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:703: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:708: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:709: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:709: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:710: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:711: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:713: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:714: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:715: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:716: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:717: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:718: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:719: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:720: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:721: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:722: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:723: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:724: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:725: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:726: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:727: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:728: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:729: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:729: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:730: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:730: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:731: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:732: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:733: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:733: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:734: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:734: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:735: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:736: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:736: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:741: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:742: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:743: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:744: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:745: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:745: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:745: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:745: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:747: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:748: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:749: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:749: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:749: error: 'BYTE' has not been declared > /usr/include/libmodplug/sndfile.h:750: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:751: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:752: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:753: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:754: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:755: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:756: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:760: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:760: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:761: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:761: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:763: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:764: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:765: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:767: error: expected ';' before '(' token > /usr/include/libmodplug/sndfile.h:768: error: expected ';' before 'void' > /usr/include/libmodplug/sndfile.h:769: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:770: error: 'UINT' has not been declared > /usr/include/libmodplug/sndfile.h:771: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:772: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h:774: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:779: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:780: error: 'DWORD' has not been declared > /usr/include/libmodplug/sndfile.h:785: error: expected ';' before '(' token > /usr/include/libmodplug/sndfile.h:786: error: expected ';' before '(' token > /usr/include/libmodplug/sndfile.h:789: error: 'UINT' does not name a type > /usr/include/libmodplug/sndfile.h: In member function 'BOOL > CSoundFile::IsPaused() const': > /usr/include/libmodplug/sndfile.h:613: error: 'm_dwSongFlags' was not > declared in this scope > /usr/include/libmodplug/sndfile.h: In member function 'VOID > CSoundFile::ResetTotalTickCount()': > /usr/include/libmodplug/sndfile.h:674: error: 'm_nTotalCount' was not > declared in this scope > /usr/include/libmodplug/sndfile.h: In static member function 'static BOOL > CSoundFile::IsStereo()': > /usr/include/libmodplug/sndfile.h:681: error: 'gnChannels' was not declared > in this scope > /usr/include/libmodplug/sndfile.h: In static member function 'static BOOL > CSoundFile::GetAGC()': > /usr/include/libmodplug/sndfile.h:687: error: 'gdwSoundSetup' was not > declared in this scope > In file included from > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:34: > /usr/include/libmodplug/sndfile.h: At global scope: > /usr/include/libmodplug/sndfile.h:832: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:833: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:834: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:840: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:841: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:842: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:843: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:844: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:845: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:846: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:847: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:853: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:854: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:861: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:862: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:863: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:864: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:865: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:866: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:867: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:868: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:869: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:870: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:871: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:877: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:878: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:879: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:880: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:881: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:882: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:895: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:896: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:897: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:903: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:904: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:905: error: 'DWORD' does not name a type > /usr/include/libmodplug/sndfile.h:906: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:907: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:908: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:909: error: 'WORD' does not name a type > /usr/include/libmodplug/sndfile.h:910: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:911: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:912: error: 'BYTE' does not name a type > /usr/include/libmodplug/sndfile.h:913: error: 'BYTE' does not name a type > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp: In > member function 'virtual bool DecoderModPlug::initialize()': > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:167: > error: invalid conversion from 'uchar*' to 'int' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:167: > error: initializing argument 1 of 'BOOL CSoundFile::Create(int, int)' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:168: > error: 'class CSoundFile' has no member named 'GetNumChannels' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:175: > error: 'class CSoundFile' has no member named 'GetSongTime' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp: In > member function 'virtual void DecoderModPlug::run()': > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:238: > error: 'class CSoundFile' has no member named 'GetSongTime' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:240: > error: 'class CSoundFile' has no member named 'GetMaxPosition' > /build/tbm/qmmp-0.2.2/src/plugins/Input/modplug/decoder_modplug.cpp:248: > error: 'class CSoundFile' has no member named 'Read' > make[3]: *** > [src/plugins/Input/modplug/CMakeFiles/modplug.dir/decoder_modplug.o] Error 1 > make[3]: Leaving directory `/build/tbm/qmmp-0.2.2' > make[2]: *** [src/plugins/Input/modplug/CMakeFiles/modplug.dir/all] Error 2 > make[2]: Leaving directory `/build/tbm/qmmp-0.2.2' -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: qmmp Source-Version: 0.2.3-1 We believe that the bug you reported is fixed in the latest version of qmmp, which is due to be installed in the Debian FTP archive: libqmmp-dev_0.2.3-1_i386.deb to pool/main/q/qmmp/libqmmp-dev_0.2.3-1_i386.deb libqmmp-misc_0.2.3-1_i386.deb to pool/main/q/qmmp/libqmmp-misc_0.2.3-1_i386.deb libqmmp0_0.2.3-1_i386.deb to pool/main/q/qmmp/libqmmp0_0.2.3-1_i386.deb libqmmpui-dev_0.2.3-1_i386.deb to pool/main/q/qmmp/libqmmpui-dev_0.2.3-1_i386.deb libqmmpui0_0.2.3-1_i386.deb to pool/main/q/qmmp/libqmmpui0_0.2.3-1_i386.deb qmmp_0.2.3-1.diff.gz to pool/main/q/qmmp/qmmp_0.2.3-1.diff.gz qmmp_0.2.3-1.dsc to pool/main/q/qmmp/qmmp_0.2.3-1.dsc qmmp_0.2.3-1_i386.deb to pool/main/q/qmmp/qmmp_0.2.3-1_i386.deb qmmp_0.2.3.orig.tar.gz to pool/main/q/qmmp/qmmp_0.2.3.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Eugene V. Lyubimkin <[EMAIL PROTECTED]> (supplier of updated qmmp package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Fri, 05 Dec 2008 21:33:21 +0200 Source: qmmp Binary: qmmp libqmmp-misc libqmmp0 libqmmpui0 libqmmp-dev libqmmpui-dev Architecture: source i386 Version: 0.2.3-1 Distribution: unstable Urgency: low Maintainer: Eugene V. Lyubimkin <[EMAIL PROTECTED]> Changed-By: Eugene V. Lyubimkin <[EMAIL PROTECTED]> Description: libqmmp-dev - qmmp audio player runtime library (development files) libqmmp-misc - qmmp audio player plugins and auxiliary libraries libqmmp0 - qmmp audio player runtime library libqmmpui-dev - qmmp audio player user interface library (development files) libqmmpui0 - qmmp audio player user interface library qmmp - feature-rich audio player with support of many formats Closes: 505047 Changes: qmmp (0.2.3-1) unstable; urgency=low . * New upstream release: - added recent ffmpeg support - fixed Russian translation - added French translation (Stanislas Zeller) - fixed audio port in the jack plugin (Adrian Knoth) - fixed memory leak - fixed playlist loading when using drag and drop and command line - fixed crash on exit with enabled visualization - fixed playlist file parsing - fixed main visualization flickering - fixed modplug build (Closes: #505047) - added enter hotkey support in the jump dialog - fixed segmentation fault in the PulseAudio plugin - added OSS4 support (Yuriy Zhuravlev) - fixed notification bug - fixed critical bug in the settings dialog - removed duplicate --next command line option (Adrian Knoth) Checksums-Sha1: d9de2741d5f857fff2fd67fcdc141117ce212345 1432 qmmp_0.2.3-1.dsc 029c0dc43139c50651cc1b18ab1c1dfb71af1e00 515063 qmmp_0.2.3.orig.tar.gz 4d5642a9cd97973122aaaa90db6cbcacb1219d40 4693 qmmp_0.2.3-1.diff.gz e15cc045f22178e9e84757710a5e01c2671fa3de 482970 qmmp_0.2.3-1_i386.deb 5898d74b1f9e04bbb2706e46f3c530071ac17beb 581832 libqmmp-misc_0.2.3-1_i386.deb 5d0f996c5fb4bb19e5316cb9067ad72b81680a3e 66210 libqmmp0_0.2.3-1_i386.deb 0bed9f0547f85e619b9a68ece75ec021c3b3bb4d 45630 libqmmpui0_0.2.3-1_i386.deb cb1cc0511b4e55e5169baf2df4963c60f946ad23 14278 libqmmp-dev_0.2.3-1_i386.deb fdaeca6b10ca416bcbc9461571bd2dbcd70a42f9 11236 libqmmpui-dev_0.2.3-1_i386.deb Checksums-Sha256: 9cbb5e096f718584b7d3f060a72f47d86161ac23184b8fd526aad4ad61ab02f4 1432 qmmp_0.2.3-1.dsc 9686ad68345cd1565e5a1e79f2d9caf7c4c8f7da00f6ce9b12bc1520e7a4108e 515063 qmmp_0.2.3.orig.tar.gz 27885027c0ba313aba2ba7f8c601c4aad6eb8817313c86c9865608a8e77123c4 4693 qmmp_0.2.3-1.diff.gz 0ad13e6421350cbed03eba579f599b7681d50982e9cea101051e4d2808f3c8d9 482970 qmmp_0.2.3-1_i386.deb d8ef170c037fc21d0aa0092fc09ceb222dbb79d03c0c377a0149a77fb97c4036 581832 libqmmp-misc_0.2.3-1_i386.deb 7f9504b91ab80fb9bd4e0ed08b00bd50794cdcdb937a7d6875214f3004491d5f 66210 libqmmp0_0.2.3-1_i386.deb a62fb5e366621e0269811e9a53fcef433cf90bda7122297d19e0841df4ab85cd 45630 libqmmpui0_0.2.3-1_i386.deb b1648a23a49ca3ed588788107ec75b0e58270e48b598e957efcc541770e7d2d2 14278 libqmmp-dev_0.2.3-1_i386.deb e0fae17970c425416767d17683e6ffd92b4c1e87b8561770117ab9c5df666af4 11236 libqmmpui-dev_0.2.3-1_i386.deb Files: 84fd1866861bd586433c6b312401b383 1432 sound optional qmmp_0.2.3-1.dsc 3f8070513ac27168db7f7978cfe28719 515063 sound optional qmmp_0.2.3.orig.tar.gz 8c655cb0fb4c1399216093b0227d5786 4693 sound optional qmmp_0.2.3-1.diff.gz 11919a9ce8ea2efc09f415f41697be38 482970 sound optional qmmp_0.2.3-1_i386.deb 2024d98053df65eab4fa6a9213db1882 581832 sound optional libqmmp-misc_0.2.3-1_i386.deb 36b4fd98fb707874ef297d3a8c6558cc 66210 sound optional libqmmp0_0.2.3-1_i386.deb f4bc815239127853ddc0da20691c4549 45630 sound optional libqmmpui0_0.2.3-1_i386.deb 5d7c995755d27b42cfdbac0371d8c6a9 14278 libdevel optional libqmmp-dev_0.2.3-1_i386.deb 994f6ba085f5b5b7692c569e010354a8 11236 libdevel optional libqmmpui-dev_0.2.3-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkk9gs4ACgkQq4wAz/jiZTfE4gCfUceqXzyrgtj+ppPrpVx48RTl /A8AoJ8ntIYwH1Kgjd8jQckjrLV/a/iz =0HD3 -----END PGP SIGNATURE-----
--- End Message ---

