xiRetimer

fit recorded audio to a tempo
git clone https://git.ce9e.org/xiRetimer.git

commit
45dc3f165b3cc43bb16c9ab01ba1161c34934a59
parent
f9ab71f8dc36001230f34637edf52316fd2c2b36
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2010-11-20 11:40
more debian support

Diffstat

M configure.ac 1 +
A xiretimer.dbp 47 +++++++++++++++++++++++++++++++++++++++++++++++
A xiretimer.desktop 18 ++++++++++++++++++
A xiretimer.desktop.in 18 ++++++++++++++++++

4 files changed, 84 insertions, 0 deletions


diff --git a/configure.ac b/configure.ac

@@ -76,6 +76,7 @@ AC_HEADER_STDBOOL
   76    76 
   77    77 AC_CONFIG_FILES([makefile
   78    78 	src/gui/retimer_wx.cpp
   -1    79 	xiretimer.desktop
   79    80 	])
   80    81 AC_OUTPUT
   81    82 

diff --git a/xiretimer.dbp b/xiretimer.dbp

@@ -0,0 +1,46 @@
   -1     1 [DEBREATE-1.0]
   -1     2 <<MODE>>0<</MODE>>
   -1     3 <<CTRL>>
   -1     4 Package: xiretimer
   -1     5 Version: 0.2
   -1     6 Section: sound
   -1     7 Maintainer: xi <tobias.bengfort@fu-berlin.de>
   -1     8 Priority: optional
   -1     9 Architecture: all
   -1    10 Depends: libsndfile1, libsdl1.2debian, libwxbase2.8-0 | libwxbase2.8-0
   -1    11 
   -1    12 <</CTRL>>
   -1    13 <<FILES>>
   -1    14 1
   -1    15 /home/tobias/stuff/code/xiRetimer/xiretimer.desktop -> xiretimer.desktop -> /usr/share/applications/
   -1    16 /home/tobias/stuff/code/xiRetimer/xiRetimer* -> xiRetimer -> /usr/bin
   -1    17 <</FILES>>
   -1    18 <<SCRIPTS>>
   -1    19 <<PREINST>>
   -1    20 0
   -1    21 <</PREINST>>
   -1    22 <<POSTINST>>
   -1    23 0
   -1    24 <</POSTINST>>
   -1    25 <<PRERM>>
   -1    26 0
   -1    27 <</PRERM>>
   -1    28 <<POSTRM>>
   -1    29 0
   -1    30 <</POSTRM>>
   -1    31 <</SCRIPTS>>
   -1    32 <<CHANGELOG>>
   -1    33 <<DEST>>DEFAULT<</DEST>>
   -1    34 
   -1    35 <</CHANGELOG>>
   -1    36 <<COPYRIGHT>>
   -1    37 
   -1    38 <</COPYRIGHT>>
   -1    39 <<MENU>>
   -1    40 0
   -1    41 <</MENU>>
   -1    42 <<BUILD>>
   -1    43 0
   -1    44 1
   -1    45 1
   -1    46 <</BUILD>
   -1    46 
\ No newline at end of file

diff --git a/xiretimer.desktop b/xiretimer.desktop

@@ -0,0 +1,18 @@
   -1     1 [Desktop Entry]
   -1     2 Name=xiRetimer
   -1     3 Comment[en]=warp audio files
   -1     4 
   -1     5 GenericName=retimer
   -1     6 
   -1     7 Version=0.2
   -1     8 
   -1     9 Type=Application
   -1    10 Categories=AudioVideo;Audio;
   -1    11 
   -1    12 MimeType=text/xml;
   -1    13 
   -1    14 Exec=xiRetimer
   -1    15 Terminal=false
   -1    16 StartupNotify=false
   -1    17 
   -1    18 Icon=stock_refresh

diff --git a/xiretimer.desktop.in b/xiretimer.desktop.in

@@ -0,0 +1,18 @@
   -1     1 [Desktop Entry]
   -1     2 Name=xiRetimer
   -1     3 Comment[en]=warp audio files
   -1     4 
   -1     5 GenericName=retimer
   -1     6 
   -1     7 Version=@VERSION@
   -1     8 
   -1     9 Type=Application
   -1    10 Categories=AudioVideo;Audio;
   -1    11 
   -1    12 MimeType=text/xml;
   -1    13 
   -1    14 Exec=xiRetimer
   -1    15 Terminal=false
   -1    16 StartupNotify=false
   -1    17 
   -1    18 Icon=stock_refresh