debian/0000755000000000000000000000000012200304403007152 5ustar debian/ebumeter.10000644000000000000000000000402412157215320011056 0ustar .\" .\" 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 EBUMETER 1 "May 13, 2011" .\" 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 insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME \fBebumeter\fP \- a audio loudness meter for Jack Audio Connection Kit .SH SYNOPSIS .B ebumeter .RI [ options ] .br .SH DESCRIPTION This manual page documents briefly the .B ebumeter .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. This manual page was written for the Debian distribution because the original program does not have a manual page. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBebumeter\fP is a audio loudness meter, which allows you to measure Momentary (400 ms), Short term (3s) and Integrated (from start to stop) Loudness. .br This meter displays also LRA \- loudness range, which helps you decide if compression is needed. .PP \fBebumeter\fP is primarily aimed for broadcasting, but can be useful in other situations too. .SH OPTIONS .PP .B \ -h Display short info .PP .B \ -n Name to use as jack client .PP .B \ -g Window position .PP .SH SEE ALSO .BR jackd(1). .br .SH AUTHOR ebumeter was written by Fons Adriaensen . .PP This manual page was written by Jaromír Mikeš , for the Debian project (but may be used by others). debian/source/0000755000000000000000000000000012157215320010464 5ustar debian/source/format0000644000000000000000000000001412157215320011672 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012157215320010613 5ustar debian/patches/01-makefile.patch0000644000000000000000000000252412157215320013632 0ustar Description: Set prefix properly and fix install commands. Removed -march=native optimalization Set -O3 optimalization Author: Jaromír Mikeš Forwarded: no Index: ebumeter/source/Makefile =================================================================== --- ebumeter.orig/source/Makefile 2012-09-27 10:09:33.519146981 +0200 +++ ebumeter/source/Makefile 2012-09-27 10:38:23.923727590 +0200 @@ -19,15 +19,15 @@ # -------------------------------------------------------------------------- -PREFIX = /usr/local +PREFIX = /usr SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') LIBDIR = lib$(SUFFIX) BINDIR = $(PREFIX)/bin SHARED = $(PREFIX)/share/ebumeter VERSION = 0.2.0 CPPFLAGS += -DVERSION=\"$(VERSION)\" -CXXFLAGS += -O2 -Wall -MMD -MP -CXXFLAGS += -march=native +CXXFLAGS += -O3 -Wall -MMD -MP +#CXXFLAGS += -march=native LDFLAGS += -L$(PREFIX)/$(LIBDIR) @@ -46,7 +46,7 @@ button.o guiclass.o ebumeter: CPPFLAGS += -I/usr/include/freetype2 ebumeter: CPPFLAGS += -DPREFIX=\"$(PREFIX)\" -DSHARED=\"$(SHARED)\" -ebumeter: LDFLAGS += -L/usr/X11R6/$(LIBDIR) +ebumeter: LDFLAGS += -L/usr/X11R6/$(LIBDIR) -pthread ebumeter: LDLIBS += -lclthreads -lclxclient -lpthread -ljack -lpng -lXft -lpng -lX11 -lrt ebumeter: $(EBUMETER_O) g++ $(LDFLAGS) -o $@ $(EBUMETER_O) $(LDLIBS) debian/patches/series0000644000000000000000000000002212157215320012022 0ustar 01-makefile.patch debian/changelog0000644000000000000000000000222212200304327011027 0ustar ebumeter (0.2.0~dfsg0-3) unstable; urgency=low * Tighten build-dep on libclxclient. -- Jaromír Mikeš Wed, 07 Aug 2013 01:33:03 +0200 ebumeter (0.2.0~dfsg0-2) unstable; urgency=low * Fix description. (Closes: #712399) * Bump standards. * Fix VCS canonical URLs. * Don't sign tags. * Added Keywords entry to desktop file. -- Jaromír Mikeš Sun, 16 Jun 2013 03:56:41 +0200 ebumeter (0.2.0~dfsg0-1) unstable; urgency=low * New upstream release. * Set compat/dh 9 to fix hardening. * Introduce doc package. * Update man pages. -- Jaromír Mikeš Thu, 27 Sep 2012 10:12:43 +0200 ebumeter (0.1.0~dfsg-2) unstable; urgency=low [ Alessio Treglia ] * debian/watch: Strip ~dfsg from Debian version number. * wrap-and-sort -a -s * Update debian/copyright. * libpng12-dev -> libpng-dev (Closes: #662310) * Bump Standards. -- Jaromír Mikeš Tue, 10 Apr 2012 23:57:37 +0200 ebumeter (0.1.0~dfsg-1) unstable; urgency=low * Initial release (Closes: #626533) -- Jaromír Mikeš Thu, 12 May 2011 15:44:17 +0200 debian/ebumeter.install0000644000000000000000000000010412157215320012357 0ustar usr/bin usr/share/ebumeter usr/share/applications usr/share/pixmaps debian/compat0000644000000000000000000000000212157215320010362 0ustar 9 debian/watch0000644000000000000000000000017412157215320010217 0ustar version=3 opts=dversionmangle=s/~dfsg.*// \ http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ ebumeter-(.*)\.tar\.bz2 debian/gbp.conf0000644000000000000000000000006212157216225010606 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/control0000644000000000000000000000324612200303720010563 0ustar Source: ebumeter Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Jaromír Mikeš Build-Depends: binutils, debhelper (>= 9), libclthreads-dev (>= 2.4.0), libclxclient-dev (>= 3.9.0), libjack-dev, libpng-dev, libsndfile1-dev Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/ebumeter.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/ebumeter.git Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ Package: ebumeter Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Loudness measurement according to EBU-R128 These tools help controlling loudness of audio material aimed primarily for broadcasting, but they can be useful in other situation. . ebumeter and ebur128 allow users to measure Momentary (400 ms), Short term (3s) and Integrated Loudness (from start to stop). They can be used on audio files and signals through JACK. . This package contains two programs: * ebumeter - interactive meter working via jackd * ebur128 - the command line app to measure sound files Package: ebumeter-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: Loudness measurement EBU-R128 - documentation These tools help controlling loudness of audio material aimed primarily for broadcasting, but they can be useful in other situation. . ebumeter and ebur128 allow users to measure Momentary (400 ms), Short term (3s) and Integrated Loudness (from start to stop). They can be used on audio files and signals through JACK. . This package contains html documentation debian/ebur128.10000644000000000000000000000435012157215320010440 0ustar .\" .\" 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 EBUR128 1 "Sep 27, 2012" .\" 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 insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME \fBebur128\fP \- a command line app measuring loudness on audio files. .SH SYNOPSIS .B ebur128 .RI [ options ] [ file ] .br .SH DESCRIPTION This manual page documents briefly the .B ebur128 .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. This manual page was written for the Debian distribution because the original program does not have a manual page. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBebur128\fP is a command line app measuring loudness on audio files. .br This application allows you to measure Momentary, Short term and Integrated loudness besides other values. .PP .br Integrated loudness (from start to stop) .br Loudness range .br Integrated threshold .br Range threshold .br Range min .br Range max .br Momentary max (400 ms) .br Short term max (3s) .PP \fBebur128\fP is primarily aimed for broadcasting, but can be useful in other situations too. .SH OPTIONS .PP .B \ -\-help Display short info .PP .B \ -\-lufs Use absolute units .PP .B \ -\-prob Write cumulative probability file .PP .B \ -\-full For all info to be printed .PP .SH AUTHOR ebur128 was written by Fons Adriaensen . .PP This manual page was written by Jaromír Mikeš , for the Debian project (but may be used by others). debian/rules0000755000000000000000000000120712157215320010244 0ustar #!/usr/bin/make -f # -*- makefile -*- LDFLAGS+=-Wl,--as-needed %: dh $@ --sourcedir=source override_dh_installchangelogs: dh_installchangelogs README override_dh_auto_install: install -d $(CURDIR)/debian/tmp/usr/share/doc/ebumeter-doc install -m 644 $(CURDIR)/doc/* \ $(CURDIR)/debian/tmp/usr/share/doc/ebumeter-doc/ install -d $(CURDIR)/debian/tmp/usr/share/applications install -m 644 $(CURDIR)/debian/ebumeter.desktop \ $(CURDIR)/debian/tmp/usr/share/applications/ install -d $(CURDIR)/debian/tmp/usr/share/pixmaps/ install -m 644 $(CURDIR)/debian/ebumeter32x32.xpm \ $(CURDIR)/debian/tmp/usr/share/pixmaps/ dh_auto_install debian/docs0000644000000000000000000000000712157215320010034 0ustar README debian/ebumeter.manpages0000644000000000000000000000004312157215320012506 0ustar debian/ebumeter.1 debian/ebur128.1 debian/ebumeter-doc.doc-base0000644000000000000000000000043612157215320013141 0ustar Document: ebumeter-doc Title: ebumeter documentation Author: Fons Adriaensen Abstract: This set of documents provides help for using the ebumeter Section: Sound Format: html Index: /usr/share/doc/ebumeter-doc/quickguide.html Files: /usr/share/doc/ebumeter-doc/* debian/ebumeter32x32.xpm0000644000000000000000000000752312157215320012233 0ustar /* XPM */ static char *ebumeter__x__[] = { /* columns rows colors chars-per-pixel */ "32 32 102 2", " c #000000", ". c #030503", "X c #030603", "o c #050A05", "O c #060C06", "+ c #080F08", "@ c #081109", "# c #0B150B", "$ c #0B160C", "% c #0E1B0E", "& c #0F1D0F", "* c #0F1E10", "= c #101F10", "- c #112212", "; c #132614", ": c #132714", "> c #142815", ", c #162C17", "< c #172D18", "1 c #172F19", "2 c #1A331B", "3 c #1A341B", "4 c #1B361C", "5 c #1C381E", "6 c #1D3A1F", "7 c #1E3B1F", "8 c #1F3D20", "9 c #203F21", "0 c #204022", "q c #214223", "w c #224323", "e c #234625", "r c #244725", "t c #244826", "y c #274D29", "u c #274E29", "i c #29512B", "p c #2A532C", "a c #2B542C", "s c #2C582E", "d c #2E5A30", "f c #2E5B30", "g c #2F5E32", "h c #306032", "j c #316233", "k c #336535", "l c #356938", "z c #376D39", "x c #386F3A", "c c #38703B", "v c #3A723C", "b c #3B763E", "n c #3D783F", "m c #3E7B41", "M c #3F7D42", "N c #407E43", "B c #418044", "V c #418144", "C c #448647", "Z c #458848", "A c #468C4A", "S c #488E4B", "D c #488F4B", "F c #49914C", "G c #4A924D", "H c #4A944E", "J c #4C9750", "K c #4D9850", "L c #4D9951", "P c #4E9B51", "I c #4E9B52", "U c #509E53", "Y c #509F54", "T c #51A155", "R c #53A457", "E c #54A758", "W c #55A858", "Q c #56AA59", "! c #56AA5A", "~ c #57AD5B", "^ c #58AF5C", "/ c #5AB35E", "( c #5BB55F", ") c #5DB861", "_ c #5EBB63", "` c #5FBC63", "' c #60BE64", "] c #61BF65", "[ c #62C367", "{ c #64C668", "} c #66CB6B", "| c #67CD6C", " . c #68CE6D", ".. c #6AD36F", "X. c #6BD46F", "o. c #6BD470", "O. c #6CD671", "+. c #6DD872", "@. c #6EDB73", "#. c #6FDD74", "$. c #71DF76", "%. c #71E076", /* pixels */ "%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.", "%.%.%.%.%.%.%.%.%.%.%.] s / %.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.", "/ % % % % % % % 3 %.%.Q G %.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.", "~ % %.%.Q G %.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.", "~ k } } } } } .%.%.Q G %.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.", "~ c %.%.%.%.%.%.%.%.Q G %.%.%.%.$.$.%.%.%.$.%.%.%.%.%.%.%.%.", "~ c %.%.%.%.%.%.%.%.Q G / a > g .$.%.%.{ d / $.%.%.$.m v %.", "~ c %.%.%.%.%.%.%.%.Q M @ . . 2 @.%.%./ G $.%.%.$.2 > %.", "~ c %.%.%.%.%.%.%.%.Q O i O.O.a B $.$./ F $.%.%.%.2 : %.", "~ @ - - - - - x %.%.Q @ @.%.%.$.# > $.$./ F %.%.%.%.2 > %.", "~ d %.%.Q s %.%.%.%.s } $./ F %.%.%.%.2 > %.", "~ k } } } } } o.%.%.Q m %.%.%.%.B ( %./ F %.%.%.%.3 > %.", "~ c %.%.%.%.%.%.%.%.Q A %.%.%.%.H T $./ G %.%.%.%.2 : %.", "~ c %.%.%.%.%.%.%.%.Q C %.%.%.%.S Q %./ F %.%.%.%.2 > %.", "~ c %.%.%.%.%.%.%.%.Q b %.%.%.%.m ) %.) M %.%.%.%.= > %.", "~ c %.%.%.%.%.%.%.%.Q q %.%.%.%.r ..%. . p %.%.%.... > %.", "~ c $.$.$.%.$.$.$.%.Q X [ %.%.{ . q %.%.$.o : %.%.%.v > %.", "~ - e e e e e e @.%.Q ; - K J : T %.%.%.i , H k @ & > %.", "~ @.$.Q S 2 l %.%.%.$.[ # L 2 > %.", "..Q Q Q R Q Q Q E $.$...Q .@.I z R %.%.%.%.$.%.{ M b ` %.( / %.", "$.$.$.%.%.%.%.%.$.%.%.%.%.%.%.%.%.2 @.$.$.$.%.%.%.%.%.%.%.%.%.%.", "%.$.$...%.%.%.#.$.%.%.%.%.%.%.%.%.& X.%.%.%.%.$.%.%.%.%.%.%.%.%.", "%.@ v 6 O.6 & ~ %.%.} 6 > F $.R @ l m %.%.A g T %.$.) | ) ~ $.", "%.O t ( , 6 n Z , $.$.2 y B @ ' R $ a h %.Z O i o Q $.s p o s %.", "%.# Q %.m : $.$.- @.[ # %.%.n k %.3 ] $.%.: ^ %.L q $.h - { %.%.", "$.% ..%.L y %.%.q ( T < L L N 9 %.6 ) $.$.o } X.| % $.l d %.%.%.", "%.- X.%.Q u %.%.u R U @ 6 4 3 y %.q / $... . @.z M %.%.%.", "%.> } %./ e %.%.a I ] = %.%.$.%.$.e Q %.$.o o.$.@.O.$.m M %.%.%.", "$.2 { %.) 7 %.%.d I @.@ ) %.%.%.%.h H %.%.1 L %.%.%.%.B b %.%.%.", "$.8 ) %.` 6 %.%.h G $.N @ v c s %.G 6 L o.S * H ) l %.Z z %.%.%.", "%./ O.%.O.I %.%.Q ] %.%.Z 6 t R %.O.b : ) %.v + X p %.D k %.%.%.", "%.$.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.%.$.#.$.%.$.#.%.%.%." }; debian/copyright0000644000000000000000000000224612200303775011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ebumeter Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ License: GPL-2+ Files: * Copyright: 2006-2011 Fons Adriaensen License: GPL-2+ Files: debian/* Copyright: 2011-2013 Jaromír Mikeš License: GPL-2+ 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. Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/ebumeter-doc.install0000644000000000000000000000003312157215320013123 0ustar usr/share/doc/ebumeter-doc debian/ebumeter.desktop0000644000000000000000000000043112157217415012374 0ustar [Desktop Entry] Type=Application Name=Ebumeter GenericName=Loudness meter according to EBU-R128 Comment=Loudness meter according to EBU-R128 for JACK Keywords=audio;sound;jackd,meter,loudness,measurement Icon=ebumeter32x32 Exec=ebumeter Terminal=false Categories=AudioVideo;Audio; debian/menu0000644000000000000000000000023712157215320010055 0ustar ?package(ebumeter):needs="X11" section="Applications/Sound"\ title="ebumeter" \ command="/usr/bin/ebumeter"\ icon="/usr/share/pixmaps/ebumeter32x32.xpm"