python 2.7 mass rebuild [release 2.0.0-2mamba;Thu May 23 2013]

This commit is contained in:
Silvan Calarco 2024-01-05 18:13:56 +01:00
parent 61c2875448
commit 84c84cac8c
5 changed files with 409 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# swami # swami
The Swami Project - Sampled Waveforms And Musical Instruments - is a collection of free software for editing and sharing MIDI instruments and sounds. Swami aims to provide cross platform (Linux, Windows and Mac OSX) instrument editing and sharing software for instrument formats such as SoundFont, DLS and GigaSampler.

14
swami.desktop Normal file
View File

@ -0,0 +1,14 @@
[Desktop Entry]
Name=Swami Instrument Editor
Name[it]=Editor di strumenti Swami
GenericName=Instrument Editor
GenericName[it]=Editor di strumenti
Comment=Create, play and organize MIDI instruments and sounds
Comment[it]=Crea, riproduci e organizza strumenti MIDI e suoni
Exec=swami %F
Icon=swami
StartupNotify=true
Terminal=false
Type=Application
Categories=GTK;AudioVideo;Audio;AudioVideoEditing;Midi;
MimeType=audio/dls;audio/x-soundfont;

157
swami.spec Normal file
View File

@ -0,0 +1,157 @@
Name: swami
Version: 2.0.0
Release: 2mamba
Summary: A collection of free software for editing and sharing MIDI instruments and sounds
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://swami.resonance.org/trac
Source: http://downloads.sourceforge.net/project/swami/swami/%{version}/swami-%{version}.tar.gz
Source1: swami.desktop
Source2: swami.svg
Source3: swami.xml
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: fluidsynth-devel
BuildRequires: glibc-devel
BuildRequires: libart_lgpl-devel
BuildRequires: libatk-devel
BuildRequires: libaudiofile-devel
BuildRequires: libcairo-devel
BuildRequires: libfftw-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglade-devel
BuildRequires: libglib-devel
BuildRequires: libgnomecanvas-devel
BuildRequires: libgnomeprint-devel
BuildRequires: libgtk2-devel
BuildRequires: libgtksourceview1-devel
BuildRequires: libinstpatch-devel
BuildRequires: libpango-devel
BuildRequires: libpython27-devel
BuildRequires: libpython-devel
BuildRequires: librsvg-devel
BuildRequires: libxml2-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
Requires: hicolor-icon-theme
BuildRoot: %{_tmppath}/%{name}-%{version}-root
# FIXME:
#**************************************************************
#Enabled features (Feature name - Swami usage):
# fluidsynth - Soft synth wavetable plugin
# audiofile - Sound file library plugin
# libsndfile - Sound file library plugin
# Splash image
# Debugging (compiler flags)
#
#Disabled features:
# GnomeCanvas - Graphical envelope editor
%description
The Swami Project - Sampled Waveforms And Musical Instruments - is a collection of free software for editing and sharing MIDI instruments and sounds. Swami aims to provide cross platform (Linux, Windows and Mac OSX) instrument editing and sharing software for instrument formats such as SoundFont, DLS and GigaSampler.
%package devel
Summary: Static libraries and headers for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
The Swami Project - Sampled Waveforms And Musical Instruments - is a collection of free software for editing and sharing MIDI instruments and sounds. Swami aims to provide cross platform (Linux, Windows and Mac OSX) instrument editing and sharing software for instrument formats such as SoundFont, DLS and GigaSampler.
This package contains static libraries and header files need for development.
%prep
%setup -q
%build
%configure
%make CFLAGS="-ldl"
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
install -D -m0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/swami.desktop
install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/apps/swami.svg
install -D -m0644 %{SOURCE3} %{buildroot}%{_datadir}/mime/packages/swami.xml
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
%defattr(-,root,root)
%{_bindir}/swami
#%{_libdir}/swami/samplelib_audiofile.*
#%{_libdir}/swami/samplelib_libsndfile.*
#%{_libdir}/swami/wavetbl_fluidsynth.*
%{_libdir}/libswami.so.*
%{_libdir}/libswamigui.so.*
%dir %{_libdir}/swami
%{_libdir}/swami/fftune.a
%{_libdir}/swami/fftune.la
%{_libdir}/swami/fftune.so
%{_libdir}/swami/fftune_gui.a
%{_libdir}/swami/fftune_gui.la
%{_libdir}/swami/fftune_gui.so
%{_libdir}/swami/fluidsynth.a
%{_libdir}/swami/fluidsynth.la
%{_libdir}/swami/fluidsynth.so
%{_libdir}/swami/fluidsynth_gui.a
%{_libdir}/swami/fluidsynth_gui.la
%{_libdir}/swami/fluidsynth_gui.so
%{_datadir}/applications/swami.desktop
%{_datadir}/icons/hicolor/apps/swami.svg
%{_datadir}/mime/packages/swami.xml
%dir %{_datadir}/swami
%dir %{_datadir}/swami/images
%{_datadir}/swami/images/*.png
%{_datadir}/swami/images/knob.svg
%{_datadir}/swami/images/DLS.png
%{python_sitearch}/swamiguimodule.a
%{python_sitearch}/swamiguimodule.la
%{python_sitearch}/swamiguimodule.so
%{python_sitearch}/swamimodule.a
%{python_sitearch}/swamimodule.la
%{python_sitearch}/swamimodule.so
%{_datadir}/icons/hicolor/48x48/apps/swami.png
%{_datadir}/icons/hicolor/scalable/apps/swami.svg
%{_datadir}/pygtk/2.0/defs/swami.defs
%{_datadir}/pygtk/2.0/defs/swamigui.defs
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%dir %{_includedir}/swami/libswami
%{_includedir}/swami/libswami/*.h
%dir %{_includedir}/swami/swamigui
%{_includedir}/swami/swamigui/*.h
%{_libdir}/libswami.a
%{_libdir}/libswami.la
%{_libdir}/libswami.so
%{_libdir}/libswamigui.a
%{_libdir}/libswamigui.la
%{_libdir}/libswamigui.so
%dir %{_datadir}/gtk-doc/html/libswami
%{_datadir}/gtk-doc/html/libswami/*
%{_datadir}/swami/swami-2.glade
%dir %{_datadir}/gtk-doc/html/swamigui
%{_datadir}/gtk-doc/html/swamigui/*
%doc ChangeLog NEWS README
%changelog
* Thu May 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-2mamba
- python 2.7 mass rebuild
* Mon Oct 24 2011 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- update to 2.0.0
* Mon Jan 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-1mamba
- package created by autospec

214
swami.svg Normal file
View File

@ -0,0 +1,214 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.43"
sodipodi:docbase="/home/josh/images/swami"
sodipodi:docname="Swami_neu12.svg"
version="1.0"
inkscape:export-filename="/home/josh/images/swami/swami_icon.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="linearGradient2363">
<stop
style="stop-color:#ff2e69;stop-opacity:1;"
offset="0"
id="stop2367" />
<stop
id="stop3988"
offset="0.50413221"
style="stop-color:#f9ffb1;stop-opacity:1;" />
<stop
id="stop2369"
offset="1"
style="stop-color:#ff2e69;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient2275">
<stop
style="stop-color:#ffe999;stop-opacity:1;"
offset="0"
id="stop2277" />
<stop
id="stop2283"
offset="1"
style="stop-color:#e25b7a;stop-opacity:1;" />
<stop
style="stop-color:#2ed8ff;stop-opacity:0;"
offset="1"
id="stop2279" />
</linearGradient>
<linearGradient
id="linearGradient2219">
<stop
style="stop-color:#2e2eff;stop-opacity:1;"
offset="0"
id="stop2221" />
<stop
style="stop-color:#2e2eff;stop-opacity:0.75789475;"
offset="0.82644629"
id="stop2303" />
<stop
style="stop-color:#2e2eff;stop-opacity:0;"
offset="1"
id="stop2223" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2219"
id="radialGradient2377"
cx="130.41817"
cy="68.150551"
fx="130.41817"
fy="68.150551"
r="15.390964"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0.480863,0.497137)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.07237"
inkscape:cx="24.359107"
inkscape:cy="27.675456"
inkscape:document-units="px"
inkscape:current-layer="layer3"
inkscape:window-width="1166"
inkscape:window-height="856"
inkscape:window-x="78"
inkscape:window-y="58"
showgrid="false"
inkscape:grid-bbox="false"
inkscape:showpageshadow="false" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Waves">
<path
inkscape:export-ydpi="17.288649"
inkscape:export-xdpi="17.288649"
inkscape:export-filename="/home/josh/images/swami/swami_icon.png"
sodipodi:type="arc"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#aaaaff;stroke-width:1.85289347;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
id="path2409"
sodipodi:cx="130.41817"
sodipodi:cy="68.150551"
sodipodi:rx="15.390964"
sodipodi:ry="15.390964"
d="M 140.76803,79.541865 A 15.390964,15.390964 0 0 1 119.72479,79.220035"
transform="matrix(1.381901,0,0,1.317353,-156.3313,-80.40712)"
sodipodi:start="0.83326371"
sodipodi:end="2.3389141"
sodipodi:open="true" />
<path
inkscape:export-ydpi="17.288649"
inkscape:export-xdpi="17.288649"
inkscape:export-filename="/home/josh/images/swami/swami_icon.png"
sodipodi:type="arc"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#aaaaff;stroke-width:1.57907322;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
id="path2413"
sodipodi:cx="130.41817"
sodipodi:cy="68.150551"
sodipodi:rx="15.390964"
sodipodi:ry="15.390964"
d="M 140.15994,80.066074 A 15.390964,15.390964 0 0 1 120.67425,80.064321"
transform="matrix(1.869625,0,0,1.782295,-219.9394,-112.0932)"
sodipodi:start="0.88543369"
sodipodi:end="2.2563389"
sodipodi:open="true" />
<path
inkscape:export-ydpi="17.288649"
inkscape:export-xdpi="17.288649"
inkscape:export-filename="/home/josh/images/swami/swami_icon.png"
sodipodi:type="arc"
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#aaaaff;stroke-width:1.37966251;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
id="path2415"
sodipodi:cx="130.41817"
sodipodi:cy="68.150551"
sodipodi:rx="15.390964"
sodipodi:ry="15.390964"
d="M 139.50509,80.572689 A 15.390964,15.390964 0 0 1 121.38797,80.613992"
transform="matrix(2.434941,0,0,2.321205,-293.6669,-148.8202)"
sodipodi:start="0.93923371"
sodipodi:end="2.1977994"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Shadow"
style="display:inline">
<path
sodipodi:type="inkscape:offset"
inkscape:radius="1.3931054"
inkscape:original="M 9.125 1.03125 C 8.2748124 1.1828233 7.6442988 1.9118652 7.59375 2.78125 C 7.59375 2.78125 7.1147764 8.1992955 9.875 13.9375 C 12.401215 19.189226 16.827056 22.644336 22.3125 22.875 C 22.325715 23.84024 22.335495 24.859289 22.34375 25.90625 C 22.374855 29.851045 22.271052 34.137341 21.9375 36 C 20.15904 41.163117 15.124472 42.220393 14.8125 42.28125 C 14.382801 42.335163 13.979313 42.543834 13.6875 42.84375 C 13.572738 42.965718 13.454489 43.130292 13.375 43.28125 C 13.346109 43.338467 13.304412 43.408059 13.28125 43.46875 C 13.107535 43.92393 13.131384 44.438763 13.3125 44.875 C 13.350218 44.961702 13.417738 45.075357 13.46875 45.15625 C 13.515391 45.227492 13.568096 45.309702 13.625 45.375 C 13.639226 45.391324 13.672792 45.421752 13.6875 45.4375 C 13.784623 45.537976 13.916873 45.643622 14.03125 45.71875 C 14.093447 45.75812 14.183961 45.812106 14.25 45.84375 C 14.620657 46.013796 15.057382 46.063954 15.46875 45.96875 C 15.46875 45.96875 20.378814 45.012887 23.59375 40.8125 C 23.5958 40.818195 23.62253 40.838428 23.625 40.84375 C 24.465752 41.797221 25.453462 42.590854 26.46875 43.28125 C 27.484038 43.971646 28.520593 44.540954 29.375 44.96875 C 30.229407 45.396546 30.728217 45.671668 31.4375 45.84375 C 32.447146 46.085375 33.445875 45.447146 33.6875 44.4375 C 33.927237 43.435742 33.339479 42.43917 32.34375 42.1875 C 32.247209 42.140704 31.64906 41.918687 31.0625 41.625 C 30.34058 41.263539 29.437286 40.761105 28.59375 40.1875 C 27.750214 39.613895 26.963747 38.971801 26.4375 38.375 C 25.944143 37.815499 25.72277 37.317722 25.6875 37.09375 C 25.686724 37.086878 25.687883 37.068765 25.6875 37.0625 C 25.67741 36.946221 25.656486 36.831139 25.625 36.71875 C 25.625087 36.708334 25.625087 36.697916 25.625 36.6875 C 26.109594 34.021983 26.125167 29.859423 26.09375 25.875 C 26.085137 24.782615 26.076028 23.712268 26.0625 22.71875 C 32.383122 22.050777 36.36159 18.619542 38.625 15.125 C 40.179377 12.725154 40.775796 9.7491876 41.09375 7.3125 C 41.411704 4.875812 41.40625 2.9375 41.40625 2.9375 C 41.412376 2.5043143 41.25756 2.0810974 41 1.75 C 40.858826 1.574523 40.66952 1.3984299 40.46875 1.28125 C 40.450498 1.2705973 40.424763 1.2599869 40.40625 1.25 C 40.294422 1.1920759 40.150067 1.1277055 40.03125 1.09375 C 39.71329 1.0085283 39.349211 1.0085283 39.03125 1.09375 C 38.912433 1.1277055 38.768078 1.1920759 38.65625 1.25 C 38.637737 1.2599869 38.612002 1.2705973 38.59375 1.28125 C 38.392979 1.3984299 38.203674 1.574523 38.0625 1.75 C 37.80494 2.0810974 37.650124 2.5043143 37.65625 2.9375 C 37.65625 2.9375 37.658178 4.6423232 37.375 6.8125 C 37.091822 8.9826772 36.437515 11.598046 35.46875 13.09375 C 33.653649 15.896136 31.030277 18.43119 26.03125 19 C 26.04844 18.130656 26.090158 17.52074 26.09375 17.5 C 26.198266 16.940982 26.058108 16.368864 25.6875 15.9375 C 25.316893 15.506137 24.755883 15.262143 24.1875 15.28125 C 23.288237 15.316242 22.540637 15.985147 22.40625 16.875 C 22.291352 17.538502 22.2797 18.248393 22.28125 19.15625 C 18.238505 18.996641 15.338641 16.654558 13.25 12.3125 C 10.959624 7.5510571 11.3125 3.09375 11.3125 3.09375 C 11.373997 2.5244703 11.157916 1.9643279 10.75 1.5625 C 10.342084 1.1606722 9.7870406 0.96119953 9.21875 1.03125 C 9.1909028 1.0349507 9.1524254 1.0263605 9.125 1.03125 z M 24.03125 5.34375 C 22.257801 5.5014132 20.875 6.9982851 20.875 8.8125 C 20.875 10.73167 22.42458 12.28125 24.34375 12.28125 C 26.26292 12.28125 27.84375 10.73167 27.84375 8.8125 C 27.84375 6.8933301 26.26292 5.3437499 24.34375 5.34375 C 24.238795 5.34375 24.133846 5.334629 24.03125 5.34375 z "
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
id="path2406"
d="M 8.875,-0.34375 C 7.3820938,-0.077591424 6.2743943,1.1930122 6.1875,2.6875 C 6.1875,2.6875 5.6889937,8.4276125 8.625,14.53125 C 11.111993,19.701437 15.511924,23.286935 20.90625,24.03125 C 20.913047,24.655654 20.932348,25.252824 20.9375,25.90625 C 20.967958,29.769043 20.832536,34.027252 20.5625,35.625 C 18.991474,39.975604 14.63073,40.886844 14.53125,40.90625 L 14.53125,40.9375 C 13.810312,41.050652 13.178458,41.37041 12.6875,41.875 C 12.471435,42.104632 12.306634,42.339404 12.15625,42.625 C 12.145669,42.635251 12.135251,42.645669 12.125,42.65625 C 12.134338,42.637757 12.064008,42.719146 11.96875,42.96875 C 11.655121,43.790541 11.717905,44.651525 12.03125,45.40625 C 12.031133,45.416666 12.031133,45.427084 12.03125,45.4375 C 12.13392,45.673506 12.212045,45.796507 12.28125,45.90625 C 12.291666,45.906367 12.302084,45.906367 12.3125,45.90625 C 12.35356,45.968967 12.405021,46.100541 12.5625,46.28125 C 12.726472,46.469404 12.752213,46.477748 12.65625,46.375 C 12.666501,46.385581 12.676919,46.395999 12.6875,46.40625 C 12.884686,46.610243 13.077841,46.741392 13.28125,46.875 C 13.281133,46.885416 13.281133,46.895834 13.28125,46.90625 C 13.373248,46.964484 13.480731,47.009646 13.65625,47.09375 C 13.656133,47.104166 13.656133,47.114584 13.65625,47.125 C 14.309495,47.424689 15.054155,47.480774 15.78125,47.3125 C 15.78125,47.3125 20.169836,46.34938 23.65625,42.6875 C 24.325463,43.300444 24.981973,43.957742 25.6875,44.4375 C 26.772902,45.175573 27.856494,45.771377 28.75,46.21875 C 29.58469,46.636674 30.199273,46.970487 31.09375,47.1875 C 31.104166,47.187617 31.114584,47.187617 31.125,47.1875 C 32.876917,47.606763 34.618316,46.475474 35.03125,44.75 C 35.417426,43.136336 34.489945,41.513864 32.9375,40.96875 L 32.9375,40.9375 C 32.797622,40.869697 32.755197,40.869844 32.6875,40.84375 C 32.616623,40.81643 32.549248,40.765397 32.4375,40.71875 C 32.219019,40.62755 31.93693,40.499888 31.6875,40.375 C 31.011716,40.036639 30.148928,39.557522 29.375,39.03125 C 28.598263,38.503069 27.867449,37.920903 27.46875,37.46875 C 27.109762,37.061632 27.007769,36.527449 27.0625,36.875 C 27.056816,36.821442 27.039568,36.77193 27.03125,36.71875 C 27.032783,36.709777 27.029726,36.696495 27.03125,36.6875 C 27.522315,33.788235 27.530735,29.772919 27.5,25.875 C 27.494424,25.167757 27.475824,24.488184 27.46875,23.8125 C 33.471075,22.778432 37.504187,19.390621 39.78125,15.875 C 41.532909,13.170565 42.140705,10.01402 42.46875,7.5 C 42.799233,4.9672951 42.8125,2.9375 42.8125,2.9375 C 42.8235,2.1596652 42.538444,1.4779105 42.09375,0.90625 C 42.093867,0.89583366 42.093867,0.88541634 42.09375,0.875 C 41.856634,0.58026888 41.552522,0.2937854 41.15625,0.0625 C 40.993446,-0.032519813 40.969097,-0.019136563 41.0625,0.03125 C 41.062617,0.020833661 41.062617,0.010416339 41.0625,-1.3066335e-17 C 40.890191,-0.089251933 40.685686,-0.17014284 40.40625,-0.25 C 39.831428,-0.4040675 39.231071,-0.40406689 38.65625,-0.25 C 38.376814,-0.17014284 38.172309,-0.089251933 38,0 C 37.999883,0.010416339 37.999883,0.020833661 38,0.03125 C 38.093403,-0.019136563 38.069054,-0.032519813 37.90625,0.0625 C 37.509973,0.29378667 37.205864,0.58027139 36.96875,0.875 C 36.968633,0.88541634 36.968633,0.89583366 36.96875,0.90625 C 36.524056,1.4779105 36.239,2.1909152 36.25,2.96875 C 36.25,2.96875 36.270961,4.5484479 36,6.625 C 35.733866,8.6645614 35.034034,11.229753 34.3125,12.34375 C 32.842602,14.613167 30.903698,16.444258 27.4375,17.25 C 27.462814,16.459349 27.290371,15.660208 26.75,15.03125 C 26.095751,14.269745 25.153408,13.841479 24.15625,13.875 C 24.145834,13.874883 24.135416,13.874883 24.125,13.875 C 22.56645,13.935646 21.264162,15.114008 21.03125,16.65625 C 20.981977,16.940787 20.989725,17.25072 20.96875,17.53125 C 18.208131,16.988504 16.179737,15.210742 14.5,11.71875 C 12.381076,7.3137366 12.6875,3.21875 12.6875,3.21875 C 12.796901,2.206018 12.412548,1.2459433 11.71875,0.5625 C 11.024952,-0.12094344 10.058802,-0.46655939 9.0625,-0.34375 C 9.0520837,-0.34386682 9.0416663,-0.34386682 9.03125,-0.34375 C 9.4485881,-0.39921134 9.4016396,-0.43764122 8.875,-0.34375 z M 24.34375,3.9375 C 24.319506,3.9375 24.173912,3.9449543 23.90625,3.96875 C 21.42173,4.1896288 19.46875,6.2903985 19.46875,8.8125 C 19.46875,11.481553 21.674697,13.6875 24.34375,13.6875 C 27.012803,13.6875 29.25,11.496675 29.25,8.8125 C 29.25,6.1283248 27.012803,3.9374999 24.34375,3.9375 z "
transform="translate(-0.461784,0.552099)" />
</g>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
style="display:inline">
<path
inkscape:export-ydpi="17.288649"
inkscape:export-xdpi="17.288649"
inkscape:export-filename="/home/josh/images/swami/swami_icon.png"
id="path1395"
style="fill:none;stroke:#2e2eff;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 23.797811,17.732005 C 23.46144,19.674457 24.184247,32.57449 23.329006,37.045324 C 21.197006,43.497063 14.682811,44.680774 14.682811,44.680774 M 23.360254,37.731367 C 23.561959,41.027502 30.376898,44.3094 31.415912,44.561479"
sodipodi:nodetypes="ccccc" />
<path
inkscape:export-ydpi="17.288649"
inkscape:export-xdpi="17.288649"
inkscape:export-filename="/home/josh/images/swami/swami_icon.png"
sodipodi:nodetypes="csczc"
style="fill:none;stroke:#2e2eff;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 39.056097,3.4894952 C 39.056097,3.4894952 39.115404,10.75545 36.592262,14.651 C 34.292243,18.202065 30.399605,21.578243 23.304352,21.554256 C 17.816838,21.945927 13.632929,18.95855 11.092691,13.677671 C 8.5673909,8.4278472 8.9899956,3.4797832 8.9899956,3.4797832"
id="path1391" />
<path
inkscape:export-ydpi="17.288649"
inkscape:export-xdpi="17.288649"
inkscape:export-filename="/home/josh/images/swami/swami_icon.png"
sodipodi:type="arc"
style="fill:#2e2eff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:21.60000038;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2289"
sodipodi:cx="130.41817"
sodipodi:cy="68.150551"
sodipodi:rx="15.390964"
sodipodi:ry="15.390964"
d="M 145.80913 68.150551 A 15.390964 15.390964 0 1 1 115.0272,68.150551 A 15.390964 15.390964 0 1 1 145.80913 68.150551 z"
transform="matrix(0.225896,0,0,0.225896,-5.56725,-6.023737)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

22
swami.xml Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="audio/dls">
<comment>Downloadable Sounds</comment>
<magic priority="50">
<match type="string" offset="0" value="RIFF">
<match type="string" offset="8" value="DLS "/>
</match>
</magic>
<glob pattern="*.dls"/>
<glob pattern="*.dls2"/>
</mime-type>
<mime-type type="audio/x-soundfont">
<comment>SoundFont</comment>
<magic priority="50">
<match type="string" offset="0" value="RIFF">
<match type="string" offset="8" value="sfbk"/>
</match>
</magic>
<glob pattern="*.sf2"/>
</mime-type>
</mime-info>