talimat 675 B

12345678910111213141516171819202122
  1. # Tanım: Ses dosyalarını düzenlemek için gelişmiş bir araç.
  2. # URL: http://web.audacityteam.org/
  3. # Paketçi: milisarge
  4. # Gerekler: libvorbis libmad libid3tag wxgtk28 lame hicolor-icon-theme ffmpeg shared-mime-info desktop-file-utils redland jack soundtouch cmake zip python
  5. # Grup: medya
  6. isim=audacity
  7. surum=2.1.1
  8. devir=1
  9. kaynak=("https://github.com/audacity/audacity/archive/Audacity-${surum}.tar.gz"
  10. 'ffmpeg.patch')
  11. derle() {
  12. cd "${SRC}/${isim}-Audacity-${surum}"
  13. patch -p1 -i "${SRC}/ffmpeg.patch"
  14. WX_CONFIG=/usr/bin/wx-config-2.8 \
  15. ./configure --prefix=/usr --enable-unicode --with-wx-config=$WX_CONFIG
  16. make
  17. make DESTDIR="${PKG}" install
  18. }