From 467f7bc631feb3d5f3b40d1d4445f08ecf37dc0e Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Mon, 19 May 2003 20:47:16 +0000 Subject: [PATCH] * Bumped version to 0.6.0-test1 * modules/access/cdda.c: decreased the priority of the cdda plugin. --- configure.ac.in | 4 ++-- extras/MacOSX/Resources/English.lproj/InfoPlist.strings | 4 ++-- extras/MacOSX/vlc.pbproj/project.pbxproj | 6 +++--- modules/access/cdda.c | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configure.ac.in b/configure.ac.in index ba3032337e..5518820d76 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -1,6 +1,6 @@ dnl Autoconf settings for vlc -AC_INIT(vlc,0.6.0-cvs) +AC_INIT(vlc,0.6.0-test1) CONFIGURE_LINE="$0 $*" CODENAME="Natalya" @@ -12,7 +12,7 @@ AC_CANONICAL_SYSTEM dnl XXX: we don't put any flags here, because automake 1.5 doesn't support dnl them. And we need the comma otherwize automake will choke on it. -AM_INIT_AUTOMAKE(vlc,0.6.0-cvs) +AM_INIT_AUTOMAKE(vlc,0.6.0-test1) AM_CONFIG_HEADER(config.h) dnl diff --git a/extras/MacOSX/Resources/English.lproj/InfoPlist.strings b/extras/MacOSX/Resources/English.lproj/InfoPlist.strings index 26f6ee5a47..f1796a7e67 100644 --- a/extras/MacOSX/Resources/English.lproj/InfoPlist.strings +++ b/extras/MacOSX/Resources/English.lproj/InfoPlist.strings @@ -1,6 +1,6 @@ /* Localized versions of Info.plist keys */ CFBundleName = "VLC"; -CFBundleShortVersionString = "0.6.0-cvs"; -CFBundleGetInfoString = "VLC media player 0.6.0-cvs, Copyright (c) 1996-2003 VideoLAN."; +CFBundleShortVersionString = "0.6.0-test1"; +CFBundleGetInfoString = "VLC media player 0.6.0-test1, Copyright (c) 1996-2003 VideoLAN."; NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN."; diff --git a/extras/MacOSX/vlc.pbproj/project.pbxproj b/extras/MacOSX/vlc.pbproj/project.pbxproj index e68bbfb5c6..6d8944b1c7 100644 --- a/extras/MacOSX/vlc.pbproj/project.pbxproj +++ b/extras/MacOSX/vlc.pbproj/project.pbxproj @@ -415,7 +415,7 @@ CFBundleExecutable VLC CFBundleGetInfoString - VLC media player 0.6.0-cvs, Copyright (c) 1996-2003 VideoLAN. + VLC media player 0.6.0-test1, Copyright (c) 1996-2003 VideoLAN. CFBundleIconFile vlc.icns CFBundleIdentifier @@ -427,7 +427,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.0-cvs + 0.6.0-test1 CFBundleSignature VLC# CFBundleURLTypes @@ -474,7 +474,7 @@ CFBundleVersion - 0.6.0-cvs + 0.6.0-test1 NSAppleScriptEnabled YES NSMainNibFile diff --git a/modules/access/cdda.c b/modules/access/cdda.c index bf8b9409ef..ecb51690a9 100644 --- a/modules/access/cdda.c +++ b/modules/access/cdda.c @@ -2,7 +2,7 @@ * cdda.c : CD digital audio input module for vlc ***************************************************************************** * Copyright (C) 2000 VideoLAN - * $Id: cdda.c,v 1.2 2003/05/18 15:44:03 gbazin Exp $ + * $Id: cdda.c,v 1.3 2003/05/19 20:47:16 gbazin Exp $ * * Authors: Laurent Aimar * Gildas Bazin @@ -91,7 +91,7 @@ static int CDDADemux ( input_thread_t * p_input ); vlc_module_begin(); set_description( _("CD Audio input") ); add_integer( "cdda-caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE ); - set_capability( "access", 80 ); + set_capability( "access", 70 ); set_callbacks( CDDAOpen, CDDAClose ); add_shortcut( "cdda" ); -- 2.39.5