[Pkg-xfce-commits] r71 - in goodies: . xfmedia xfmedia/debian

Yves-Alexis Perez corsac-guest@costa.debian.org
Tue, 26 Apr 2005 19:09:01 +0000


Author: corsac-guest
Date: 2005-04-26 19:09:01 +0000 (Tue, 26 Apr 2005)
New Revision: 71

Added:
   goodies/xfmedia/
   goodies/xfmedia/debian/
   goodies/xfmedia/debian/changelog
   goodies/xfmedia/debian/compat
   goodies/xfmedia/debian/control
   goodies/xfmedia/debian/copyright
   goodies/xfmedia/debian/menu
   goodies/xfmedia/debian/rules
   goodies/xfmedia/debian/watch
   goodies/xfmedia/debian/xfmedia-dev.install
   goodies/xfmedia/debian/xfmedia.1
   goodies/xfmedia/debian/xfmedia.install
Log:
First commit of xfmedia, the xine-based media player of Xfce


Added: goodies/xfmedia/debian/changelog
===================================================================
--- goodies/xfmedia/debian/changelog	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/changelog	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1,6 @@
+xfmedia (0.7.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Yves-Alexis Perez <yaperez@corsac.net>  Sat, 23 Apr 2005 21:53:21 +0200
+

Added: goodies/xfmedia/debian/compat
===================================================================
--- goodies/xfmedia/debian/compat	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/compat	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1 @@
+4

Added: goodies/xfmedia/debian/control
===================================================================
--- goodies/xfmedia/debian/control	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/control	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1,28 @@
+Source: xfmedia
+Section: sound
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema@debian.org>, Simon Huggins <huggie@earth.li>, Rudy Godoy <rudy@kernel-panik.org>, Martin Loschwitz <madkiss@debian.org>, Yves-Alexis Perez <corsac@corsac.net>
+Build-Depends: debhelper (>= 4.0.0), libxfcegui4-dev (>= 4.2.1-1), libxine-dev, libexo0.3-dev (>= 0.3.0-1), dbus-1-dev (>= 0.23), libxml-perl, libstartup-notification0-dev
+Standards-Version: 3.6.1
+
+Package: xfmedia
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Xfce media player
+ Xfmedia is a lightweight media player for the Xfce Desktop Environment.
+ .
+ It is Gtk+ and Xine based, and can play audio file and video as well.
+ .
+ Homepage: http://spuriousinterrupt.org/projects/xfmedia/
+
+Package: xfmedia-dev
+Section: devel
+Architecture: all 
+Depends: xfmedia (>= ${Source-Version}), libxfcegui4-dev (>= 4.2.1-1), libexo0.3-dev (>= 0.3.0-1), dbus-1-dev (>= 0.23)
+Description: The Xfmedia development files
+ In this package, you can find the development files
+ distributed with Xfmedia, the media player for the
+ Xfce desktop environment. This files in this package
+ are mainly going to be of interest for you if you intend
+ to code plugins for Xfmedia.

Added: goodies/xfmedia/debian/copyright
===================================================================
--- goodies/xfmedia/debian/copyright	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/copyright	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1,26 @@
+This package was debianized by Yves-Alexis Perez <yaperez@corsac.net> on
+Sat, 23 Apr 2005 21:53:21 +0200.
+
+It was downloaded from http://spuriousinterrupt.org/projects/xfmedia/
+
+Copyright Holder: Brian Tarricone <kelnos@xfce.org>
+
+License:
+
+   This package 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; version 2 dated June, 1991.
+
+   This package 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 package; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+   02111-1307, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+

Added: goodies/xfmedia/debian/menu
===================================================================
--- goodies/xfmedia/debian/menu	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/menu	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1,3 @@
+?package(xfmedia):needs="X11" section="Apps/Sound"\
+  title="xfmedia" command="/usr/bin/xfmedia"\
+  longtitle="A media player for Xfce"

Added: goodies/xfmedia/debian/rules
===================================================================
--- goodies/xfmedia/debian/rules	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/rules	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1,93 @@
+#!/usr/bin/make -f
+# 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
+	# Add here commands to configure the package.
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --enable-final
+
+
+build: build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/xfmedia.sgml > xfmedia.1
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+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
+
+	# Add here commands to install the package into debian/xfmedia.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	
+	rm -f $(CURDIR)/debian/tmp/usr/lib/xfmedia/*.a
+	rm -f $(CURDIR)/debian/tmp/usr/lib/xfmedia/*.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
+	dh_installdocs NEWS README README.remote TODO
+	dh_installexamples
+	dh_install --list-missing --sourcedir=debian/tmp
+	dh_installmenu
+	dh_installman debian/xfmedia.1
+	dh_desktop
+	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 


Property changes on: goodies/xfmedia/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: goodies/xfmedia/debian/watch
===================================================================
--- goodies/xfmedia/debian/watch	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/watch	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1,2 @@
+version=2
+http://spuriousinterrupt.org/projects/xfmedia/files/xfmedia-(.*)\.tar\.bz2

Added: goodies/xfmedia/debian/xfmedia-dev.install
===================================================================
--- goodies/xfmedia/debian/xfmedia-dev.install	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/xfmedia-dev.install	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1,2 @@
+usr/include/
+usr/lib/pkgconfig/

Added: goodies/xfmedia/debian/xfmedia.1
===================================================================
--- goodies/xfmedia/debian/xfmedia.1	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/xfmedia.1	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1,37 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH XFMEDIA 1 "January 02, 2005"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+xfmedia \-  Xfce Media Player
+.SH SYNOPSIS
+.B xfmedia
+.SH DESCRIPTION
+This manual page documents briefly the
+.B xfmedia
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBxfmedia\fP is a lightweight and easy to use media player for the
+Xfce Desktop Environment. The Gtk+ GUI focuses on playing and managing
+audio files, but, being based on xine, supports video as well.
+.SH AUTHOR
+xfmedia was written by Brian Tarricone <bjt23@cornell.edu>.
+.PP
+This manual page was written by Benedikt Meurer <bm@os-cillation.de>,
+for the Debian project (but may be used by others).

Added: goodies/xfmedia/debian/xfmedia.install
===================================================================
--- goodies/xfmedia/debian/xfmedia.install	2005-04-26 19:08:31 UTC (rev 70)
+++ goodies/xfmedia/debian/xfmedia.install	2005-04-26 19:09:01 UTC (rev 71)
@@ -0,0 +1,4 @@
+etc/xdg/
+usr/bin/
+usr/lib/xfmedia/
+usr/share/