Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e93dade5
Commit
e93dade5
authored
Dec 09, 2006
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Update version to 0.8.6
* Update NEWS just a tad * Update contrib in INSTALL.win32
parent
430c52f4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
15 deletions
+16
-15
INSTALL.win32
INSTALL.win32
+2
-2
NEWS
NEWS
+4
-3
configure.ac
configure.ac
+2
-2
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+2
-2
extras/MacOSX/vlc.pbproj/project.pbxproj
extras/MacOSX/vlc.pbproj/project.pbxproj
+3
-3
mozilla/install.js
mozilla/install.js
+3
-3
No files found.
INSTALL.win32
View file @
e93dade5
...
...
@@ -89,14 +89,14 @@ external libraries.
* We also provide a package with all the libraries already compiled so it is
actually really easy to compile a full-featured version of vlc (these compiled
libraries will only work with mingw or cygwin):
http://download.videolan.org/pub/testing/win32/contrib-2006
0330
-win32-bin-gcc-3.4.5-only.tar.bz2
http://download.videolan.org/pub/testing/win32/contrib-2006
1202
-win32-bin-gcc-3.4.5-only.tar.bz2
(Check out for more recent versions at the same location).
All you need to do is extract it in your root directory (the include files
and libraries will be put in /usr/win32). You can do this with the following
command:
tar xjvf contrib-2006
0330
-win32-bin-gcc-3.4.5-only.tar.bz2 -C /
tar xjvf contrib-2006
1202
-win32-bin-gcc-3.4.5-only.tar.bz2 -C /
Please note the "-C /".
...
...
NEWS
View file @
e93dade5
$Id$
Changes between 0.8.5 and 0.8.6
-rc1
:
Changes between 0.8.5 and 0.8.6:
--------------------------------
Playlist:
...
...
@@ -18,9 +18,10 @@ Input:
Decoders:
* Native WMV9/VC-1 support
* WMA Speech support (through binary codecs)
* VP5/VP6 - Flash Video support
* VP5/VP6 - Flash Video support
(not VP61)
* The True Audio Lossless codec support
* Improved H.264 support (interlaced, speed improvements etc)
* Matroska WavPack support
* Improved H.264 support (interlaced, speed improvements etc but no PFAFF)
* Fixed a problem with MPEG2 field pictures
* Fixed swapped colors on DVB subtitles
...
...
configure.ac
View file @
e93dade5
dnl Autoconf settings for vlc
AC_INIT(vlc,0.8.6
-rc1
)
AC_INIT(vlc,0.8.6)
VERSION_MAJOR="0"
VERSION_MINOR="8"
VERSION_REVISION="6"
VERSION_EXTRA="
rc1
"
VERSION_EXTRA=""
CONFIGURE_LINE="$0 $*"
CODENAME="Janus"
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
e93dade5
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleShortVersionString = "0.8.6
-rc1
";
CFBundleGetInfoString = "VLC media player 0.8.6
-rc1
Copyright (c) 1996-2006 the VideoLAN team";
CFBundleShortVersionString = "0.8.6";
CFBundleGetInfoString = "VLC media player 0.8.6 Copyright (c) 1996-2006 the VideoLAN team";
NSHumanReadableCopyright = "Copyright (c) 1996-2006 the VideoLAN team";
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
e93dade5
...
...
@@ -744,7 +744,7 @@
<key>CFBundleExecutable</key>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.8.6
-rc1
, Copyright (c) 1996-2006 the VideoLAN team.</string>
<string>VLC media player 0.8.6, Copyright (c) 1996-2006 the VideoLAN team.</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
...
...
@@ -756,7 +756,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.6
-rc1
</string>
<string>0.8.6</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
...
...
@@ -813,7 +813,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.8.6
-rc1
</string>
<string>0.8.6</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
...
...
mozilla/install.js
View file @
e93dade5
var
version
=
"
0.8.6
-rc1
"
;
var
version
=
"
0.8.6
"
;
initInstall
(
"
VideoLAN
"
,
"
VLC
"
,
version
,
1
);
...
...
@@ -13,9 +13,9 @@ if ( ! fileExists( tmpFolder) )
setPackageFolder
(
tmpFolder
);
addFile
(
"
http://downloads.videolan.org/pub/videolan/
testing/0.8.6-rc1/win32/vlc-0.8.6-rc1
-win32.exe
"
);
addFile
(
"
http://downloads.videolan.org/pub/videolan/
vlc/0.8.6/win32/vlc-0.8.6
-win32.exe
"
);
var
exe
=
getFolder
(
tmpFolder
,
"
vlc-0.8.6-
rc1-
win32.exe
"
);
var
exe
=
getFolder
(
tmpFolder
,
"
vlc-0.8.6-win32.exe
"
);
File
.
execute
(
exe
);
performInstall
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment