mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Benjamin Drung's patch 6 (http://bugzilla.audacityteam.org/attachment.cgi?id=310) for http://bugzilla.audacityteam.org/show_bug.cgi?id=483
This commit is contained in:
parent
b4bb69cf8c
commit
5fa7f198d2
@ -89,6 +89,8 @@ dnl List of libraries in lib-src that need to be compiled before building
|
|||||||
dnl audacity. Each name in the list should be a _target_ in lib-src/Makefile
|
dnl audacity. Each name in the list should be a _target_ in lib-src/Makefile
|
||||||
AC_SUBST(LIBSRC_BUILD)
|
AC_SUBST(LIBSRC_BUILD)
|
||||||
|
|
||||||
|
AC_SUBST(MIMETYPES)
|
||||||
|
|
||||||
dnl allow the user to specify options to configure that change the
|
dnl allow the user to specify options to configure that change the
|
||||||
dnl name "audacity" anywhere it appears in a pathname. This allows
|
dnl name "audacity" anywhere it appears in a pathname. This allows
|
||||||
dnl multiple versions of Audacity to be installed concurrently
|
dnl multiple versions of Audacity to be installed concurrently
|
||||||
@ -476,6 +478,9 @@ dnl Based on the optional lib selections, modify LOCAL_LIBS, CXXFLAGS, etc
|
|||||||
for lib in $LIBRARIES ; do
|
for lib in $LIBRARIES ; do
|
||||||
eval LIB_USE_LOCAL=\$${lib}_USE_LOCAL
|
eval LIB_USE_LOCAL=\$${lib}_USE_LOCAL
|
||||||
eval LIB_USE_SYSTEM=\$${lib}_USE_SYSTEM
|
eval LIB_USE_SYSTEM=\$${lib}_USE_SYSTEM
|
||||||
|
if test "$LIB_USE_LOCAL" = yes -o "$LIB_USE_SYSTEM" = yes; then
|
||||||
|
eval MIMETYPES=\"${MIMETYPES}\$${lib}_MIMETYPES\"
|
||||||
|
fi
|
||||||
if test "x$LIB_USE_LOCAL" = "xyes" ; then
|
if test "x$LIB_USE_LOCAL" = "xyes" ; then
|
||||||
eval LIBSRC_BUILD=\"$LIBSRC_BUILD \$${lib}_LOCAL_BUILD\"
|
eval LIBSRC_BUILD=\"$LIBSRC_BUILD \$${lib}_LOCAL_BUILD\"
|
||||||
eval LOCAL_LIBS=\"$LOCAL_LIBS \$${lib}_LOCAL_LIBS\"
|
eval LOCAL_LIBS=\"$LOCAL_LIBS \$${lib}_LOCAL_LIBS\"
|
||||||
|
@ -17,4 +17,4 @@ Categories=AudioVideo;Audio;AudioVideoEditing;
|
|||||||
Exec=@AUDACITY_NAME@ %F
|
Exec=@AUDACITY_NAME@ %F
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
Terminal=false
|
Terminal=false
|
||||||
MimeType=application/ogg;audio/basic;audio/mpeg;audio/x-aiff;audio/x-mp3;audio/x-wav;application/x-audacity-project;
|
MimeType=application/x-audacity-project;@MIMETYPES@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user