debian/0000755000000000000000000000000012207102704007161 5ustar debian/compat0000644000000000000000000000000212207101710010353 0ustar 9 debian/rules0000755000000000000000000000124712207101710010241 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-aacenc-dbg debian/libvo-aacenc-dev.dirs0000644000000000000000000000002612207101710013135 0ustar usr/include/vo-aacenc debian/control0000644000000000000000000000353012207102522010563 0ustar Source: vo-aacenc Section: libs Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Reinhard Tartler , Andres Mejia Build-Depends: debhelper (>= 8.1.3~), dh-autoreconf Standards-Version: 3.9.4 Homepage: http://opencore-amr.git.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/vo-aacenc.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/vo-aacenc.git Package: libvo-aacenc-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libvo-aacenc0 (= ${binary:Version}), ${misc:Depends} Description: VisualOn AAC encoder library (development files) This library contains an encoder implementation of the Advanced Audio Coding (AAC) 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: libvo-aacenc0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: VisualOn AAC encoder library This library contains an encoder implementation of the Advanced Audio Coding (AAC) audio codec. The library is based on a codec implementation by VisualOn, part of the Stagefright framework from the Google Android project. Package: vo-aacenc-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Depends: libvo-aacenc0 (= ${binary:Version}), ${misc:Depends} Description: VisualOn AAC encoder library (debugging symbols) This library contains an encoder implementation of the Advanced Audio Coding (AAC) 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/libvo-aacenc-dev.install0000644000000000000000000000011612207101710013642 0ustar usr/include/vo-aacenc/* usr/lib/*/*.so usr/lib/*/*.a usr/lib/*/pkgconfig/*.pc debian/changelog0000644000000000000000000000252312207102541011034 0ustar vo-aacenc (0.1.3-1) unstable; urgency=low * Team upload. * New upstream bugfix release. * Remove myself from Uploaders field. * Fix VCS urls. * Update debian/copyright. * Bump Standards. -- Alessio Treglia Tue, 27 Aug 2013 11:51:07 +0100 vo-aacenc (0.1.2-1) unstable; urgency=low * New upstream release. * Add myself to uploaders field. * Bump to Standards-Version 3.9.3. * Remove symbols files. * Include static library in dev package. * Show compiler flags during build. * Make dpkg-source options default for packaging. * Add lintian override for package-needs-versioned-debhelper-build-depends. * Change Priority of packages. -- Andres Mejia Sun, 18 Mar 2012 13:23:11 -0400 vo-aacenc (0.1.1-2) unstable; urgency=low * Build with Multiarch. * Add --parallel to DH sequencer's options. * Fix small syntax error in debian/copyright. -- Alessio Treglia Mon, 13 Feb 2012 18:36:33 +0100 vo-aacenc (0.1.1-1) unstable; urgency=low * Imported upstream 0.1.1 final release. * Add symbols file. * Add watch file. -- Alessio Treglia Fri, 20 May 2011 16:04:28 +0200 vo-aacenc (0.1.0~rc1-1) unstable; urgency=low * Initial release (Closes: 619885) -- Reinhard Tartler Tue, 29 Mar 2011 16:49:56 +0200 debian/libvo-aacenc0.install0000644000000000000000000000002112207101710013141 0ustar usr/lib/*/*.so.* debian/gbp.conf0000644000000000000000000000003612207101710010573 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000323612207102163011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vo-aacenc Upstream-Contact: Martin Storsjo Source: http://opencore-amr.git.sourceforge.net/ License: Apache-2.0 Files: aac-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: aacenc/basic_op/* Copyright: 2003-2010, VisualOn, Inc License: Apache-2.0 Files: aacenc/src/* Copyright: 2003-2010, VisualOn, Inc License: Apache-2.0 Files: aacenc/AACEncoder.cpp Copyright: 2010 The Android Open Source Project License: Apache-2.0 Files: aacenc/inc/* Copyright: 2003-2010, VisualOn, Inc License: Apache-2.0 Files: aacenc/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/source/0000755000000000000000000000000012207101710010455 5ustar debian/source/lintian-overrides0000644000000000000000000000017712207101710014043 0ustar # Ignore this since only debhelper (>= 8.1.3~) is needed. vo-aacenc source: package-needs-versioned-debhelper-build-depends 9 debian/source/options0000644000000000000000000000005212207101710012070 0ustar unapply-patches abort-on-upstream-changes debian/source/format0000644000000000000000000000001412207101710011663 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007512207101710010210 0ustar version=3 http://sf.net/opencore-amr/vo-aacenc-(.*)\.tar\.gz