Skip to content

Commit

Permalink
Merge branch 'master' of github.com:audinux/fedora-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ycollet committed Aug 21, 2024
2 parents 4d8b2fe + 4eb079c commit 86564d8
Show file tree
Hide file tree
Showing 148 changed files with 596 additions and 0 deletions.
4 changes: 4 additions & 0 deletions JDSP4Linux/JDSP4Linux-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/theAeon/JDSP4Linux
cd JDSP4Linux
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions adlplug/adlplug-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
git clone https://github.com/jpcima/ADLplug
cd ADLplug
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions adlplug/opl3bankeditor-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/Wohlstand/OPL3BankEditor
cd OPL3BankEditor
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions adlplug/opn2bankeditor-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/Wohlstand/OPN2BankEditor
cd OPN2BankEditor
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions aeolus_plugin/source_aeolus_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/Archie3d/aeolus_plugin
cd aeolus_plugin
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions aether/aether-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
git clone https://github.com/Dougal-s/Aether
cd Aether
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions aidax/aidax-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/AidaDSP/AIDA-X
cd AIDA-X
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions airwindows/airwin2rack-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/baconpaul/airwin2rack
cd airwin2rack
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions airwindows/airwindows-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/airwindows/airwindows
cd airwindows
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
rm -rf plugins/MacAU
Expand Down
4 changes: 4 additions & 0 deletions atlas-06-synthetizer/source-atlas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/sbadon122/ATLAS-06-Synthesizer
cd ATLAS-06-Synthesizer
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions audibleplanets/audibleplanets-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/gregrecco67/AudiblePlanets
cd AudiblePlanets
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions audio-effects/audio-effects-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/juandagilc/Audio-Effects
cd Audio-Effects
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions audiogridder/audiogridder-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/apohl79/audiogridder
cd audiogridder
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions bambootracker/bambootracker_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/rerrahkr/BambooTracker
cd BambooTracker
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions bespokesynth/bespokesynth-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/BespokeSynth/BespokeSynth
cd BespokeSynth
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions blocks/blocks-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/dan-german/$1
cd $1
git checkout $2
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $2"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions bshapr/sjaehn-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/sjaehn/$1
cd $1
git checkout $2
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $2"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions byod/source_byod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/Chowdhury-DSP/BYOD
cd BYOD
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions cabbage/cabbage-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/rorywalsh/cabbage
cd cabbage
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
# Cleanup macos things
Expand Down
4 changes: 4 additions & 0 deletions camomile/camomile-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/pierreguillot/Camomile
cd Camomile
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions cetone/cetone-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/AnClark/$1
cd $1
git checkout $2
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $2"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions chaffverb/chaffverb-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/GModal/ChaffVerb
cd ChaffVerb
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
rm -rf .git dpf/.git
cd ..
Expand Down
4 changes: 4 additions & 0 deletions chataigne/source-chataigne.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/benkuper/Chataigne
cd Chataigne
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions chmaba/rccomp-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
git clone https://github.com/chmaha/RCComp
cd RCComp
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions chmaba/rcverb-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
git clone https://github.com/chmaha/RCVerb
cd RCVerb
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions chuck/source-miniaudicle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/ccrma/miniAudicle
cd miniAudicle
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions clap/clap-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/free-audio/$1
cd $1
git checkout $2
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $2"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions clearly-broken/clearly-broken-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/clearly-broken-software/$1
cd $1
git checkout $2
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $2"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions cmajor/source-cmajor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/cmajor-lang/cmajor
cd cmajor
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress

git clone https://github.com/juce-framework/JUCE/ juce
Expand Down
4 changes: 4 additions & 0 deletions cstop/cstop-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/calgoheen/cStop
cd cStop
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions ddsp/ddsp-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/tank-trax/ddsp-vst
cd ddsp-vst
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
./repo-init.sh
find . -name .git -exec rm -rf {} \;
Expand Down
4 changes: 4 additions & 0 deletions delayarchitect/delayarchitect-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/jpcima/DelayArchitect
cd DelayArchitect
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions dexed/dexed-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/asb2m10/dexed
cd dexed
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions dragonfly/dragonfly-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/michaelwillis/dragonfly-reverb
cd dragonfly-reverb
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions drumgizmo/dgedit-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
git clone http://git.drumgizmo.org/dgedit.git
cd dgedit
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
4 changes: 4 additions & 0 deletions emissioncontrol2/emissioncontrol2-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
git clone https://github.com/EmissionControl2/EmissionControl2
cd EmissionControl2
git checkout $1
if [ $? == 1 ]; then
echo "Wrong branch / tag name: $1"
exit 1
fi
git submodule update --init --recursive --progress
find . -name .git -exec rm -rf {} \;
cd ..
Expand Down
Loading

0 comments on commit 86564d8

Please sign in to comment.