mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
- -devel is older than audacity
audio/audacity-devel
This commit is contained in:
parent
b7440505c6
commit
c0775e6986
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297824
1
MOVED
1
MOVED
@ -3404,3 +3404,4 @@ devel/kdebindings4-python||2012-05-25|kdebindings4 ports have been refactored
|
||||
devel/kdebindings4-ruby||2012-05-25|kdebindings4 ports have been refactored
|
||||
devel/kdebindings4-smoke||2012-05-25|kdebindings4 ports have been refactored
|
||||
deskutils/plasma-applet-icontasks||2012-05-25|Integrated to KDE SC 4.8
|
||||
audio/audacity-devel||2012-05-30|Removed
|
||||
|
@ -50,7 +50,6 @@
|
||||
SUBDIR += aubio
|
||||
SUBDIR += audacious-dumb
|
||||
SUBDIR += audacity
|
||||
SUBDIR += audacity-devel
|
||||
SUBDIR += audex
|
||||
SUBDIR += audiere
|
||||
SUBDIR += audiotag
|
||||
|
@ -1,195 +0,0 @@
|
||||
# New ports collection makefile for: audacity-devel
|
||||
# Date created: 14 Sep 2006
|
||||
# Whom: Jackson Low <xxjack12xx@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= audacity
|
||||
PORTVERSION= 1.3.14
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GOOGLE_CODE \
|
||||
SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION}
|
||||
PKGNAMESUFFIX= -devel
|
||||
DISTNAME= ${PORTNAME}-minsrc-${PORTVERSION}-beta
|
||||
|
||||
MAINTAINER= xxjack12xx@gmail.com
|
||||
COMMENT= Audacity is a GUI editor for digital audio waveforms
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
|
||||
|
||||
CONFLICTS= audacity-[0-9]*
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}-beta
|
||||
|
||||
USE_AUTOTOOLS= aclocal autoconf
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_BZIP2= yes
|
||||
USE_WX= 2.8
|
||||
WX_UNICODE= yes
|
||||
WX_COMPS= wx
|
||||
INSTALLS_ICONS= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAN1= audacity.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
OPTIONS= FFMPEG "Use ffmpeg for import and export support" on \
|
||||
FLAC "Use libFLAC for FLAC support" on \
|
||||
ID3TAG "Use libid3tag for mp3 id3 tag support" on \
|
||||
JACK "Use JACK audio server" on \
|
||||
LADSPA "LADSPA plug-in support" on \
|
||||
MAD "Use libmad for mp2/3 decoding support" on \
|
||||
NYQUIST "Nyquist plug-in support" on \
|
||||
PORTMIXER "Compile with PortMixer" on \
|
||||
SAMPLERATE "Use libsamplerate for sample rate conversion" on \
|
||||
SBSMS "Use libsbsms for pitch and tempo changing" on \
|
||||
SOUNDTOUCH "Use libSoundTouch for pitch and tempo changing" on\
|
||||
TAGLIB "Use TagLib for metadata support" on \
|
||||
TWOLAME "Use libtwolame for MP2 export support" on \
|
||||
VORBIS "Use libvorbis for Ogg Vorbis support" on \
|
||||
VAMP "Use libvamp for Vamp plug-in support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
SSE_CFLAGS= -mno-sse -mno-sse2
|
||||
.endif
|
||||
|
||||
ACLOCAL_ARGS+= -I ${WRKSRC}/m4
|
||||
AUTOCONF_ARGS+= -I ${WRKSRC}/m4
|
||||
|
||||
CONFIGURE_ARG+ =--destdir=/
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CPPFLAGS+= -I${WRKSRC}/lib-src/portsmf -I${WRKSRC}/lib-src/portaudio-v19/include -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}
|
||||
CXXFLAGS+= -I${WRKSRC}/lib-src/portsmf -I${WRKSRC}/lib-src/portaudio-v19/include -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}
|
||||
CFLAGS+= -I${WRKSRC}/lib-src/portsmf -I${WRKSRC}/lib-src/portaudio-v19/include -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}
|
||||
|
||||
CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}"
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
MAKE_ENV= DOC=yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= --with-lib-preference="local system"
|
||||
CONFIGURE_ARGS+= --with-portaudio
|
||||
CONFIGURE_ARGS+= --enable-unicode
|
||||
|
||||
.if defined(WITH_FFMPEG)
|
||||
RUN_DEPENDS+= ffmpeg:${PORTSDIR}/multimedia/ffmpeg
|
||||
CONFIGURE_ARGS+= --with-ffmpeg
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-ffmpeg
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FLAC)
|
||||
LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac
|
||||
CONFIGURE_ARGS+= --with-libflac
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libflac
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ID3TAG)
|
||||
LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag
|
||||
CONFIGURE_ARGS+= --with-libid3tag
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libid3tag
|
||||
.endif
|
||||
|
||||
.if defined(WITH_JACK)
|
||||
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack
|
||||
CONFIGURE_ARGS+= --with-jack
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-jack
|
||||
.endif
|
||||
|
||||
.if defined(WITH_LADSPA)
|
||||
RUN_DEPENDS+= listplugins:${PORTSDIR}/audio/ladspa
|
||||
CONFIGURE_ARGS+= --enable-ladspa
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-ladspa
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MAD)
|
||||
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad
|
||||
CONFIGURE_ARGS+= --with-libmad
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libmad
|
||||
.endif
|
||||
|
||||
.if defined(WITH_NYQUIST)
|
||||
CONFIGURE_ARGS+= --enable-nyquist
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-nyquist
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PORTMIXER)
|
||||
CONFIGURE_ARGS+= --with-portmixer
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-portmixer
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SAMPLERATE)
|
||||
LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate
|
||||
CONFIGURE_ARGS+= --with-libsamplerate
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libsamplerate
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SBSMS)
|
||||
CONFIGURE_ARGS+= --with-sbsms
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-sbsms
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SOUNDTOUCH)
|
||||
LIB_DEPENDS+= SoundTouch.0:${PORTSDIR}/audio/soundtouch
|
||||
CONFIGURE_ARGS+= --with-soundtouch
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-soundtouch
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TWOLAME)
|
||||
LIB_DEPENDS+= twolame.0:${PORTSDIR}/audio/twolame
|
||||
CONFIGURE_ARGS+= --with-libtwolame
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libtwolame
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TAGLIB)
|
||||
LIB_DEPENDS+= tag.1:${PORTSDIR}/audio/taglib
|
||||
CONFIGURE_ARGS+= --with-taglib
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-taglib
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VAMP)
|
||||
CONFIGURE_ARGS+= --with-libvamp
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libvamp
|
||||
.endif
|
||||
|
||||
.if defined(WITH_VORBIS)
|
||||
LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis
|
||||
CONFIGURE_ARGS+= --with-libvorbis
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libvorbis
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
#audacity links to some dependencies if present, even if explicitly disabled.
|
||||
#these must be patched out for the case when they are installed but
|
||||
#option-disabled to avoid unrecorded dependencies.
|
||||
|
||||
.if defined(WITHOUT_JACK)
|
||||
@${REINPLACE_CMD} -e 's|PKG_CHECK_MODULES(JACK, jack, have_jack=yes, have_jack=no)|have_jack=no|' ${WRKSRC}/configure.in
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_SAMPLERATE)
|
||||
@${REINPLACE_CMD} -e 's|libresample.a -lsamplerate $(LIBS)|libresample.a $(LIBS)|' ${WRKSRC}/lib-src/libresample/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (audacity-minsrc-1.3.14-beta.tar.bz2) = 35990403cf078b862e7c839c73e5ef5f6b5160de1e3ccbd846e6153883194ab2
|
||||
SIZE (audacity-minsrc-1.3.14-beta.tar.bz2) = 6595572
|
@ -1,15 +0,0 @@
|
||||
--- Makefile.in 2008-06-25 09:55:22.000000000 -0300
|
||||
+++ Makefile.in.new 2008-06-25 09:58:26.000000000 -0300
|
||||
@@ -31,11 +31,12 @@
|
||||
$(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME)
|
||||
|
||||
# install docs
|
||||
+ifeq ($(DOC),yes)
|
||||
$(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
|
||||
$(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt
|
||||
$(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt
|
||||
-
|
||||
+endif
|
||||
# install manpage
|
||||
$(INSTALL) -d $(DESTDIR)$(MANDIR)/man1
|
||||
-test -f help/audacity.1.gz && \
|
@ -1,12 +0,0 @@
|
||||
--- lib-src/libnyquist/nyquist/cmt/cext.h 2009-07-15 20:27:36.000000000 -0700
|
||||
+++ lib-src/libnyquist/nyquist/cmt/cext.h 2009-07-19 00:37:45.000000000 -0700
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
-#if NEED_ULONG
|
||||
+#if NEED_ULONG || __FreeBSD__
|
||||
typedef unsigned long ulong;
|
||||
#endif
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- ./lib-src/libnyquist/nyquist/nyqstk/include/FileRead.h.orig 2011-05-04 17:18:48.000000000 +0200
|
||||
+++ ./lib-src/libnyquist/nyquist/nyqstk/include/FileRead.h 2011-05-04 17:19:13.000000000 +0200
|
||||
@@ -33,6 +33,7 @@
|
||||
#define STK_FILEREAD_H
|
||||
|
||||
#include "Stk.h"
|
||||
+#include <stdio.h>
|
||||
|
||||
namespace Nyq
|
||||
{
|
@ -1,18 +0,0 @@
|
||||
--- lib-src/libnyquist/nyquist/xlisp/xlisp.h 2009-07-15 20:27:36.000000000 -0700
|
||||
+++ lib-src/libnyquist/nyquist/xlisp/xlisp.h 2009-07-19 00:24:11.000000000 -0700
|
||||
@@ -152,6 +152,15 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
+/* FreeBSD */
|
||||
+#ifdef __FreeBSD__
|
||||
+#if __BYTE_ORDER == __LITTLE_ENDIAN
|
||||
+#define XL_LITTLE_ENDIAN
|
||||
+#else
|
||||
+#define XL_BIG_ENDIAN
|
||||
+#endif
|
||||
+#endif
|
||||
+
|
||||
/* Apple CC */
|
||||
#ifdef __APPLE__
|
||||
#define NNODES 2000
|
@ -1,12 +0,0 @@
|
||||
Audacity is a program that lets you manipulate digital audio
|
||||
waveforms. In addition to letting you record sounds directly from
|
||||
within the program, it imports many sound file formats, including
|
||||
WAV, AIFF, AU, IRCAM, MP3, and Ogg Vorbis. It supports all
|
||||
common editing operations such as Cut, Copy, and Paste, plus it will
|
||||
mix tracks and let you apply plug-in effects to any part of a sound. It
|
||||
also has a built-in amplitude envelope editor, a customizable
|
||||
spectrogram mode and a frequency analysis window for audio
|
||||
analysis applications.
|
||||
|
||||
Author: Dominic Mazzoni dominic@minorninth.com
|
||||
WWW: http://audacity.sourceforge.net
|
@ -1,155 +0,0 @@
|
||||
bin/audacity
|
||||
share/applications/audacity.desktop
|
||||
%%DATADIR%%/EQDefaultCurves.xml
|
||||
%%DATADIR%%/nyquist/bug.lsp
|
||||
%%DATADIR%%/nyquist/dspprims.lsp
|
||||
%%DATADIR%%/nyquist/envelopes.lsp
|
||||
%%DATADIR%%/nyquist/equalizer.lsp
|
||||
%%DATADIR%%/nyquist/evalenv.lsp
|
||||
%%DATADIR%%/nyquist/fileio.lsp
|
||||
%%DATADIR%%/nyquist/follow.lsp
|
||||
%%DATADIR%%/nyquist/init.lsp
|
||||
%%DATADIR%%/nyquist/misc.lsp
|
||||
%%DATADIR%%/nyquist/nyinit.lsp
|
||||
%%DATADIR%%/nyquist/nyqmisc.lsp
|
||||
%%DATADIR%%/nyquist/nyquist-plot.txt
|
||||
%%DATADIR%%/nyquist/nyquist.lsp
|
||||
%%DATADIR%%/nyquist/printrec.lsp
|
||||
%%DATADIR%%/nyquist/profile.lsp
|
||||
%%DATADIR%%/nyquist/rawwaves/mand1.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand10.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand11.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand12.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand2.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand3.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand4.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand5.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand6.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand7.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand8.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mand9.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/mandpluk.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/marmstk1.raw
|
||||
%%DATADIR%%/nyquist/rawwaves/sinewave.raw
|
||||
%%DATADIR%%/nyquist/sal-parse.lsp
|
||||
%%DATADIR%%/nyquist/sal.lsp
|
||||
%%DATADIR%%/nyquist/seq.lsp
|
||||
%%DATADIR%%/nyquist/seqfnint.lsp
|
||||
%%DATADIR%%/nyquist/seqmidi.lsp
|
||||
%%DATADIR%%/nyquist/sndfnint.lsp
|
||||
%%DATADIR%%/nyquist/stk.lsp
|
||||
%%DATADIR%%/nyquist/system.lsp
|
||||
%%DATADIR%%/nyquist/xlinit.lsp
|
||||
%%DATADIR%%/nyquist/xm.lsp
|
||||
%%DATADIR%%/plug-ins/SilenceMarker.ny
|
||||
%%DATADIR%%/plug-ins/SoundFinder.ny
|
||||
%%DATADIR%%/plug-ins/beat.ny
|
||||
%%DATADIR%%/plug-ins/clicktrack.ny
|
||||
%%DATADIR%%/plug-ins/clipfix.ny
|
||||
%%DATADIR%%/plug-ins/crossfadein.ny
|
||||
%%DATADIR%%/plug-ins/crossfadeout.ny
|
||||
%%DATADIR%%/plug-ins/delay.ny
|
||||
%%DATADIR%%/plug-ins/equalabel.ny
|
||||
%%DATADIR%%/plug-ins/highpass.ny
|
||||
%%DATADIR%%/plug-ins/lowpass.ny
|
||||
%%DATADIR%%/plug-ins/notch.ny
|
||||
%%DATADIR%%/plug-ins/pluck.ny
|
||||
%%DATADIR%%/plug-ins/rissetdrum.ny
|
||||
%%DATADIR%%/plug-ins/tremolo.ny
|
||||
%%DATADIR%%/plug-ins/vocalremover.ny
|
||||
%%DATADIR%%/plug-ins/vocoder.ny
|
||||
%%PORTDOCS%%share/doc/audacity/LICENSE.txt
|
||||
%%PORTDOCS%%share/doc/audacity/README.txt
|
||||
share/icons/hicolor/16x16/apps/audacity.png
|
||||
share/icons/hicolor/22x22/apps/audacity.png
|
||||
share/icons/hicolor/24x24/apps/audacity.png
|
||||
share/icons/hicolor/32x32/apps/audacity.png
|
||||
share/icons/hicolor/48x48/apps/audacity.png
|
||||
share/icons/hicolor/scalable/apps/audacity.svg
|
||||
share/locale/af/LC_MESSAGES/audacity.mo
|
||||
share/locale/ar/LC_MESSAGES/audacity.mo
|
||||
share/locale/be/LC_MESSAGES/audacity.mo
|
||||
share/locale/bg/LC_MESSAGES/audacity.mo
|
||||
share/locale/bn/LC_MESSAGES/audacity.mo
|
||||
share/locale/bs/LC_MESSAGES/audacity.mo
|
||||
share/locale/ca/LC_MESSAGES/audacity.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/audacity.mo
|
||||
share/locale/cs/LC_MESSAGES/audacity.mo
|
||||
share/locale/cy/LC_MESSAGES/audacity.mo
|
||||
share/locale/da/LC_MESSAGES/audacity.mo
|
||||
share/locale/de/LC_MESSAGES/audacity.mo
|
||||
share/locale/el/LC_MESSAGES/audacity.mo
|
||||
share/locale/es/LC_MESSAGES/audacity.mo
|
||||
share/locale/eu/LC_MESSAGES/audacity.mo
|
||||
share/locale/fa/LC_MESSAGES/audacity.mo
|
||||
share/locale/fi/LC_MESSAGES/audacity.mo
|
||||
share/locale/fr/LC_MESSAGES/audacity.mo
|
||||
share/locale/ga/LC_MESSAGES/audacity.mo
|
||||
share/locale/gl/LC_MESSAGES/audacity.mo
|
||||
share/locale/he/LC_MESSAGES/audacity.mo
|
||||
share/locale/hi/LC_MESSAGES/audacity.mo
|
||||
share/locale/hu/LC_MESSAGES/audacity.mo
|
||||
share/locale/id/LC_MESSAGES/audacity.mo
|
||||
share/locale/it/LC_MESSAGES/audacity.mo
|
||||
share/locale/ja/LC_MESSAGES/audacity.mo
|
||||
share/locale/ka/LC_MESSAGES/audacity.mo
|
||||
share/locale/km/LC_MESSAGES/audacity.mo
|
||||
share/locale/ko/LC_MESSAGES/audacity.mo
|
||||
share/locale/lt/LC_MESSAGES/audacity.mo
|
||||
share/locale/mk/LC_MESSAGES/audacity.mo
|
||||
share/locale/my/LC_MESSAGES/audacity.mo
|
||||
share/locale/nb/LC_MESSAGES/audacity.mo
|
||||
share/locale/nl/LC_MESSAGES/audacity.mo
|
||||
share/locale/oc/LC_MESSAGES/audacity.mo
|
||||
share/locale/pl/LC_MESSAGES/audacity.mo
|
||||
share/locale/pt/LC_MESSAGES/audacity.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/audacity.mo
|
||||
share/locale/ro/LC_MESSAGES/audacity.mo
|
||||
share/locale/ru/LC_MESSAGES/audacity.mo
|
||||
share/locale/sk/LC_MESSAGES/audacity.mo
|
||||
share/locale/sl/LC_MESSAGES/audacity.mo
|
||||
share/locale/sr_RS/LC_MESSAGES/audacity.mo
|
||||
share/locale/sv/LC_MESSAGES/audacity.mo
|
||||
share/locale/tg/LC_MESSAGES/audacity.mo
|
||||
share/locale/tr/LC_MESSAGES/audacity.mo
|
||||
share/locale/uk/LC_MESSAGES/audacity.mo
|
||||
share/locale/vi/LC_MESSAGES/audacity.mo
|
||||
share/locale/zh/LC_MESSAGES/audacity.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/audacity.mo
|
||||
share/mime/packages/audacity.xml
|
||||
share/pixmaps/audacity.xpm
|
||||
share/pixmaps/audacity16.xpm
|
||||
share/pixmaps/audacity32.xpm
|
||||
share/pixmaps/gnome-mime-application-x-audacity-project.xpm
|
||||
@dirrmtry share/mime/packages
|
||||
@dirrmtry share/mime
|
||||
@dirrmtry share/locale/sr_RS/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr_RS
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/my/LC_MESSAGES
|
||||
@dirrmtry share/locale/my
|
||||
@dirrmtry share/locale/km/LC_MESSAGES
|
||||
@dirrmtry share/locale/km
|
||||
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
|
||||
@dirrmtry share/locale/ca@valencia
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/icons/hicolor/48x48/apps
|
||||
@dirrmtry share/icons/hicolor/48x48
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/24x24/apps
|
||||
@dirrmtry share/icons/hicolor/24x24
|
||||
@dirrmtry share/icons/hicolor/22x22/apps
|
||||
@dirrmtry share/icons/hicolor/22x22
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
%%PORTDOCS%%@dirrmtry share/doc/audacity
|
||||
@dirrmtry %%DATADIR%%/plug-ins
|
||||
@dirrmtry %%DATADIR%%/nyquist/rawwaves
|
||||
@dirrmtry %%DATADIR%%/nyquist
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrmtry share/applications
|
Loading…
x
Reference in New Issue
Block a user