Changeset ee89627fa8d2dffd720c653aa4f0b66f19146f33
- Timestamp:
- 07/12/02 18:30:28 (6 years ago)
- git-parent:
- Files:
-
- ChangeLog (modified) (1 diff)
- README (modified) (1 diff)
- debian/.cvsignore (modified) (1 diff)
- debian/control (modified) (14 diffs)
- debian/gnome-vlc.dirs (added)
- debian/gnome-vlc.menu (added)
- debian/gvlc.dirs (added)
- debian/gvlc.menu (added)
- debian/kvlc.dirs (added)
- debian/kvlc.menu (added)
- debian/qvlc.dirs (added)
- debian/qvlc.menu (added)
- debian/rules (modified) (5 diffs)
- debian/vlc-aa.dirs (deleted)
- debian/vlc-alsa.dirs (deleted)
- debian/vlc-arts.dirs (deleted)
- debian/vlc-esd.dirs (deleted)
- debian/vlc-ggi.dirs (deleted)
- debian/vlc-glide.dirs (deleted)
- debian/vlc-gnome.dirs (deleted)
- debian/vlc-gnome.menu (deleted)
- debian/vlc-gtk.dirs (deleted)
- debian/vlc-gtk.menu (deleted)
- debian/vlc-kde.dirs (deleted)
- debian/vlc-kde.menu (deleted)
- debian/vlc-lirc.dirs (deleted)
- debian/vlc-mad.dirs (deleted)
- debian/vlc-plugin-aa.dirs (added)
- debian/vlc-plugin-alsa.dirs (added)
- debian/vlc-plugin-arts.dirs (added)
- debian/vlc-plugin-esd.dirs (added)
- debian/vlc-plugin-ggi.dirs (added)
- debian/vlc-plugin-glide.dirs (added)
- debian/vlc-plugin-lirc.dirs (added)
- debian/vlc-plugin-mad.dirs (added)
- debian/vlc-plugin-sdl.dirs (added)
- debian/vlc-plugin-xosd.dirs (added)
- debian/vlc-qt.dirs (deleted)
- debian/vlc-qt.menu (deleted)
- debian/vlc-sdl.dirs (deleted)
- debian/vlc.menu (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ChangeLog
rfbb7ae7 ree89627 6 6 Not released yet 7 7 8 * ./README: removed much outdated data. 9 * ./debian/*: great package renaming - names should make more sense now. 10 * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly 11 when the audio output fifo could not be created. 12 * ./plugins/gtk/*: new generic "Open Target" window. Please test and 13 comment on usability. 14 * ./debian/rules: the Debian package creation script builds ffmpeg. 15 * ./plugins/mpeg_system/mpeg_audio.c: we skip the ID3 tag at the begining 16 of an MP3, so more files can be read. 17 * ./src/vlc.c: reduced the amount of default simultaneous interfaces. 18 * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers. 19 * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination. 20 * ./FAQ: new entry for RTP. 21 * ./FAQ: minor updates, new sections: uninstall/reinstall, 22 DirectX-blackscreen, device permissions, debug messages, 23 config file, (un)planned ports/features, sources.list. 24 * ./plugins/avi/avi.c: now you can see avi over http (true interleaved 25 file only), and seek is allowed. 26 * ./plugins/win32/about.*: added the version number in the About box. 27 * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom 28 strndup to a separate file so that Win32 can benefit from it. 29 * ./include/vlc_threads.h: Borland compilation fix. 30 * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now. 31 * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc 32 Debian packages. 33 * ./po/*: updated potfiles. 34 * ./src/misc/modules.c: module_Need accepts a comma-separated list of 35 module names. Try for instance: "vlc --intf gnome,gtk,dummy". 36 * ./src/misc/darwin_specific.c: added strndup needed by video_output.c. 37 * ./configure.in: added -lintl to plugins_LDFLAGS. 38 * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions 39 of vlc from crashing when trying to open a recent module. 40 * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window 41 instead of moving the current window, which saves us the hassle of 42 remembering size and position. 43 * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and 44 --no-xvideo-shm options. 45 * ./plugins/avi/avi.c: begin to support VOD, but it segfault very quickly 46 (unless you disable audio or video!) and cannot support seeking( will 47 just stop ). Moreover it can't work for all files, only interleaved ones. 48 * ./plugins/lirc/lirc.c: the lirc interface now works again. 49 * ./plugins/qt/*: the Qt interface now works again. 50 * ./plugins/kde/*: the KDE interface now works again. 51 * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with 52 an emtpy playlist. 53 * ./plugins/avi/avi.c: fix some problems with broken avi. 54 * ./plugins/avi/avi.c: audio seems to be better. 55 * ./plugins/dvd/dvd_es.c: error in selecting SPU stream. 56 * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour. 57 * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha 58 palette. 59 * ./plugins/spudec/spu_decoder.c: subtitle transparency support. 60 * ./src/misc/modules.c: added the --plugin-path option to give vlc an 61 extra plugin location. 62 * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we 63 don't launch the rc interface. 64 * ./plugins/access/http.c: fixed a compilation warning. 65 * ./src/misc/messages.c: cosmetic enhancements in the message output. 66 * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to 67 tell vlc to draw in an existing drawable instead of creating a new window. 68 * ./plugins/avi/*: I rewrite the way to read, in order to minimize seeking 69 (faster and in prevision of VOD by http, but not yet functionnal ). But 70 sound becomes horrible, I will try to fix it as soon as possible. 71 * ./plugins/macosx/vout_vlc_wrapper.m: arrow-up and arrow-down allow to 72 control the sound volume. 73 * ./plugins/access/http.c: for streams which are not seekable, we fall 74 back on old HTTP/1.0 behavior; on systems implementing atoll() we 75 can also read files > 2 GB. 76 * ./configure: atoll() detection. 77 * ./plugins/macosx/intf_vlc_wrapper.m: fixed a bug with the language and 78 subtitle menus. 79 * ./README.MacOSX.rtf: more documentation. 80 * ./include/configuration.h: renamed MODULE_CONFIG_* macros into CONFIG_*. 81 * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c, 82 ./plugins/filter/transform.c, ./plugins/filter/distort.c, 83 ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST() 84 configuration macro. 85 * ./include/modules.h, ./include/video_output.h, 86 ./src/video_output/video_output.c, ./plugins/filters/*: added a 87 VOUT_FILTER capability. Having a clear distinction between VOUTs and 88 VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also 89 stackable now (use --filter=foo:bar:foo etc..). 90 * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up + 91 added an ADD_USAGE_HINT() configuration macro. 92 * ./FAQ: added QT6 FAQ entry. 93 * ./configure.in: fixed inet_pton detection. 94 * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but 95 also a bit slower, so I also kept the old version, optimized it, and 96 called it "mean". 97 * ./plugins/network/ipv6.c: IPv6 multicast support, courtesy of Remco 98 Poortinga <poortinga@telin.nl>. 99 * ./extras/MacOSX/Resources/*: Mac OS X icons and fixes, courtesy of Benjamin 100 Mironer <bmironer@noos.fr>. 101 * ./plugins/filter/deinterlace.c: added two new deinterlacing methods, 102 we now have "discard", "blend", "bob" and "linear". 103 * ./plugins/mad/mad_libmad.c: changed error messages to warning/debug. 104 * ./plugins/macosx/*: additional minor fixes. 105 * ./plugins/macosx/vout_macosx.m, ./plugins/macosx/aout_macosx.m, 106 ./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes. 107 * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait 108 implementation to avoid races, by using SetEvent instead of PulseEvent. 109 * ./plugins/xosd/xosd.c: a couple more options, better defaults. 110 * ./configure.in: checking for the header should be enough in most cases. 111 * ./plugins/xosd/xosd.c: configuration options. 112 * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems 113 to be still crashing. 114 * ./plugins/gtk/gtk_callbacks.c: some code cleaning. 115 * ./plugins/text/rc.c: fixed the "a" command. 116 * ./plugins/xosd/*: basic On Screen Display intf-plugin based on libxosd 117 * ./src/misc/netutils.c: network mode works again. 118 * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back. 119 * ./src/playlist/playlist.c: fixed an off-by-one loop error. 120 * ./plugins/a52_system/.cvsignore: what about a little .cvsignore ? 8 121 * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop 9 122 and vlc:quit work again. README
r749c5ad ree89627 1 1 README for vlc, the VideoLAN Client 2 =================================== 2 3 3 4 Introduction 5 ============ 6 7 The vlc is part of the VideoLAN project, a full MPEG2 client/server 8 solution. The VideoLAN Client can also be used as a standalone program 9 to play MPEG2 streams from a hard disk or a DVD. 10 11 12 Building, Installing and Running VideoLAN 13 ========================================= 14 15 See the INSTALL file for this. 16 17 18 Troubleshooting 19 =============== 20 21 Please check the file FAQ before doing any bug report. 22 23 A mailing-list has been set up for support and discussion about the 24 vlc. Its address is : 25 26 <vlc@videolan.org> 27 28 To subscribe, send a mail to <listar@videolan.org> with the following 29 words in the mail body : 30 31 subscribe vlc 32 33 To unsubscribe, do the same with the words : 34 35 unsubscribe vlc 36 37 38 When reporting bugs, try to be as precise as possible (which OS, which 39 distribution, what plugins you were trying, and so on). 40 4 ABOUT-NLS - Notes on the Free Translation Project. 5 AUTHORS - All the people who worked on vlc. 6 BUGS - List of known, unresolved bugs. 7 COPYING - The GPL license. 8 ChangeLog - The vlc ChangeLog. 9 FAQ - Commonly asked questions. 10 INSTALL - Installation instructions. 11 INSTALL.libmad - Installation instructions for the libmad library. 12 INSTALL.win32 - Installation instructions for the Win32 version of vlc. 13 MODULES - Short description of all the available modules. 14 README - This file. 15 README.MacOSX.rtf - Information specific to the MacOS X port. 16 TODO - Work needed. 17 doc/ - miscellaneous documentation. 41 18 42 19 Resources 43 20 ========= 44 21 45 The VideoLAN web site at http://www.videolan.org/ is a good start for 46 information about MPEG and DVD playing. Have a look at the documentation 47 section, as well as the bookmarks. 22 The VideoLAN web site : http://www.videolan.org/ 23 Mailing-lists : http://www.videolan.org/lists.html 48 24 49 You can also try the OpenDVD site at http://www.opendvd.org/ or the50 the LiViD project at http://www.linuxvideo.org/. They have lots of51 information, too.52 53 54 The team55 ========56 57 See the AUTHORS file for a list of the vlc authors and contributors.58 59 The following teachers were involved in the VideoLAN project :60 61 Pierre Lecoy, teacher-cum-researcher at ECP,62 Philippe Boutin, head of the LMI (MicroComputing Laboratory).63 64 The following students were members of the VideoLAN team :65 66 1996-1997:67 Pierre Almeras <almeras@via.ecp.fr>68 Christophe Arnaud <christophe.arnaud@tps.fr>69 Antoine Brenner <brenner@via.ecp.fr>70 R�s Duchesne <regis@via.ecp.fr>71 Alexandre Francois <francois@via.ecp.fr>72 Christian Gross <gross@via.ecp.fr>73 Hugo Haas <hugo@via.ecp.fr>74 Mikael Journo <mj32@cornell.edu>75 Michel Lespinasse <walken@zoy.org>76 Christophe Ulses <mowgli@laotseu.via.ecp.fr>77 Pierre Vandecasteele <pabv2@hermes.cam.ac.uk>78 Guillaume Vergnaud <vergnaud@via.ecp.fr>79 80 1997-1998:81 Olivier Baxa <oli@via.ecp.fr>82 Patrice Bazerque <patrice.bazerque@via.ecp.fr>83 Arnaud Bienvenu <arnaud.bienvenu@via.ecp.fr>84 R�s Cl�nt <clement@via.ecp.fr>85 Alexandre Duret <alex@via.ecp.fr>86 Eric Estievenart <eric@via.ecp.fr>87 S�stien Kurz <seb@tao.via.ecp.fr>88 Olivier Pomel <pomel@via.ecp.fr>89 90 1998-1999:91 Pierre Baillet <octplane@via.ecp.fr>92 Alban Fonrouge <alban@via.ecp.fr>93 Jean-Philippe Grimaldi <jeanphi@via.ecp.fr>94 Andres Krapf <dae@via.ecp.fr>95 Christophe Massiot <massiot@via.ecp.fr>96 Mathieu Poumeyrol <kaliban@via.ecp.fr>97 Etienne Roy <etienne@via.ecp.fr>98 Vincent Seguin <seguin@via.ecp.fr>99 Benoit Steiner <benny@via.ecp.fr>100 101 1999-2000:102 Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>103 Jean-Marc Dressler <polux@via.ecp.fr>104 Ga�Hendryckx <jimmy@via.ecp.fr>105 Samuel Hocevar <sam@zoy.org>106 Brieuc Jeunhomme <bbp@via.ecp.fr>107 Michel Kaempf <maxx@via.ecp.fr>108 Florent Rougon <flo@via.ecp.fr>109 110 2000-2001:111 Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>112 St�ane Borel <stef@via.ecp.fr>113 Renaud Dartus <reno@via.ecp.fr>114 Henri Fallon <henri@via.ecp.fr>115 Jean-Michel Grimaldi <jm@via.ecp.fr>116 Samuel Hocevar <sam@zoy.org>117 Damien Lucas <nitrox@via.ecp.fr>118 R� Peyronnet <remi@via.ecp.fr>119 Laurent Rossier <gunther@via.ecp.fr>120 debian/.cvsignore
r4565dc6 ree89627 1 1 tmp 2 2 vlc 3 vlc- *3 vlc-plugin-* 4 4 mozilla-plugin-vlc 5 gvlc* 6 gnome-vlc* 7 qvlc* 8 kvlc* 5 9 delete 6 10 files debian/control
r4565dc6 ree89627 17 17 DVDs, or MPEG streams from a network source. 18 18 19 Package: vlc-gnome19 Package: gnome-vlc 20 20 Architecture: any 21 21 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 22 Conflicts: vlc-gnome (<< 0.5.0) 23 Replaces: vlc-gnome (<< 0.5.0) 22 24 Provides: vlc-gui 23 25 Description: GNOME interface plugin for vlc … … 27 29 activate it, use the `--intf gnome' flag or run the `gnome-vlc' program. 28 30 29 Package: vlc-gtk31 Package: gvlc 30 32 Architecture: any 31 33 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 32 Replaces: vlc-gnome (<= 0.2.63-2)33 Conflicts: vlc-gnome (<= 0.2.63-2)34 Conflicts: vlc-gnome (<= 0.2.63-2), vlc-gtk (<< 0.5.0) 35 Replaces: vlc-gnome (<= 0.2.63-2), vlc-gtk (<< 0.5.0) 34 36 Provides: vlc-gui 35 37 Description: Gtk+ interface plugin for vlc … … 39 41 activate it, use the `--intf gtk' flag or run the `gvlc' program. 40 42 41 Package: vlc- esd43 Package: vlc-plugin-esd 42 44 Architecture: any 43 45 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 46 Conflicts: vlc-esd (<< 0.5.0) 47 Replaces: vlc-esd (<< 0.5.0) 44 48 Description: Esound audio output plugin for vlc 45 49 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 49 53 the `esd' aout plugin from the preferences menu. 50 54 51 Package: vlc- alsa55 Package: vlc-plugin-alsa 52 56 Architecture: any 53 57 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 58 Conflicts: vlc-alsa (<< 0.5.0) 59 Replaces: vlc-alsa (<< 0.5.0) 54 60 Description: ALSA audio output plugin for vlc 55 61 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 59 65 select the `alsa' aout plugin from the preferences menu. 60 66 61 Package: vlc- sdl67 Package: vlc-plugin-sdl 62 68 Architecture: any 63 69 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 70 Conflicts: vlc-sdl (<< 0.5.0) 71 Replaces: vlc-sdl (<< 0.5.0) 64 72 Description: SDL video and audio output plugin for vlc 65 73 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 70 78 preferences menu. 71 79 72 Package: vlc- ggi80 Package: vlc-plugin-ggi 73 81 Architecture: any 74 82 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 83 Conflicts: vlc-ggi (<< 0.5.0) 84 Replaces: vlc-ggi (<< 0.5.0) 75 85 Description: GGI video output plugin for vlc 76 86 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 80 90 menu. 81 91 82 Package: vlc- glide92 Package: vlc-plugin-glide 83 93 Architecture: i386 84 94 Depends: vlc (= ${Source-Version}), libglide2 95 Conflicts: vlc-glide (<< 0.5.0) 96 Replaces: vlc-glide (<< 0.5.0) 85 97 Description: Glide video output plugin for vlc 86 98 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 90 102 the preferences menu. 91 103 92 Package: vlc-qt104 Package: qvlc 93 105 Architecture: any 94 106 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 107 Conflicts: vlc-qt (<< 0.5.0) 108 Replaces: vlc-qt (<< 0.5.0) 95 109 Provides: vlc-gui 96 110 Description: Qt interface plugin for vlc … … 100 114 activate it, use the `--intf qt' flag or run the `qvlc' program. 101 115 102 Package: vlc- mad116 Package: vlc-plugin-mad 103 117 Architecture: any 104 118 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 119 Conflicts: vlc-mad (<< 0.5.0) 120 Replaces: vlc-mad (<< 0.5.0) 105 121 Description: MAD audio codec plugin for vlc 106 122 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 111 127 decoder from the preferences menu. 112 128 113 Package: vlc- arts129 Package: vlc-plugin-arts 114 130 Architecture: any 115 131 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 132 Conflicts: vlc-arts (<< 0.5.0) 133 Replaces: vlc-arts (<< 0.5.0) 116 134 Description: aRts audio output plugin for vlc 117 135 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 121 139 select the `arts' aout plugin from the preferences menu. 122 140 123 Package: vlc- lirc141 Package: vlc-plugin-lirc 124 142 Architecture: any 125 143 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 144 Conflicts: vlc-lirc (<< 0.5.0) 145 Replaces: vlc-lirc (<< 0.5.0) 126 146 Description: lirc (infrared remote control) interface plugin for vlc 127 147 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 130 150 VideoLAN Client. To activate it, use the `--intf lirc' flag. 131 151 132 Package: vlc- aa152 Package: vlc-plugin-aa 133 153 Architecture: any 134 154 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 155 Conflicts: vlc-aa (<< 0.5.0) 156 Replaces: vlc-aa (<< 0.5.0) 135 157 Description: ASCII art video output plugin for vlc 136 158 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 140 162 vout plugin from the preferences menu. 141 163 142 Package: vlc- xosd164 Package: vlc-plugin-xosd 143 165 Architecture: any 144 166 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 167 Conflicts: vlc-xosd (<< 0.5.0) 168 Replaces: vlc-xosd (<< 0.5.0) 145 169 Description: X On-Screen Display plugin for vlc 146 170 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution. … … 161 185 support for fullscreen display. 162 186 163 Package: vlc-kde187 Package: kvlc 164 188 Architecture: any 165 189 Depends: vlc (= ${Source-Version}), ${shlibs:Depends} 190 Conflicts: vlc-kde (<< 0.5.0) 191 Replaces: vlc-kde (<< 0.5.0) 166 192 Provides: vlc-gui 167 193 Description: KDE interface plugin for vlc debian/rules
r7fadd29 ree89627 33 33 ARCH_FLAGS="" ;; \ 34 34 esac ;\ 35 ./configure $$ARCH_FLAGS--mandir=$${prefix}/share/man \35 ./configure --mandir=$${prefix}/share/man \ 36 36 --infodir=$${prefix}/share/info \ 37 $(shell echo $(CONFIG_FLAGS)) $(shell echo $(DVDCSS_FLAGS)) 37 $(shell echo $(CONFIG_FLAGS)) $$ARCH_FLAGS \ 38 $(shell echo $(DVDCSS_FLAGS)) 38 39 39 40 $(MAKE) … … 69 70 esac ;\ 70 71 for alias in $$ARCH_ALIASES ; do \ 71 ln -s vlc debian/vlc- $$alias/usr/share/doc/vlc-$$alias ; \72 ln -s vlc debian/vlc-plugin-$$alias/usr/share/doc/vlc-plugin-$$alias ; \ 72 73 mv debian/vlc/usr/lib/vlc/$$alias.so \ 73 debian/vlc- $$alias/usr/lib/vlc/ ; done74 debian/vlc-plugin-$$alias/usr/lib/vlc/ ; done 74 75 75 76 # do the same for the mozilla plugin … … 77 78 mv debian/vlc/usr/lib/mozilla debian/mozilla-plugin-vlc/usr/lib 78 79 79 # move binary aliases80 mv debian/vlc/usr/bin/gvlc debian/ vlc-gtk/usr/bin/81 mv debian/vlc/usr/bin/gnome-vlc debian/vlc-gnome/usr/bin/82 mv debian/vlc/usr/ bin/qvlc debian/vlc-qt/usr/bin/83 mv debian/vlc/usr/bin/kvlc debian/vlc-kde/usr/bin/80 # do the binary aliases 81 mv debian/vlc/usr/bin/gvlc debian/gvlc/usr/bin/ 82 ln -s vlc debian/gvlc/usr/share/doc/gvlc 83 mv debian/vlc/usr/lib/vlc/gtk.so debian/gvlc/usr/lib/vlc/ 84 ln -s vlc.1.gz debian/gvlc/usr/share/man/man1/gvlc.1.gz 84 85 86 mv debian/vlc/usr/bin/gnome-vlc debian/gnome-vlc/usr/bin/ 87 ln -s vlc debian/gnome-vlc/usr/share/doc/gnome-vlc 88 mv debian/vlc/usr/lib/vlc/gnome.so debian/gnome-vlc/usr/lib/vlc/ 89 ln -s vlc.1.gz debian/gnome-vlc/usr/share/man/man1/gnome-vlc.1.gz 90 91 mv debian/vlc/usr/bin/qvlc debian/qvlc/usr/bin/ 92 ln -s vlc debian/qvlc/usr/share/doc/qvlc 93 mv debian/vlc/usr/lib/vlc/qt.so debian/qvlc/usr/lib/vlc/ 94 ln -s vlc.1.gz debian/qvlc/usr/share/man/man1/qvlc.1.gz 95 96 mv debian/vlc/usr/bin/kvlc debian/kvlc/usr/bin/ 97 ln -s vlc debian/kvlc/usr/share/doc/kvlc 98 mv debian/vlc/usr/lib/vlc/kde.so debian/kvlc/usr/lib/vlc/ 99 ln -s vlc.1.gz debian/kvlc/usr/share/man/man1/kvlc.1.gz 100 101 # copy pictures 85 102 mv debian/vlc/$(VIDDIR)/vlc48x48.png debian/vlc/$(PIXDIR)/vlc.png 86 mv debian/vlc/$(VIDDIR)/gvlc32x32.xpm debian/vlc-gtk/$(VIDDIR)/gvlc.xpm 87 mv debian/vlc/$(VIDDIR)/gvlc48x48.png debian/vlc-gtk/$(PIXDIR)/gvlc.png 88 mv debian/vlc/$(VIDDIR)/gnome-vlc32x32.xpm debian/vlc-gnome/$(VIDDIR)/gnome-vlc.xpm 89 mv debian/vlc/$(VIDDIR)/gnome-vlc48x48.png debian/vlc-gnome/$(PIXDIR)/gnome-vlc.png 90 mv debian/vlc/$(VIDDIR)/qvlc32x32.xpm debian/vlc-qt/$(VIDDIR)/qvlc.xpm 91 mv debian/vlc/$(VIDDIR)/qvlc48x48.png debian/vlc-qt/$(PIXDIR)/qvlc.png 92 mv debian/vlc/$(VIDDIR)/kvlc32x32.xpm debian/vlc-kde/$(VIDDIR)/kvlc.xpm 93 mv debian/vlc/$(VIDDIR)/kvlc48x48.png debian/vlc-kde/$(PIXDIR)/kvlc.png 103 mv debian/vlc/$(VIDDIR)/gvlc32x32.xpm debian/gvlc/$(VIDDIR)/gvlc.xpm 104 mv debian/vlc/$(VIDDIR)/gvlc48x48.png debian/gvlc/$(PIXDIR)/gvlc.png 105 mv debian/vlc/$(VIDDIR)/gnome-vlc32x32.xpm debian/gnome-vlc/$(VIDDIR)/gnome-vlc.xpm 106 mv debian/vlc/$(VIDDIR)/gnome-vlc48x48.png debian/gnome-vlc/$(PIXDIR)/gnome-vlc.png 107 mv debian/vlc/$(VIDDIR)/qvlc32x32.xpm debian/qvlc/$(VIDDIR)/qvlc.xpm 108 mv debian/vlc/$(VIDDIR)/qvlc48x48.png debian/qvlc/$(PIXDIR)/qvlc.png 109 mv debian/vlc/$(VIDDIR)/kvlc32x32.xpm debian/kvlc/$(VIDDIR)/kvlc.xpm 110 mv debian/vlc/$(VIDDIR)/kvlc48x48.png debian/kvlc/$(PIXDIR)/kvlc.png 111 rm -f debian/vlc/$(VIDDIR)/*.png 94 112 95 113 cp debian/vlc.desktop debian/vlc/$(GNOMEDIR) 96 cp debian/gvlc.desktop debian/ vlc-gtk/$(GNOMEDIR)97 cp debian/gnome-vlc.desktop debian/ vlc-gnome/$(GNOMEDIR)114 cp debian/gvlc.desktop debian/gvlc/$(GNOMEDIR) 115 cp debian/gnome-vlc.desktop debian/gnome-vlc/$(GNOMEDIR) 98 116 99 117 #gzip -9 < doc/vlc.1 >| debian/vlc/usr/share/man/man1/vlc.1.gz 100 ln -s vlc.1.gz debian/vlc-gtk/usr/share/man/man1/gvlc.1.gz101 ln -s vlc.1.gz debian/vlc-gnome/usr/share/man/man1/gnome-vlc.1.gz102 ln -s vlc.1.gz debian/vlc-qt/usr/share/man/man1/qvlc.1.gz103 ln -s vlc.1.gz debian/vlc-kde/usr/share/man/man1/kvlc.1.gz104 118 105 119 # Build architecture-independent files here. … … 123 137 # dh_installinfo 124 138 # dh_undocumented 125 dh_installchangelogs -N vlc-gnome -Nvlc-gtk -Nvlc-ggi -Nvlc-glide -Nvlc-esd -Nvlc-alsa -Nvlc-sdl -Nvlc-qt -Nvlc-arts -Nvlc-mad -Nvlc-lirc -Nvlc-aa -Nvlc-xosd -Nvlc-kde-Nmozilla-plugin-vlc ChangeLog139 dh_installchangelogs -Ngnome-vlc -Ngvlc -Nvlc-plugin-ggi -Nvlc-plugin-glide -Nvlc-plugin-esd -Nvlc-plugin-alsa -Nvlc-plugin-sdl -Nqvlc -Nvlc-plugin-arts -Nvlc-plugin-mad -Nvlc-plugin-lirc -Nvlc-plugin-aa -Nvlc-plugin-xosd -Nkvlc -Nmozilla-plugin-vlc ChangeLog 126 140 dh_link 127 141 dh_strip … … 136 150 ARCH_EXCLUDE="" ;; \ 137 151 *) \ 138 ARCH_EXCLUDE="-Nvlc- glide" ;; \152 ARCH_EXCLUDE="-Nvlc-plugin-glide" ;; \ 139 153 esac ;\ 140 154 dh_shlibdeps $$ARCH_EXCLUDE ;\ debian/vlc.menu
r9e3ab28 ree89627 1 1 ?package(vlc):command="/usr/bin/vlc" hotkey="V" needs="X11" \ 2 section="Apps/Viewers" title="VideoLAN Client" \3 icon="/usr/share/vlc/vlc.xpm" hints="Video"2 section="Apps/Viewers" title="VideoLAN Client" \ 3 icon="/usr/share/vlc/vlc.xpm" hints="Video"
