[Demudi-commits] r1457 - in flake/trunk: . debian
free-guest at alioth.debian.org
free-guest at alioth.debian.org
Fri Jun 8 19:50:36 UTC 2007
Author: free-guest
Date: 2007-06-08 19:50:35 +0000 (Fri, 08 Jun 2007)
New Revision: 1457
Added:
flake/trunk/debian/
flake/trunk/debian/changelog
flake/trunk/debian/compat
flake/trunk/debian/control
flake/trunk/debian/copyright
flake/trunk/debian/dirs
flake/trunk/debian/flake.1
flake/trunk/debian/flake.docs
flake/trunk/debian/flake.manpages
flake/trunk/debian/libflake-dev.docs
flake/trunk/debian/menu
flake/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: flake/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: flake/trunk/debian/changelog
===================================================================
--- flake/trunk/debian/changelog (rev 0)
+++ flake/trunk/debian/changelog 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1,6 @@
+flake (0.10-1) unstable; urgency=low
+
+ * Initial release (Closes: #425255)
+
+ -- Thomas Perl <thp at perli.net> Sun, 20 May 2007 13:43:32 +0200
+
Added: flake/trunk/debian/compat
===================================================================
--- flake/trunk/debian/compat (rev 0)
+++ flake/trunk/debian/compat 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1 @@
+5
Added: flake/trunk/debian/control
===================================================================
--- flake/trunk/debian/control (rev 0)
+++ flake/trunk/debian/control 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1,33 @@
+Source: flake
+Section: sound
+Priority: extra
+Maintainer: Thomas Perl <thp at perli.net>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: flake
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Alternative encoder for the Free Lossless Audio Codec
+ The purpose of Flake is to be an alternative to the
+ FLAC reference encoder with the goal of increasing
+ encoding speed and implementing experimental features.
+ .
+ Flake encodes WAV audio files into lossless FLAC files.
+ .
+ Upstream: http://flake-enc.sourceforge.net/
+
+Package: libflake-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Alternative encoder for the Free Lossless Audio Codec -- Development files
+ The purpose of Flake is to be an alternative to the
+ FLAC reference encoder with the goal of increasing
+ encoding speed and implementing experimental features.
+ .
+ Flake encodes WAV audio files into lossless FLAC files.
+ .
+ Upstream: http://flake-enc.sourceforge.net/
+ .
+ This package contains the static library and header files.
+
Added: flake/trunk/debian/copyright
===================================================================
--- flake/trunk/debian/copyright (rev 0)
+++ flake/trunk/debian/copyright 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1,72 @@
+This package was debianized by Thomas Perl <thp at perli.net> on
+Sun, 20 May 2007 13:43:32 +0200.
+
+It was downloaded from <http://flake-enc.sourceforge.net/>
+
+Upstream Author:
+
+ Justin Ruggles <justin.ruggles at gmail.com>
+
+Copyright:
+
+ Copyright (C) 2006 Justin Ruggles
+
+License:
+
+ This library 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 of the License, or (at your option) any later version.
+
+ This library 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.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+
+The Debian packaging is (C) 2007, Thomas Perl <thp at perli.net> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+------
+
+Copyright for libflake/bitio.c, libflake/bitio.h:
+
+ Bitwise File Writer
+ Copyright (c) 2006 Justin Ruggles
+
+ derived from ffmpeg/libavcodec/bitstream.h
+ Common bit i/o utils
+ Copyright (c) 2000, 2001 Fabrice Bellard
+ Copyright (c) 2002-2004 Michael Niedermayer
+
+ This library 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 of the License, or (at your option) any later version.
+
+ This library 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.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+
+Copyright for libflake/md5.c, libflake/md5.h:
+
+ This is an implementation of the RSA Data Security, Inc.
+ MD5 Message-Digest Algorithm.
+
+ Written by Solar Designer <solar at openwall.com> in 2001, and placed
+ in the public domain. There's absolutely no warranty.
+
+ Modified in 2006 by Justin Ruggles.
+ Still in the public domain. Still no warranty.
+
+
Added: flake/trunk/debian/dirs
===================================================================
--- flake/trunk/debian/dirs (rev 0)
+++ flake/trunk/debian/dirs 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1 @@
+usr/bin
Added: flake/trunk/debian/flake.1
===================================================================
--- flake/trunk/debian/flake.1 (rev 0)
+++ flake/trunk/debian/flake.1 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1,39 @@
+.TH "FLAKE" "1" "2007-05-20" "Thomas Perl" ""
+.SH "NAME"
+flake \- Alternative Free Lossless Audio Codec encoder
+.SH "SYNOPSIS"
+.B flake
+.RI [options]
+[input.wav]
+[output.flac]
+.SH "DESCRIPTION"
+\fBflake\fP is an alternative encoder for the Free Lossless Audio Codec. Most tests turn out very similar or slightly better compression than the FLAC reference encoder, and it generally encodes significantly faster. Decoding times of the generated files are also close to those made by the reference encoder.
+.SH "OPTIONS"
+.TP
+.B \-h
+Print out list of commandline options
+.TP
+.B \-p #
+Padding bytes to put in header (default: 4096)
+.TP
+.B \-0..\-12
+Compression level (default: 5)
+.TP
+.B \-b #
+Block size [16 \- 65535] (default: 4608)
+.TP
+.B \-l #
+Maximum prediction order [0 \- 32] (default: 8)
+.TP
+.B \-o #
+Prediction order selection method (0 = maximum, 1 = estimate (default), 2 = 2\-level, 3 = 4\-level, 4 = 8\-level, 5 = full search)
+.TP
+.B \-s #
+Stereo decorrelation method (0 = independent L+R channels, 1 = mid\-side (default))
+.SH "SEE ALSO"
+.BR flac (1)
+.SH "AUTHOR"
+flake was written by Justin Ruggles <justin.ruggles at gmail.com>.
+.PP
+This manual page was written by Thomas Perl <thp at perli.net>,
+for the Debian project (but may be used by others).
Added: flake/trunk/debian/flake.docs
===================================================================
--- flake/trunk/debian/flake.docs (rev 0)
+++ flake/trunk/debian/flake.docs 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1 @@
+README
Added: flake/trunk/debian/flake.manpages
===================================================================
--- flake/trunk/debian/flake.manpages (rev 0)
+++ flake/trunk/debian/flake.manpages 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1 @@
+debian/flake.1
Added: flake/trunk/debian/libflake-dev.docs
===================================================================
--- flake/trunk/debian/libflake-dev.docs (rev 0)
+++ flake/trunk/debian/libflake-dev.docs 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1 @@
+README
Added: flake/trunk/debian/menu
===================================================================
--- flake/trunk/debian/menu (rev 0)
+++ flake/trunk/debian/menu 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1,2 @@
+?package(flake):needs="text" section="Apps/Sound"\
+ title="flake" command="/usr/bin/flake"
Added: flake/trunk/debian/rules
===================================================================
--- flake/trunk/debian/rules (rev 0)
+++ flake/trunk/debian/rules 2007-06-08 19:50:35 UTC (rev 1457)
@@ -0,0 +1,88 @@
+#!/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_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+config.status: configure
+ dh_testdir
+ CFLAGS="$(CFLAGS)" ./configure --cpu=$(DEB_BUILD_ARCH) --prefix=/usr && touch config.status
+
+
+build: build-stamp
+
+build-stamp: config.status
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE)
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+
+ # Add here commands to clean up after the build process.
+ -$(MAKE) distclean
+ rm -f config.status build-stamp
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/flake.
+ DESTDIR=$(CURDIR)/debian/flake $(MAKE) install-progs
+ # Add here commands to install the package into debian/libflake-dev.
+ DESTDIR=$(CURDIR)/debian/libflake-dev $(MAKE) install-libs
+ DESTDIR=$(CURDIR)/debian/libflake-dev $(MAKE) install-headers
+
+
+# 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_installexamples
+ dh_installman
+ 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: flake/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Demudi-commits
mailing list