debian/0000755000000000000000000000000012207103560007162 5ustar debian/compat0000644000000000000000000000000212207102713010357 0ustar 9 debian/rules0000755000000000000000000000125112207102713010240 0ustar #!/usr/bin/make -f # -*- makefile -*- # Support multiple makes at once ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) else # on i386 and amd64, we query the system unless overriden by DEB_BUILD_OPTIONS ifeq ($(DEB_HOST_ARCH),i386) NUMJOBS := -j$(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) else ifeq ($(DEB_HOST_ARCH),amd64) NUMJOBS := -j$(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) endif endif %: dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules override_dh_strip: dh_strip --dbg-package=vo-amrwbenc-dbg debian/control0000644000000000000000000000364312207103151010567 0ustar Source: vo-amrwbenc Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Reinhard Tartler , Andres Mejia Build-Depends: debhelper (>= 8.1.3~), dh-autoreconf Standards-Version: 3.9.4 Section: libs Homepage: http://opencore-amr.git.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/vo-amrwbenc.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/vo-amrwbenc.git Package: libvo-amrwbenc-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libvo-amrwbenc0 (= ${binary:Version}), ${misc:Depends} Description: VisualOn AMR-WB encoder library (development files) This library contains an encoder implementation of the Adaptive Multi Rate Wideband (AMR-WB) audio codec. The library is based on a codec implementation by VisualOn, part of the Stagefright framework from the Google Android project. Package: libvo-amrwbenc0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: VisualOn AMR-WB encoder library This library contains an encoder implementation of the Adaptive Multi Rate Wideband (AMR-WB) audio codec. The library is based on a codec implementation by VisualOn, part of the Stagefright framework from the Google Android project. . This package contains development files. Package: vo-amrwbenc-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Depends: libvo-amrwbenc0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: VisualOn AMR-WB encoder library (debugging symbols) This library contains an encoder implementation of the Adaptive Multi Rate Wideband (AMR-WB) audio codec. The library is based on a codec implementation by VisualOn, part of the Stagefright framework from the Google Android project. . This package contains the debugging symbols. debian/changelog0000644000000000000000000000307712207103224011040 0ustar vo-amrwbenc (0.1.3-1) unstable; urgency=low * Team upload. * New upstream bugfix release. * Remove myself from the Uploaders field. * Fix VCS URLs. * Update debian/copyright. * Bump Standards. -- Alessio Treglia Tue, 27 Aug 2013 11:59:15 +0100 vo-amrwbenc (0.1.2-1) unstable; urgency=low * New upstream release. * Add myself to Uploaders field. * Set dpkg-source options as default for packaging. * Show compiler flags during builds. * Include static library in dev package. * Add lintian override for package-needs-versioned-debhelper-build-depends. * Bump to Standards-Version 3.9.3. * Change Priority for packages. -- Andres Mejia Sun, 18 Mar 2012 13:40:21 -0400 vo-amrwbenc (0.1.1-2) unstable; urgency=low * Build with multiarch. * Add --parallel to dh's sequencer options. * Fix small syntax error in debian/copyright. * Fix binary-control-field-duplicates-source field "section" in package libvo-amrwbenc0. * Remove debian/libvo-amrwbenc-dev.dirs to avoid the installation of empty dirs. -- Alessio Treglia Mon, 13 Feb 2012 19:04:49 +0100 vo-amrwbenc (0.1.1-1) unstable; urgency=low [ Reinhard Tartler ] * Add a debian/watch file * Imported Upstream version 0.1.0 [ Alessio Treglia ] * Imported Upstream version 0.1.1 -- Alessio Treglia Fri, 20 May 2011 16:17:50 +0200 vo-amrwbenc (0.1.0~rc1-1) unstable; urgency=low * Initial release (Closes: #619891) -- Reinhard Tartler Fri, 08 Apr 2011 07:22:51 +0200 debian/gbp.conf0000644000000000000000000000003612207102713010577 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000325612207103130011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vo-amrwbenc Upstream-Contact: Martin Storsjo Source: http://opencore-amr.git.sourceforge.net/ License: Apache-2.0 Files: amrwb-enc.cpp wavreader.* Copyright: 2009 Martin Storsjo License: Apache-2.0 Files: common/include/* Copyright: 2003-2010, VisualOn, Inc License: Apache-2.0 Files: common/* Copyright: 2003-2010, VisualOn, Inc License: Apache-2.0 Files: amrwbenc/basic_op/* Copyright: 2003-2010, VisualOn, Inc License: Apache-2.0 Files: amrwbenc/src/* Copyright: 2003-2010, VisualOn, Inc License: Apache-2.0 Files: amrwbenc/AMRWBEncoder.cpp Copyright: 2010 The Android Open Source Project License: Apache-2.0 Files: amrwbenc/inc/* Copyright: 2003-2010, VisualOn, Inc License: Apache-2.0 Files: amrwbenc/SampleCode/AAC_E_SAMPLES.c: Copyright: 2003-2010, VisualOn, Inc License: Apache-2.0 Files: debian/* Copyright: 2013 Alessio Treglia 2011, Reinhard Tartler License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". debian/libvo-amrwbenc-dev.install0000644000000000000000000000012012207102713014225 0ustar usr/include/vo-amrwbenc/* usr/lib/*/*.so usr/lib/*/*.a usr/lib/*/pkgconfig/*.pc debian/source/0000755000000000000000000000000012207102713010461 5ustar debian/source/lintian-overrides0000644000000000000000000000020112207102713014033 0ustar # Ignore this since only debhelper (>= 8.1.3~) is needed. vo-amrwbenc source: package-needs-versioned-debhelper-build-depends 9 debian/source/options0000644000000000000000000000005212207102713012074 0ustar unapply-patches abort-on-upstream-changes debian/source/format0000644000000000000000000000001412207102713011667 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007712207102713010216 0ustar version=3 http://sf.net/opencore-amr/vo-amrwbenc-(.+)\.tar\.gz debian/libvo-amrwbenc0.install0000644000000000000000000000002112207102713013531 0ustar usr/lib/*/*.so.*