debian/0000755000000000000000000000000012174151607007172 5ustar debian/copyright0000644000000000000000000000450612174150225011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: npapi-vlc Upstream-Contact: VLC media player developers Source: http://git.videolan.org/?p=npapi-vlc.git License: GPL-2+ Files: * Copyright: 2002-2011 VideoLAN and VLC authors License: GPL-2+ Files: activex/axvlc.idl activex/connectioncontainer.* activex/position.h activex/vlccontrol2.* npapi/control/npolibvlc.cpp npapi/control/position.h Copyright: 2010 M2X BV License: GPL-2+ Files: common/vlc_player_options.h common/win32_* Copyright: 2002-2011 VideoLAN and VLC authors License: LGPL-2.1+ Files: npapi/support/np*.cpp Copyright: 2009 Jean-Paul Saman License: LGPL-2.1+ Files: npapi/support/npunix.cpp npapi/support/npwin32.cpp Copyright: 1998 Netscape Communications Corporation License: LGPL-2.1+ Files: debian/* Copyright: 2012 Benjamin Drung License: LGPL-2.1+ Files: debian/copyright Copyright: 2012 Rafaël Carré License: LGPL-2.1+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in the /usr/share/common-licenses/GPL-2 file. License: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . On Debian systems, the full text of the GNU Lesser General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. debian/gbp.conf0000644000000000000000000000010611727523564010616 0ustar [DEFAULT] pristine-tar = True compression = xz [git-dch] meta = True debian/control0000644000000000000000000000507612174150225010600 0ustar Source: npapi-vlc Section: video Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Benjamin Drung , Reinhard Tartler Build-Depends: debhelper (>= 9), dh-autoreconf, libgtk2.0-dev, libvlc-dev (>= 1.1.0), libx11-xcb-dev, xulrunner-dev (>= 1.9.1) | firefox-dev (>= 4.0) Standards-Version: 3.9.4 Homepage: http://www.videolan.org/vlc/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/npapi-vlc.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/npapi-vlc.git Package: browser-plugin-vlc Architecture: any Depends: vlc, ${misc:Depends}, ${shlibs:Depends} Breaks: mozilla-plugin-vlc (<< 2.0.0) Replaces: mozilla-plugin-vlc (<< 2.0.0) Xb-Npp-Applications: 92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a, ec8030f7-c20a-464f-9b0e-13a3a9e97384 Xb-Npp-Name: VLC Multimedia Plugin Xb-Npp-Description: play video and audio in Firefox using the VLC Multimedia Player Xb-Npp-File: libvlcplugin.so Xb-Npp-MimeType: application/mpeg4-iod, application/mpeg4-muxcodetable, application/ogg, application/x-google-vlc-plugin, application/x-mplayer2, application/x-ogg, application/x-vlc-plugin, audio/3gpp, audio/3gpp2, audio/mpeg, audio/mpeg4, audio/wav, audio/x-mpeg, audio/x-wav, video/3gpp, video/3gpp2, video/mpeg, video/mpeg-system, video/mpeg4, video/quicktime, video/x-mpeg, video/x-mpeg-system, video/x-ms-asf, video/x-ms-asf-plugin, video/x-ms-wmv, video/x-msvideo Description: multimedia plugin for web browsers based on VLC This plugin adds support for MPEG, MPEG2, DVD, DivX, Ogg/Vorbis and many more formats to any Gecko-based web browser (Firefox, Galeon, etc.). The decoding process is done by VLC and the output window is embedded in a webpage or directly in the browser window. There is also support for fullscreen display and javascript control. . VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources. debian/source/0000755000000000000000000000000011727523532010475 5ustar debian/source/format0000644000000000000000000000001411611045132011666 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000034512157100333010243 0ustar #!/usr/bin/make -f %: dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules --libdir=/usr/lib override_dh_auto_install: dh_auto_install find debian -name '*.la' -delete debian/compat0000644000000000000000000000000211727502467010377 0ustar 9 debian/changelog0000644000000000000000000000206412174150415011042 0ustar npapi-vlc (2.0.6-2) unstable; urgency=low * Add libx11-xcb-dev to build dependencies to fix FTBFS. Thanks to Micah Gersten (Closes: #717779) -- Benjamin Drung Thu, 25 Jul 2013 09:16:57 +0200 npapi-vlc (2.0.6-1) unstable; urgency=low [ Benjamin Drung ] * New upstream release. * Bump Standards-Version to 3.9.4 (no changes needed). * Drop transitional mozilla-plugin-vlc package. * Disable silent build rules. * Remove unneeded links to libvlcplugin.so (Closes: #638453). [ Reinhard Tartler ] * Add myself to uploaders -- Benjamin Drung Mon, 24 Jun 2013 23:47:34 +0200 npapi-vlc (2.0.0-2) unstable; urgency=low * debian/mozilla-plugin-vlc.preinst: Remove previous symlink that is replaced by a directory. Thanks to David Prévot. (Closes: #690133) -- Benjamin Drung Sun, 28 Oct 2012 19:01:32 +0100 npapi-vlc (2.0.0-1) unstable; urgency=low * Initial release (Closes: #663647). -- Benjamin Drung Tue, 13 Mar 2012 00:04:22 +0100 debian/watch0000644000000000000000000000016312162135711010216 0ustar version=3 http://download.videolan.org/pub/videolan/vlc/([\d][\d\.]+[a-z]?)/npapi-vlc-([\d][\d\.]+[a-z]?)\.tar\.xz