shithub: dumb

Download patch

ref: d013643820c4fd4d1d80011bed52a047be46c9f1
parent: f4c6edf2923b3098e80123ae2262d01bf6fa89f6
author: Chris Moeller <kode54@gmail.com>
date: Sat Dec 22 11:50:52 EST 2012

Added Qt project file

diff: cannot open b/dumb/prj/dumb//null: file does not exist: 'b/dumb/prj/dumb//null' diff: cannot open b/dumb/prj//null: file does not exist: 'b/dumb/prj//null'
--- /dev/null
+++ b/dumb/prj/.gitignore
@@ -1,0 +1,3 @@
+dumb-build-Desktop-Release
+dumb-build-Desktop-Debug
+*.user
--- /dev/null
+++ b/dumb/prj/dumb/dumb.pro
@@ -1,0 +1,116 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2012-12-22T16:33:53
+#
+#-------------------------------------------------
+
+QT       -= core gui
+
+TARGET = dumb
+TEMPLATE = lib
+CONFIG += staticlib
+
+INCLUDEPATH += ../../include
+
+SOURCES += \
+    ../../src/core/unload.c \
+    ../../src/core/rendsig.c \
+    ../../src/core/rendduh.c \
+    ../../src/core/register.c \
+    ../../src/core/readduh.c \
+    ../../src/core/rawsig.c \
+    ../../src/core/makeduh.c \
+    ../../src/core/loadduh.c \
+    ../../src/core/dumbfile.c \
+    ../../src/core/duhtag.c \
+    ../../src/core/duhlen.c \
+    ../../src/core/atexit.c \
+    ../../src/helpers/stdfile.c \
+    ../../src/helpers/silence.c \
+    ../../src/helpers/sampbuf.c \
+    ../../src/helpers/riff.c \
+    ../../src/helpers/resample.c \
+    ../../src/helpers/memfile.c \
+    ../../src/helpers/clickrem.c \
+    ../../src/helpers/blip_buf.c \
+    ../../src/helpers/barray.c \
+    ../../src/it/xmeffect.c \
+    ../../src/it/readxm2.c \
+    ../../src/it/readxm.c \
+    ../../src/it/readstm2.c \
+    ../../src/it/readstm.c \
+    ../../src/it/reads3m2.c \
+    ../../src/it/reads3m.c \
+    ../../src/it/readriff.c \
+    ../../src/it/readptm.c \
+    ../../src/it/readpsm.c \
+    ../../src/it/readoldpsm.c \
+    ../../src/it/readokt2.c \
+    ../../src/it/readokt.c \
+    ../../src/it/readmtm.c \
+    ../../src/it/readmod2.c \
+    ../../src/it/readmod.c \
+    ../../src/it/readdsmf.c \
+    ../../src/it/readasy.c \
+    ../../src/it/readamf2.c \
+    ../../src/it/readamf.c \
+    ../../src/it/readam.c \
+    ../../src/it/read6692.c \
+    ../../src/it/read669.c \
+    ../../src/it/ptmeffect.c \
+    ../../src/it/loadxm2.c \
+    ../../src/it/loadxm.c \
+    ../../src/it/loadstm2.c \
+    ../../src/it/loadstm.c \
+    ../../src/it/loads3m2.c \
+    ../../src/it/loads3m.c \
+    ../../src/it/loadriff2.c \
+    ../../src/it/loadriff.c \
+    ../../src/it/loadptm2.c \
+    ../../src/it/loadptm.c \
+    ../../src/it/loadpsm2.c \
+    ../../src/it/loadpsm.c \
+    ../../src/it/loadoldpsm2.c \
+    ../../src/it/loadoldpsm.c \
+    ../../src/it/loadokt2.c \
+    ../../src/it/loadokt.c \
+    ../../src/it/loadmtm2.c \
+    ../../src/it/loadmtm.c \
+    ../../src/it/loadmod2.c \
+    ../../src/it/loadmod.c \
+    ../../src/it/loadasy2.c \
+    ../../src/it/loadasy.c \
+    ../../src/it/loadamf2.c \
+    ../../src/it/loadamf.c \
+    ../../src/it/load6692.c \
+    ../../src/it/load669.c \
+    ../../src/it/itunload.c \
+    ../../src/it/itrender.c \
+    ../../src/it/itread2.c \
+    ../../src/it/itread.c \
+    ../../src/it/itorder.c \
+    ../../src/it/itmisc.c \
+    ../../src/it/itload2.c \
+    ../../src/it/itload.c
+
+HEADERS += \
+    ../../include/dumb.h \
+    ../../include/internal/riff.h \
+    ../../include/internal/it.h \
+    ../../include/internal/dumb.h \
+    ../../include/internal/blip_buf.h \
+    ../../include/internal/barray.h \
+    ../../include/internal/aldumb.h
+unix:!symbian {
+    maemo5 {
+        target.path = /opt/usr/lib
+    } else {
+        target.path = /usr/lib
+    }
+    INSTALLS += target
+}
+
+OTHER_FILES += \
+    ../../src/helpers/resample.inc \
+    ../../src/helpers/resamp3.inc \
+    ../../src/helpers/resamp2.inc