Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ed1fb1d96984834e823077c3457ca9719b35de87

commit ed1fb1d96984834e823077c3457ca9719b35de87
Author: James Buren <[email protected]>
Date:   Mon Nov 16 05:22:56 2015 +0100

sooperlooper-1.7.2-1-x86_64
* remove package

diff --git a/source/xmultimedia-extra/sooperlooper/FrugalBuild 
b/source/xmultimedia-extra/sooperlooper/FrugalBuild
deleted file mode 100644
index b36f6a3..0000000
--- a/source/xmultimedia-extra/sooperlooper/FrugalBuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Compiling Time: 0.45 SBU
-# Contributor: kikadf <[email protected]>
-# Contributor: exceed <[email protected]>
-
-options+=('asneeded')
-
-pkgname=sooperlooper
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="SooperLooper is a live looping sampler intended for use with midi 
pedals."
-url="http://essej.net/sooperlooper/";
-depends=('liblo>=0.26' 'wxwidget' 'libsigc++2' 'libxml2>=2.7.8' 'libgcc' 
'libxau' 'libxdmcp' 'libxxf86vm' 'expat' 'libxdamage' 'libice' 'jack>=0.118.0' 
'rubberband>=1.5.0' 'ncurses')
-options=('scriptlet')
-groups=('xmultimedia-extra')
-archs=('i686' 'x86_64')
-up2date="Flasttar $url/download.html"
-source=($url/$pkgname-$pkgver.tar.gz wxwidget-compatible.patch)
-sha1sums=('b2304e5e397611a5a8427314ce9c05406ae2c350' \
-          '07876a17d37356286cbf654d22f532a1114e4fd0')
-
-# optimization OK
diff --git a/source/xmultimedia-extra/sooperlooper/wxwidget-compatible.patch 
b/source/xmultimedia-extra/sooperlooper/wxwidget-compatible.patch
deleted file mode 100644
index 48e5a36..0000000
--- a/source/xmultimedia-extra/sooperlooper/wxwidget-compatible.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -Naur sooperlooper/src/gui/main_panel.cpp 
sooperlooper.new/src/gui/main_panel.cpp
---- sooperlooper/src/gui/main_panel.cpp        2014-02-19 09:46:30.981214121 
+0100
-+++ sooperlooper.new/src/gui/main_panel.cpp    2014-02-19 09:50:01.470218000 
+0100
-@@ -1276,7 +1276,7 @@
-               }
-
-
--              wxString filename = do_file_selector (wxT("Choose file to save 
loop"), wxT("wav"), wxT("WAVE files (*.wav)|*.wav;*.WAV;*.Wav"),  
wxSAVE|wxCHANGE_DIR|wxOVERWRITE_PROMPT);
-+              wxString filename = do_file_selector (wxT("Choose file to save 
loop"), wxT("wav"), wxT("WAVE files (*.wav)|*.wav;*.WAV;*.Wav"),  
wxFD_SAVE|wxFD_CHANGE_DIR|wxFD_OVERWRITE_PROMPT);
-
-               if ( !filename.empty() )
-               {
-@@ -1295,7 +1295,7 @@
-                       index = 0;
-               }
-
--              wxString filename = do_file_selector (wxT("Choose file to 
open"), wxT(""), wxT("*.slsess"), wxOPEN|wxCHANGE_DIR);
-+              wxString filename = do_file_selector (wxT("Choose file to 
open"), wxT(""), wxT("*.slsess"), wxFD_OPEN|wxFD_CHANGE_DIR);
-
-               if ( !filename.empty() )
-               {
-@@ -1407,7 +1407,7 @@
-
- void MainPanel::do_load_session ()
- {
--      wxString filename = do_file_selector (wxT("Choose session to load"), 
wxT("*.slsess"), wxT("*.slsess"), wxOPEN|wxCHANGE_DIR);
-+      wxString filename = do_file_selector (wxT("Choose session to load"), 
wxT("*.slsess"), wxT("*.slsess"), wxFD_OPEN|wxFD_CHANGE_DIR);
-
-       if ( !filename.empty() )
-       {
-@@ -1418,7 +1418,7 @@
-
- void MainPanel::do_save_session (bool write_audio)
- {
--      wxString filename = do_file_selector (wxT("Choose file to save 
session"), wxT("slsess"), wxT("*.slsess"), 
wxSAVE|wxCHANGE_DIR|wxOVERWRITE_PROMPT);
-+      wxString filename = do_file_selector (wxT("Choose file to save 
session"), wxT("slsess"), wxT("*.slsess"), 
wxFD_SAVE|wxFD_CHANGE_DIR|wxFD_OVERWRITE_PROMPT);
-
-       if ( !filename.empty() )
-       {
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to