]> git.sesse.net Git - vlc/commitdiff
* Updated things and stuff for 0.2.80 release.
authorSam Hocevar <sam@videolan.org>
Tue, 5 Jun 2001 04:08:06 +0000 (04:08 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 5 Jun 2001 04:08:06 +0000 (04:08 +0000)
ChangeLog
Makefile
Makefile.opts.in
configure
configure.in
debian/changelog
debian/changelog-css
plugins/sdl/Makefile
vlc.spec

index e4bd7d63d6b5334caee5ad3dfdfd2f83fcfead14..94097b0dbc5fa8189aacf46d2ca5636ebabbbf85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,55 @@
 #===================#
 
 HEAD
+
+  * Nothing yet.
+
+0.2.80
+Tue,  5 Jun 2001 04:41:06 +0200
+
+  * BeOS interface compilation fix by Rene Gollent.
+  * DirectX plugin compilation fix by Gildas Bazin.
+  * Removed %ebx spill in the iMDCT plugins.
+  * Change to the set out of the BeOS code to allow more logical updates.
+  * Moved modules_builtins.h.in into src/misc. Please remove
+    include/modules_builtins.h in your local tree.
+  * DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
+  * Fixed a double malloc/free bug in DVDRead.
+  * Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
+  * BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
+  * Miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>.
+  * Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
+  * Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
+    vlc with MS and Intel C/C++ compilers.
+  * Updated the gtk/gnome interface to work in network mode.
+  * Fixed some bugs in interface (language menus in ts, misnamed fields).
+  * Play/Stop work in network mode to start/stop decoding of the stream.
+  * Fixed the BeOS compile typo.
+  * The ALSA plugin is back.
+  * A gift for Gildas: plugins don't rely on backlinking any more.
+  * Changes and bugfixes to make network work in VLAN Broadcast mode.
+  * Bugfix in the interface to access the network specific features.
+  * Some base of synchro in ac3 spdif.
+  * Fixed a bug with Previous chapter button in gnome.
+  * Added a wrapper for readv() on platforms which don't support it.
+  * Win32 compilation fixes, esp. the MAC retrieval.
+  * Fixed a warning for *BSD compilation.
+  * Patch by Eugenio so that the OS X interface and video output handle the
+    aout and vout banks.
+  * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but
+    it should not hang the kernel anymore.
+  * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid,
+    ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge,
+    SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia
+    Devices" paper.
+  * Unification of gnome/gtk intefaces: now all the files are in plugin/gtk.
+  * Updated BeOS interface with new changes for playlist management.
+  * More cleanings in gtk interface.
+  * The dvd plugin reads again blocks of 32 sectors to gain speed.
+  * Added two functions which retrieve the MAC Address under Windows.
+  * 3D Now! imdct.
+  * We now do pthread detection for FreeBSD like the XMMS guys do. It
+    works even better.
   * FreeBSD pthread fixes.
   * AC3 IMDCT and downmix functions are now in plugins, --imdct and
     --downmix options added.
index 0cadf10ed43f00191ffa679c00c32e482b5d8314..e26398fbfd69ef581b7951bb31e7c1a0dcaec796 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -331,8 +331,6 @@ $(CPP_OBJ): %.o: %.cpp
 vlc: Makefile.opts Makefile.dep Makefile $(H_OBJ) $(C_OBJ) $(CPP_OBJ) $(BUILTIN_OBJ)
        $(CC) $(CFLAGS) -o $@ $(C_OBJ) $(CPP_OBJ) $(BUILTIN_OBJ) $(LCFLAGS) $(LIB)
 ifeq ($(SYS),beos)
-       rm -f ./lib/_APP_
-       ln -s ../vlc ./lib/_APP_
        xres -o $@ ./share/vlc_beos.rsrc
        mimeset -f $@
 endif
index 6535a4da719b386df6e99fc53973cacf9291e046..66a467c039c92156db0019e4b0ee7d58ada1f1ec 100644 (file)
@@ -82,6 +82,7 @@ LIB_YUV = @LIB_YUV@
 # CFLAGS for special cases
 #
 CFLAGS_GTK = @CFLAGS_GTK@
+CFLAGS_SDL = @CFLAGS_SDL@
 CFLAGS_X11 = @CFLAGS_X11@
 
 ###############################################################################
index f6753094c61f192b6d849be73eaac25227c18b44..4487600b0e81fbce3cafcaf3c5603810ad441cc1 100755 (executable)
--- a/configure
+++ b/configure
@@ -626,7 +626,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 echo "$ac_t""$host" 1>&6
 
 
-VLC_VERSION=0.2.73
+VLC_VERSION=0.2.80
 
 VLC_CODENAME=Ourumov
 
index 5a9b30ba22e668ac6a6baf7112e840dc39d6ef9e..c0544078c8f38d39debd337b85421cab1aef3ccc 100644 (file)
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
 
 AC_CANONICAL_HOST
 
-VLC_VERSION=0.2.73
+VLC_VERSION=0.2.80
 AC_SUBST(VLC_VERSION)
 VLC_CODENAME=Ourumov
 AC_SUBST(VLC_CODENAME)
@@ -397,7 +397,7 @@ AC_ARG_WITH(sdl,
       if test "x$withval" != "xyes";
       then
         LIB_SDL="${LIB_SDL} -L/usr/X11R6/lib -L"$withval"/lib -lSDL"
-        INCLUDE="${INCLUDE} -I"$withval"/include"
+        CFLAGS_SDL="-I"$withval"/include"
       else
         AC_CHECK_HEADERS(SDL/SDL.h, , [echo "Cannot find SDL headers !"; exit])
         LIB_SDL="${LIB_SDL} -L/usr/X11R6/lib -lSDL"
@@ -609,6 +609,7 @@ AC_SUBST(LIB_YUV)
 
 AC_SUBST(CFLAGS_VLC)
 AC_SUBST(CFLAGS_GTK)
+AC_SUBST(CFLAGS_SDL)
 AC_SUBST(CFLAGS_X11)
 
 AC_OUTPUT([Makefile.opts include/config.h])
index e0a7e4e7e50876b2a812860ca68ff5c15de84871..38cd19644c6aae5117a2cc93bd86dc1aa487bfc6 100644 (file)
@@ -1,3 +1,9 @@
+vlc (0.2.80-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Samuel Hocevar <sam@zoy.org>  Tue,  5 Jun 2001 04:41:06 +0200
+
 vlc (0.2.73-2) unstable; urgency=low
 
   * We now build without MMX in the main application (Closes: #96036).
index 99589ce53a8c7b6ef2b0c9655f23a67163b0af97..7ef4e0c8a2d42d662ba57e213e1f1ce0cb78b758 100644 (file)
@@ -1,3 +1,15 @@
+vlc-css (0.2.80-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Samuel Hocevar <sam@zoy.org>  Tue,  5 Jun 2001 04:41:06 +0200
+
+vlc-css (0.2.73-2) unstable; urgency=low
+
+  * We now build without MMX in the main application (Closes: #96036).
+
+ -- Samuel Hocevar <sam@zoy.org>  Fri,  4 May 2001 07:13:04 +0200
+
 vlc-css (0.2.73-1) unstable; urgency=low
 
   * New upstream release.
index 18cad2fb1f4b648af9c2c5b3c03efa5f541084ad..f5bc7e9b37fe815437ec037d4c392f7b77bb91c5 100644 (file)
@@ -18,6 +18,14 @@ ALL_OBJ = $(PLUGIN_C) $(BUILTIN_C)
 
 include ../../Makefile.modules
 
+$(PLUGIN_SDL): %.o: .dep/%.d
+$(PLUGIN_SDL): %.o: %.c
+       $(CC) $(CFLAGS) $(PCFLAGS) $(CFLAGS_SDL) -DPLUGIN -c -o $@ $<
+
+$(BUILTIN_SDL): BUILTIN_SDL_%.o: .dep/%.d
+$(BUILTIN_SDL): BUILTIN_SDL_%.o: %.c
+       $(CC) $(CFLAGS) $(CFLAGS_SDL) -DBUILTIN -c -o $@ $<
+
 #
 # Real targets
 #
index 79848c2d0f0191322ad01759c20796b91b2319a6..d12fc7027de76dd1c9f85267c38077380990401f 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,10 +1,10 @@
 Name: vlc
-Version: 0.2.73
+Version: 0.2.80
 Release: 2
 Copyright: GPL
 Url: http://www.videolan.org/
 Group: X11/Applications/Graphics
-Source0: http://www.videolan.org/packages/0.2.73/vlc-0.2.73.tar.gz
+Source0: http://www.videolan.org/packages/0.2.80/vlc-0.2.80.tar.gz
 Prefix: /usr
 Packager: Samuel Hocevar <sam@zoy.org>
 
@@ -13,6 +13,9 @@ Summary: VideoLAN Client.
 Summary(fr): Client VideoLAN.
 
 %changelog
+* Tue Jun 5 2001 Samuel Hocevar <sam@zoy.org>
+New upstream release (0.2.80)
+
 * Mon Apr 30 2001 Arnaud Gomes-do-Vale <arnaud@glou.org>
 Added relocation support and compile fixes for Red Hat 7.x.