mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Cleanup leftover directories from the merge.
--HG-- rename : dev-libs/apr-util/patches/apr-util-1.3.10.patch => dev-libs/apr_util/patches/apr_util-1.3.10.patch rename : haiku-apps/caya-gpl-protocols/patches/caya-gpl-protocols-0.HEAD.patch => haiku-apps/caya_gpl_protocols/patches/caya_gpl_protocols-0.HEAD.patch
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
diff -Naur ladspa_sdk-1.13/src/makefile ladspa_sdk-1.13-haiku/src/makefile
|
||||
--- ladspa_sdk/src/makefile 2007-11-06 10:42:45.008388608 +0000
|
||||
+++ ladspa_sdk-haiku/src/makefile 2012-12-17 19:04:36.860094464 +0000
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
# Change these if you want to install somewhere else.
|
||||
|
||||
-INSTALL_PLUGINS_DIR = /usr/lib/ladspa/
|
||||
-INSTALL_INCLUDE_DIR = /usr/include/
|
||||
-INSTALL_BINARY_DIR = /usr/bin/
|
||||
+INSTALL_PLUGINS_DIR = ${DESTDIR}/`finddir B_COMMON_LIB_DIRECTORY`
|
||||
+INSTALL_INCLUDE_DIR = ${DESTDIR}/`finddir B_COMMON_HEADERS_DIRECTORY`
|
||||
+INSTALL_BINARY_DIR = ${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY`
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
@@ -14,7 +14,6 @@
|
||||
#
|
||||
|
||||
INCLUDES = -I.
|
||||
-LIBRARIES = -ldl -lm
|
||||
CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
PLUGINS = ../plugins/amp.so \
|
||||
@@ -46,22 +45,10 @@
|
||||
# TARGETS
|
||||
#
|
||||
|
||||
-test: /tmp/test.wav ../snd/noise.wav always
|
||||
- @echo ---------------------------------------------
|
||||
- @echo First listen to the white noise input signal:
|
||||
- @echo ---------------------------------------------
|
||||
- -sndfile-play ../snd/noise.wav
|
||||
- @echo -------------------------
|
||||
- @echo Compare to plugin output.
|
||||
- @echo -------------------------
|
||||
- @echo Should be a noise band around 6000Hz, repeated quietly after 1s.
|
||||
- -sndfile-play /tmp/test.wav
|
||||
- @echo Test complete.
|
||||
-
|
||||
install: targets
|
||||
- -mkdirhier $(INSTALL_PLUGINS_DIR)
|
||||
- -mkdirhier $(INSTALL_INCLUDE_DIR)
|
||||
- -mkdirhier $(INSTALL_BINARY_DIR)
|
||||
+ mkdir -p $(INSTALL_PLUGINS_DIR)
|
||||
+ mkdir -p $(INSTALL_INCLUDE_DIR)
|
||||
+ mkdir -p $(INSTALL_BINARY_DIR)
|
||||
cp ../plugins/* $(INSTALL_PLUGINS_DIR)
|
||||
cp ladspa.h $(INSTALL_INCLUDE_DIR)
|
||||
cp ../bin/* $(INSTALL_BINARY_DIR)
|
||||
@@ -1,13 +0,0 @@
|
||||
diff -urN SDL_net-1.2.8/chat.cpp SDL_net-1.2.8-haiku/chat.cpp
|
||||
--- SDL_net-1.2.8/chat.cpp 2012-01-15 16:20:10.063963136 +0000
|
||||
+++ SDL_net-1.2.8-haiku/chat.cpp 2012-02-29 23:58:48.552861696 +0000
|
||||
@@ -18,9 +18,6 @@
|
||||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
- Pleasanton, CA 94588 (USA)
|
||||
- slouken@devolution.com
|
||||
-*/
|
||||
|
||||
/* Note that this isn't necessarily the way to run a chat system.
|
||||
This is designed to excercise the network code more than be really
|
||||
Reference in New Issue
Block a user