debian/0000755000000000000000000000000011524344237007173 5ustar debian/source/0000755000000000000000000000000011524334635010474 5ustar debian/source/format0000644000000000000000000000001411524334635011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211524334635010372 0ustar 7 debian/README.source0000644000000000000000000000030311524334635011347 0ustar divxcomp for Debian ------------------- debian/control0000644000000000000000000000112111524342610010562 0ustar Source: divxcomp Section: utils Priority: optional Maintainer: Dario Minnucci Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.1 Homepage: http://users.telenet.be/cr50624/projects.html Package: divxcomp Architecture: all Replaces: divxcalc Depends: perl-tk, ${misc:Depends} Description: bitrate calculator for DivX;-) movies written in perl This is a bitrate calculator for DivX;-) movies. it helps you to calculate (given the preferred size of the movie the sound bitrate and the length of the movie) the correct encoding video bitrate for a given movie. debian/changelog0000644000000000000000000000353411524343246011051 0ustar divxcomp (0.1-7) unstable; urgency=low * debian/control: - Maintainer info updated. - Added dependency on ${misc:Depends} - Build-Depends updated to use debhelper (>= 7.0.50~) - Bump Standards-Version to 3.9.1: - Added debian/source/format file as 3.0 (quilt) * debian/rules: Is now the 'magic' debian/rules file. * debian/copyright: - Updated my name and email address globally - Added maintainer history under debian/* section -- Dario Minnucci Tue, 08 Feb 2011 23:41:39 +0100 divxcomp (0.1-6) unstable; urgency=low * Updated to debhelper 7 * Conforms with latest Standards Version 3.8.3 * debian/copyright: Adapted to DEP5 (see http://dep.debian.net/deps/dep5/ for details) * debian/rules: Fixes and improvements. * debian/watch: Added. -- Dario Minnucci (midget) Fri, 11 Sep 2009 06:15:46 +0200 divxcomp (0.1-5) unstable; urgency=low * New Maintainer. (Closes: #424713) * Updated to debhelper 5 -- Dario Minnucci (midget) Wed, 05 Sep 2007 02:24:18 +0200 divxcomp (0.1-4) unstable; urgency=low * QA upload. * Set maintainer to QA Group; Orphaned: #424713 * Conforms with latest Standards Version 3.7.2 -- Michael Ablassmeier Thu, 31 May 2007 12:17:11 +0200 divxcomp (0.1-3) unstable; urgency=low * Fixed arch from any to all (Closes: #355920) -- Samuele Giovanni Tonon Fri, 17 Mar 2006 12:38:50 +0100 divxcomp (0.1-2) unstable; urgency=low * Changed Description from DivX:-) to DivX;-) (Closes: #335050) -- Samuele Giovanni Tonon Sat, 29 Oct 2005 11:27:00 +0200 divxcomp (0.1-1) unstable; urgency=low * Initial Release. * Replace divxcalc (Closes: #193971) thanks to Marc Leeman -- Samuele Giovanni Tonon Sun, 10 Aug 2003 19:23:52 +0200 debian/divxcomp.10000644000000000000000000000275111524336671011116 0ustar .\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "DIVXCOMP" "1" "18 August 2003" "divxcomp" "" .SH NAME divxcomp \- Calculate approx. size for ripped avi movies .SH SYNOPSIS \fBdivxcomp\fR .SH "COPYRIGHT" .PP \fBdivxcomp\fR is (c) 2003 by Marc Leeman .PP .SH "DESCRIPTIONS" .PP \fBdivxcomp\fR is a \fBX\fR(7) based calculator to give an average for the DivX :-) bit-rates used to encode avi movies. .PP DivX :-) 4.x is extremely difficult to calculate as the sizes of the video vary depending on the amount of movement and colors, so this gives an average. Your results may be higher or lower than the specified size! A 2 pass rip should normally give much better quality than a 1 pass rip, and mostly also produce a smaller file size. It is however impossible to calculate this accurately, so an intelligent guess is made. .PP I will not take responsibility for any miscalculations or damages caused by this. .SH "BUGS" .PP None known. .SH "AUTHOR" .PP This man page was written by Samuele Giovanni Tonon with the help of Helge Kreutzmann , for the Debian GNU/Linux project but may be used by others. .SH "SEE ALSO" .PP debian/copyright0000644000000000000000000000145111524343345011126 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Name: divxcomp Upstream-Maintainer: Marc Leeman Upstream-Source: http://scorpius.homelinux.org/~marc/downloads/ Files: * Copyright: 2002, Marc Leeman License: GPL-2+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. Files: debian/* Copyright: 2003-2006, Samuele Giovanni Tonon 2007, Michael Ablassmeier 2007-2011, Dario Minnucci License: GPL-2+ On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. debian/watch0000644000000000000000000000012511524337774010232 0ustar version=3 http://scorpius.homelinux.org/~marc/downloads/divxcomp_(.+)\.orig\.tar\.gz debian/rules0000755000000000000000000000120511524342107010243 0ustar #!/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 %: dh $@ override_dh_install: dh_installdirs usr/bin cp divxcomp.pl debian/divxcomp/usr/bin/divxcomp override_dh_installdocs: dh_installdocs README override_dh_installman: dh_installman debian/divxcomp.1