diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:17:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:17:43 -0600 |
commit | cb68a7857c80661d242ee5527ec6f99dc3f79fa7 (patch) | |
tree | a3b54203ca6bce0e8e1dc5107dc9653db246a281 /tdemid/tdemid.spec | |
parent | 7534907d3759a8c520eeb9a701b316d891c63bdf (diff) | |
download | tdemultimedia-cb68a7857c80661d242ee5527ec6f99dc3f79fa7.tar.gz tdemultimedia-cb68a7857c80661d242ee5527ec6f99dc3f79fa7.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdemid/tdemid.spec')
-rw-r--r-- | tdemid/tdemid.spec | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/tdemid/tdemid.spec b/tdemid/tdemid.spec new file mode 100644 index 00000000..7305dfe1 --- /dev/null +++ b/tdemid/tdemid.spec @@ -0,0 +1,62 @@ +Summary: Play midi/karaoke files and show lyrics. Support External synths, AWE, GUS, and FM devices. For X11/KDE +Name: tdemid +Version: 1.2 +Release: 1 +Copyright: GPL +Group: X11/K Desktop Environment/Multimedia +Source: tdemid-1.2.tar.gz +Requires: qt >= 1.3 , tdelibs + +%description +KMid is a midi/karaoke file player, with configurable midi mapper, +real Session Management, drag & drop, customizable fonts, etc. +It has a very nice interface which let you easily follow the tune while +changing the color of the lyrics. +It supports output through external synthesizers, AWE, FM and GUS cards. +It also has a keyboard view to see the notes played by each instrument + +%prep +%setup + +%build +export TDEDIR=/opt/kde +./configure +make all + +%install +export TDEDIR=/opt/kde +make install + +%files +%doc tdemid/README tdemid/COPYING tdemid/PEOPLE tdemid/tdemid.lsm tdemid/ChangeLog + +/opt/kde/bin/tdemid +/opt/kde/share/doc/tde/HTML/en/tdemid +/opt/kde/share/doc/tde/HTML/es/tdemid +/opt/kde/share/icons/tdemid.xpm +/opt/kde/share/icons/mini/tdemid.xpm +/opt/kde/share/applnk/Multimedia/tdemid.kdelnk +/opt/kde/share/mimelnk/audio/x-karaoke.kdelnk +/opt/kde/share/apps/tdemid/toolbar +/opt/kde/share/apps/tdemid/fm +/opt/kde/share/apps/tdemid/maps/gm.map +/opt/kde/share/apps/tdemid/maps/YamahaPSS790.map +/opt/kde/share/apps/tdemid/maps/YamahaPSR500.map +/opt/kde/share/apps/tdemid/OFortuna.kar +/opt/kde/share/apps/tdemid/StopInTheNameOfLove.kar +/opt/kde/share/apps/tdemid/TheGirlFromIpanema.kar +/opt/kde/share/apps/tdemid/AnotherGlitchInTheCall.kar +/opt/kde/share/locale/es/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/cs/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/de/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/fi/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/hr/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/pl/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/pt/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/sk/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/eo/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/no/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/sv/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/pt_BR/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/zh_CN.GB2312/LC_MESSAGES/tdemid.mo +/opt/kde/share/locale/zh_TW.Big5/LC_MESSAGES/tdemid.mo |