mirror of
https://github.com/videolan/vlc.git
synced 2024-11-29 04:45:36 +08:00
* Updated version number to 0.2.82.
* Updated ChangeLog. * Fixed a typo in Makefile.dep.
This commit is contained in:
parent
6b933b9ed4
commit
641341e854
4
AUTHORS
4
AUTHORS
@ -181,6 +181,10 @@ N: Olivier Pomel
|
||||
E: pomel@via.ecp.fr
|
||||
C: pomel
|
||||
|
||||
N: Steven M. Schultz
|
||||
E: sms@TO.GD-ES.COM
|
||||
D: BSD/OS port
|
||||
|
||||
N: Vincent Seguin
|
||||
E: seguin@via.ecp.fr
|
||||
C: seguin
|
||||
|
52
ChangeLog
52
ChangeLog
@ -3,6 +3,58 @@
|
||||
#===================#
|
||||
|
||||
HEAD
|
||||
|
||||
* Nothing yet.
|
||||
|
||||
0.2.82
|
||||
Tue, 7 Aug 2001 12:39:16 +0200
|
||||
|
||||
* Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
|
||||
* Various debian scripts fixes.
|
||||
* Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
|
||||
* Fixed broken soname setting under Solaris (and OS X, sort of).
|
||||
* Made the illegal instruction report more explicit.
|
||||
* BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
|
||||
* Fixed the sdl video output plugin that was broken 2 days ago.
|
||||
* libdvdcss* packages are now a bit more policy-compliant.
|
||||
* Tidied the snapshot-* Makefile rules.
|
||||
* Tidied the modules Makefiles.
|
||||
* Removed useless stuff in the debian/ directory.
|
||||
* Removed the "make all" kludge in the Makefile.opts rule. I hope this
|
||||
patch is harmless on all systems.
|
||||
* Added a dummy libdvdcss so that the DVD plugin can be used without
|
||||
libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
|
||||
and will use the dummy functions only if it couldn't find a valid
|
||||
libdvdcss. This is probably only useful to package maintainers.
|
||||
* Made the remote command plugin usable even with no stream.
|
||||
* Fixed a deadlock in the remote command plugin.
|
||||
* Fixed a deadlock in the SPU decoder.
|
||||
* Minor bug fix to aout_directx.c.
|
||||
* Big rewrite of the DirectX audio plugin. The audio output is now (almost)
|
||||
perfect on Win32.
|
||||
* Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
|
||||
* On Win32, open() will now open files in binary mode by default.
|
||||
* A few minor changes to vout_xvideo.c.
|
||||
* Fixed a segfault in yuv_End() in video_yuvmmx.c.
|
||||
* Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins.
|
||||
* Fixed a segfault in SetBufferPicture() in video_output.c.
|
||||
* Fixed a segfault in PSEnd in input_ps.c.
|
||||
* The video decoder thread is now also reniced to a lower priority on
|
||||
Win32 (like in the Linux version). This slightly increases the
|
||||
responsiveness of vlc.
|
||||
* Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
|
||||
* Modified input_dvd so you can now go directly to the selected chapter
|
||||
when you change the title.
|
||||
* Implemented the Probe function in the Xvideo plugin. Xvideo is now the
|
||||
default video output plugin when it is supported.
|
||||
* Now use SDL_CFLAGS for searching SDL/SDL.h.
|
||||
* Don't miserably die in `make` when ./configure hasn't be run.
|
||||
* Fixed a bug when compiling KDE plug-in without Qt plug-in.
|
||||
* Now taking into account $KDEDIR.
|
||||
* Made SDL configure error messages more explicit.
|
||||
* --disable-sdl is now correctly taken into account.
|
||||
* Changed the order of evaluation of sdl-config and sdl11-config.
|
||||
* Finally fixed SDL*/SDL.h check.
|
||||
* VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
|
||||
* Better gtk-config detection.
|
||||
* Removed duplicate checks in configure.in.
|
||||
|
@ -54,7 +54,7 @@ $(C_DEP): .dep/%.d: %.c
|
||||
[ -s $@ ] || rm -f $@'
|
||||
|
||||
$(CPP_DEP): .dep/%.dpp: %.cpp
|
||||
@test -d .dep/$(dir $*) || mkdir -p $(shell dirname .dep/$$*)
|
||||
@test -d .dep/$(dir $*) || mkdir -p $(shell dirname .dep/$*)
|
||||
@echo "regenerating dependencies for $*.c"
|
||||
@$(SHELL) -ec '$(CC) $(DCFLAGS) $(CFLAGS) $(DEFINE) 2>/dev/null $< \
|
||||
| sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/$(subst /,\/,$*).o \
|
||||
|
2
configure
vendored
2
configure
vendored
@ -635,7 +635,7 @@ echo "$ac_t""$host" 1>&6
|
||||
HAVE_VLC=0
|
||||
if test -r src/interface/main.c; then
|
||||
HAVE_VLC=1
|
||||
VLC_VERSION=0.2.81
|
||||
VLC_VERSION=0.2.82
|
||||
|
||||
VLC_CODENAME=Ourumov
|
||||
|
||||
|
@ -7,7 +7,7 @@ AC_CANONICAL_HOST
|
||||
HAVE_VLC=0
|
||||
if test -r src/interface/main.c; then
|
||||
HAVE_VLC=1
|
||||
VLC_VERSION=0.2.81
|
||||
VLC_VERSION=0.2.82
|
||||
AC_SUBST(VLC_VERSION)
|
||||
VLC_CODENAME=Ourumov
|
||||
AC_SUBST(VLC_CODENAME)
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
vlc (0.2.82-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Fixed broken manpage symlinks (Closes: #99561).
|
||||
|
||||
-- Samuel Hocevar <sam@zoy.org> Tue, 7 Aug 2001 12:39:16 +0200
|
||||
|
||||
vlc (0.2.81-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -8,7 +8,7 @@ Standards-Version: 3.0.1
|
||||
Package: vlc
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, vlc-gui
|
||||
Suggests: vlc-sdl, vlc-esd, vlc-gnome
|
||||
Suggests: vlc-sdl, vlc-gnome
|
||||
Description: a free MPEG and DVD player
|
||||
VideoLAN is a free MPEG, MPEG2 and DVD software solution.
|
||||
.
|
||||
|
7
vlc.spec
7
vlc.spec
@ -1,10 +1,10 @@
|
||||
Name: vlc
|
||||
Version: 0.2.81
|
||||
Version: 0.2.82
|
||||
Release: 1
|
||||
License: GPL
|
||||
Url: http://www.videolan.org/
|
||||
Group: X11/Applications/Graphics
|
||||
Source0: http://www.videolan.org/packages/0.2.81/vlc-0.2.81.tar.gz
|
||||
Source0: http://www.videolan.org/packages/0.2.82/vlc-0.2.82.tar.gz
|
||||
Prefix: /usr
|
||||
Packager: Samuel Hocevar <sam@zoy.org>
|
||||
|
||||
@ -13,6 +13,9 @@ Summary: VideoLAN Client.
|
||||
Summary(fr): Client VideoLAN.
|
||||
|
||||
%changelog
|
||||
* Tue Aug 7 2001 Samuel Hocevar <sam@zoy.org>
|
||||
New upstream release (0.2.82)
|
||||
|
||||
* Sat Jul 28 2001 Samuel Hocevar <sam@zoy.org>
|
||||
New upstream release (0.2.81)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user