From a333aa84105cf83485be94caf6d5601178294c09 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 12 Jul 2011 11:38:50 +0200 Subject: [PATCH] mv edcast-jack --- install.py | 2 +- {tools => vendor}/edcast-jack/Makefile.am | 0 {tools => vendor}/edcast-jack/Makefile.in | 0 {tools => vendor}/edcast-jack/aclocal.m4 | 0 {tools => vendor}/edcast-jack/conf/sample.cfg | 0 {tools => vendor}/edcast-jack/config.guess | 0 {tools => vendor}/edcast-jack/config.sub | 0 {tools => vendor}/edcast-jack/configure | 0 {tools => vendor}/edcast-jack/configure.in | 0 {tools => vendor}/edcast-jack/depcomp | 0 {tools => vendor}/edcast-jack/edcast.cpp | 0 {tools => vendor}/edcast-jack/install-sh | 0 {tools => vendor}/edcast-jack/libedcast/Makefile | 0 {tools => vendor}/edcast-jack/libedcast/Makefile.am | 0 {tools => vendor}/edcast-jack/libedcast/Makefile.in | 0 {tools => vendor}/edcast-jack/libedcast/Socket.cpp | 0 {tools => vendor}/edcast-jack/libedcast/cbuffer.c | 0 {tools => vendor}/edcast-jack/libedcast/cbuffer.h | 0 {tools => vendor}/edcast-jack/libedcast/enc_if.h | 0 {tools => vendor}/edcast-jack/libedcast/libedcast.cpp | 0 {tools => vendor}/edcast-jack/libedcast/libedcast.dsp | 0 {tools => vendor}/edcast-jack/libedcast/libedcast.h | 0 {tools => vendor}/edcast-jack/libedcast/libedcast_resample.h | 0 {tools => vendor}/edcast-jack/libedcast/libedcast_socket.h | 0 {tools => vendor}/edcast-jack/libedcast/resample.c | 0 {tools => vendor}/edcast-jack/ltmain.sh | 0 {tools => vendor}/edcast-jack/m4/lame.m4 | 0 {tools => vendor}/edcast-jack/m4/mad.m4 | 0 {tools => vendor}/edcast-jack/m4/ogg.m4 | 0 {tools => vendor}/edcast-jack/m4/vorbis.m4 | 0 {tools => vendor}/edcast-jack/missing | 0 31 files changed, 1 insertion(+), 1 deletion(-) rename {tools => vendor}/edcast-jack/Makefile.am (100%) rename {tools => vendor}/edcast-jack/Makefile.in (100%) rename {tools => vendor}/edcast-jack/aclocal.m4 (100%) rename {tools => vendor}/edcast-jack/conf/sample.cfg (100%) rename {tools => vendor}/edcast-jack/config.guess (100%) rename {tools => vendor}/edcast-jack/config.sub (100%) rename {tools => vendor}/edcast-jack/configure (100%) rename {tools => vendor}/edcast-jack/configure.in (100%) rename {tools => vendor}/edcast-jack/depcomp (100%) rename {tools => vendor}/edcast-jack/edcast.cpp (100%) rename {tools => vendor}/edcast-jack/install-sh (100%) rename {tools => vendor}/edcast-jack/libedcast/Makefile (100%) rename {tools => vendor}/edcast-jack/libedcast/Makefile.am (100%) rename {tools => vendor}/edcast-jack/libedcast/Makefile.in (100%) rename {tools => vendor}/edcast-jack/libedcast/Socket.cpp (100%) rename {tools => vendor}/edcast-jack/libedcast/cbuffer.c (100%) rename {tools => vendor}/edcast-jack/libedcast/cbuffer.h (100%) rename {tools => vendor}/edcast-jack/libedcast/enc_if.h (100%) rename {tools => vendor}/edcast-jack/libedcast/libedcast.cpp (100%) rename {tools => vendor}/edcast-jack/libedcast/libedcast.dsp (100%) rename {tools => vendor}/edcast-jack/libedcast/libedcast.h (100%) rename {tools => vendor}/edcast-jack/libedcast/libedcast_resample.h (100%) rename {tools => vendor}/edcast-jack/libedcast/libedcast_socket.h (100%) rename {tools => vendor}/edcast-jack/libedcast/resample.c (100%) rename {tools => vendor}/edcast-jack/ltmain.sh (100%) rename {tools => vendor}/edcast-jack/m4/lame.m4 (100%) rename {tools => vendor}/edcast-jack/m4/mad.m4 (100%) rename {tools => vendor}/edcast-jack/m4/ogg.m4 (100%) rename {tools => vendor}/edcast-jack/m4/vorbis.m4 (100%) rename {tools => vendor}/edcast-jack/missing (100%) diff --git a/install.py b/install.py index cc932dd..5c3f55f 100644 --- a/install.py +++ b/install.py @@ -57,7 +57,7 @@ if not os.path.exists(home): os.system('adduser ' + user) # compiling edcast-jack -os.chdir(app_dir + '/tools/edcast-jack') +os.chdir(app_dir + '/vendor/edcast-jack') os.system('./configure; make; sudo make install') os.chdir(app_dir) diff --git a/tools/edcast-jack/Makefile.am b/vendor/edcast-jack/Makefile.am similarity index 100% rename from tools/edcast-jack/Makefile.am rename to vendor/edcast-jack/Makefile.am diff --git a/tools/edcast-jack/Makefile.in b/vendor/edcast-jack/Makefile.in similarity index 100% rename from tools/edcast-jack/Makefile.in rename to vendor/edcast-jack/Makefile.in diff --git a/tools/edcast-jack/aclocal.m4 b/vendor/edcast-jack/aclocal.m4 similarity index 100% rename from tools/edcast-jack/aclocal.m4 rename to vendor/edcast-jack/aclocal.m4 diff --git a/tools/edcast-jack/conf/sample.cfg b/vendor/edcast-jack/conf/sample.cfg similarity index 100% rename from tools/edcast-jack/conf/sample.cfg rename to vendor/edcast-jack/conf/sample.cfg diff --git a/tools/edcast-jack/config.guess b/vendor/edcast-jack/config.guess similarity index 100% rename from tools/edcast-jack/config.guess rename to vendor/edcast-jack/config.guess diff --git a/tools/edcast-jack/config.sub b/vendor/edcast-jack/config.sub similarity index 100% rename from tools/edcast-jack/config.sub rename to vendor/edcast-jack/config.sub diff --git a/tools/edcast-jack/configure b/vendor/edcast-jack/configure similarity index 100% rename from tools/edcast-jack/configure rename to vendor/edcast-jack/configure diff --git a/tools/edcast-jack/configure.in b/vendor/edcast-jack/configure.in similarity index 100% rename from tools/edcast-jack/configure.in rename to vendor/edcast-jack/configure.in diff --git a/tools/edcast-jack/depcomp b/vendor/edcast-jack/depcomp similarity index 100% rename from tools/edcast-jack/depcomp rename to vendor/edcast-jack/depcomp diff --git a/tools/edcast-jack/edcast.cpp b/vendor/edcast-jack/edcast.cpp similarity index 100% rename from tools/edcast-jack/edcast.cpp rename to vendor/edcast-jack/edcast.cpp diff --git a/tools/edcast-jack/install-sh b/vendor/edcast-jack/install-sh similarity index 100% rename from tools/edcast-jack/install-sh rename to vendor/edcast-jack/install-sh diff --git a/tools/edcast-jack/libedcast/Makefile b/vendor/edcast-jack/libedcast/Makefile similarity index 100% rename from tools/edcast-jack/libedcast/Makefile rename to vendor/edcast-jack/libedcast/Makefile diff --git a/tools/edcast-jack/libedcast/Makefile.am b/vendor/edcast-jack/libedcast/Makefile.am similarity index 100% rename from tools/edcast-jack/libedcast/Makefile.am rename to vendor/edcast-jack/libedcast/Makefile.am diff --git a/tools/edcast-jack/libedcast/Makefile.in b/vendor/edcast-jack/libedcast/Makefile.in similarity index 100% rename from tools/edcast-jack/libedcast/Makefile.in rename to vendor/edcast-jack/libedcast/Makefile.in diff --git a/tools/edcast-jack/libedcast/Socket.cpp b/vendor/edcast-jack/libedcast/Socket.cpp similarity index 100% rename from tools/edcast-jack/libedcast/Socket.cpp rename to vendor/edcast-jack/libedcast/Socket.cpp diff --git a/tools/edcast-jack/libedcast/cbuffer.c b/vendor/edcast-jack/libedcast/cbuffer.c similarity index 100% rename from tools/edcast-jack/libedcast/cbuffer.c rename to vendor/edcast-jack/libedcast/cbuffer.c diff --git a/tools/edcast-jack/libedcast/cbuffer.h b/vendor/edcast-jack/libedcast/cbuffer.h similarity index 100% rename from tools/edcast-jack/libedcast/cbuffer.h rename to vendor/edcast-jack/libedcast/cbuffer.h diff --git a/tools/edcast-jack/libedcast/enc_if.h b/vendor/edcast-jack/libedcast/enc_if.h similarity index 100% rename from tools/edcast-jack/libedcast/enc_if.h rename to vendor/edcast-jack/libedcast/enc_if.h diff --git a/tools/edcast-jack/libedcast/libedcast.cpp b/vendor/edcast-jack/libedcast/libedcast.cpp similarity index 100% rename from tools/edcast-jack/libedcast/libedcast.cpp rename to vendor/edcast-jack/libedcast/libedcast.cpp diff --git a/tools/edcast-jack/libedcast/libedcast.dsp b/vendor/edcast-jack/libedcast/libedcast.dsp similarity index 100% rename from tools/edcast-jack/libedcast/libedcast.dsp rename to vendor/edcast-jack/libedcast/libedcast.dsp diff --git a/tools/edcast-jack/libedcast/libedcast.h b/vendor/edcast-jack/libedcast/libedcast.h similarity index 100% rename from tools/edcast-jack/libedcast/libedcast.h rename to vendor/edcast-jack/libedcast/libedcast.h diff --git a/tools/edcast-jack/libedcast/libedcast_resample.h b/vendor/edcast-jack/libedcast/libedcast_resample.h similarity index 100% rename from tools/edcast-jack/libedcast/libedcast_resample.h rename to vendor/edcast-jack/libedcast/libedcast_resample.h diff --git a/tools/edcast-jack/libedcast/libedcast_socket.h b/vendor/edcast-jack/libedcast/libedcast_socket.h similarity index 100% rename from tools/edcast-jack/libedcast/libedcast_socket.h rename to vendor/edcast-jack/libedcast/libedcast_socket.h diff --git a/tools/edcast-jack/libedcast/resample.c b/vendor/edcast-jack/libedcast/resample.c similarity index 100% rename from tools/edcast-jack/libedcast/resample.c rename to vendor/edcast-jack/libedcast/resample.c diff --git a/tools/edcast-jack/ltmain.sh b/vendor/edcast-jack/ltmain.sh similarity index 100% rename from tools/edcast-jack/ltmain.sh rename to vendor/edcast-jack/ltmain.sh diff --git a/tools/edcast-jack/m4/lame.m4 b/vendor/edcast-jack/m4/lame.m4 similarity index 100% rename from tools/edcast-jack/m4/lame.m4 rename to vendor/edcast-jack/m4/lame.m4 diff --git a/tools/edcast-jack/m4/mad.m4 b/vendor/edcast-jack/m4/mad.m4 similarity index 100% rename from tools/edcast-jack/m4/mad.m4 rename to vendor/edcast-jack/m4/mad.m4 diff --git a/tools/edcast-jack/m4/ogg.m4 b/vendor/edcast-jack/m4/ogg.m4 similarity index 100% rename from tools/edcast-jack/m4/ogg.m4 rename to vendor/edcast-jack/m4/ogg.m4 diff --git a/tools/edcast-jack/m4/vorbis.m4 b/vendor/edcast-jack/m4/vorbis.m4 similarity index 100% rename from tools/edcast-jack/m4/vorbis.m4 rename to vendor/edcast-jack/m4/vorbis.m4 diff --git a/tools/edcast-jack/missing b/vendor/edcast-jack/missing similarity index 100% rename from tools/edcast-jack/missing rename to vendor/edcast-jack/missing -- 2.39.5