Update of /cvsroot/xine/xine-plugin/debian
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32759/debian

Added Files:
        changelog compat control copyright docs rules 
        xine-plugin.links 
Log Message:
Initial commit.

--- NEW FILE: changelog ---
xine-plugin (1.0~pre-1) unstable; urgency=low

  * Initial packaging.

 -- Darren Salt <[EMAIL PROTECTED]>  Tue, 12 Dec 2006 03:32:50 +0000


--- NEW FILE: compat ---
4

--- NEW FILE: control ---
Source: xine-plugin
Section: graphics
Priority: optional
Maintainer: Darren Salt <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4), libxine-dev, libnspr4-dev
Standards-Version: 3.7.2

Package: xine-plugin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: xine-based media player plugin for Mozilla browsers
 This is a very simple netscape/mozilla browser plugin using the xine
 engine to display multimedia streams.
 .
 Features:
 .
 - embedded display on browser window
 - streaming playback directly from xine engine
 - playback control using keyboard
 - relative paths supported
 - on screen display of buffering and stream information
 - playlists and references support
 - loop and repeat mode
 - multiple instances within the same page

--- NEW FILE: copyright ---
This package was debianized by Darren Salt <[EMAIL PROTECTED]> on
Tue, 12 Dec 2006 03:32:50 +0000.

It was downloaded from http://sourceforge.net/projects/xine/

Upstream Author: kGünter Bartsch and lots of others (see AUTHORS file)


Copyright: (C) 2001-2006 the xine project

License:

xine-plugin 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.

xine-plugin 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.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51
Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

On Debian systems, the full text of the GPL can be found in 
/usr/share/common-licenses/GPL


The Debian packaging is (C) 2006 Darren Salt
<[EMAIL PROTECTED]> and is licensed as above.

--- NEW FILE: docs ---
AUTHORS
NEWS
README
TODO

--- NEW FILE: rules ---
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1


# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)


CFLAGS = -Wall -g

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0
else
        CFLAGS += -O2
endif

config.status: configure
        dh_testdir
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
                CFLAGS="$(CFLAGS)" \
                --with-plugindir=/usr/lib/xine-plugin

build: build-stamp

build-stamp:  config.status
        dh_testdir
        $(MAKE)
        touch $@

clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
        -$(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
        cp -f /usr/share/misc/config.sub config.sub
endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
        cp -f /usr/share/misc/config.guess config.guess
endif
        dh_clean

install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs
        $(MAKE) DESTDIR=$(CURDIR)/debian/xine-plugin install
        rm debian/xine-plugin/usr/lib/xine-plugin/xineplugin.la

# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs ChangeLog
        dh_installdocs
        dh_link
        dh_strip
        dh_compress
        dh_fixperms
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install

--- NEW FILE: xine-plugin.links ---
usr/lib/xine-plugin/xineplugin.so       usr/lib/firefox/plugins/xineplugin.so
usr/lib/xine-plugin/xineplugin.so       usr/lib/mozilla/plugins/xineplugin.so
usr/lib/xine-plugin/xineplugin.so       
usr/lib/mozilla-firefox/plugins/xineplugin.so


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to