1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00
v.audacity 2012-08-20 03:50:19 +00:00
parent b4bb69cf8c
commit 5fa7f198d2
2 changed files with 6 additions and 1 deletions

View File

@ -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\"

View File

@ -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@