From 15b6d0ea0929a8b93b141cd056e1f6e21f336059 Mon Sep 17 00:00:00 2001 From: Hyunseok Lee Date: Thu, 23 Aug 2012 17:49:04 +0900 Subject: [PATCH] Update tizen 2.0 beta source --- debian/changelog | 7 --- debian/compat | 1 - debian/control | 79 ------------------------ debian/copyright | 46 -------------- debian/docs | 4 -- debian/libspeex-dev.install | 10 ---- debian/libspeex1.install | 1 - debian/libspeexdsp-dev.install | 8 --- debian/libspeexdsp1.install | 2 - debian/rules | 133 ----------------------------------------- debian/speex.install | 1 - packaging/speex.spec | 2 +- 12 files changed, 1 insertion(+), 293 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/docs delete mode 100644 debian/libspeex-dev.install delete mode 100644 debian/libspeex1.install delete mode 100644 debian/libspeexdsp-dev.install delete mode 100644 debian/libspeexdsp1.install delete mode 100644 debian/rules delete mode 100644 debian/speex.install diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index cb21b51..0000000 --- a/debian/changelog +++ /dev/null @@ -1,7 +0,0 @@ -speex (1.2rc1-5slp2) unstable; urgency=low - - * Initial Release. - * Git: unmodified/speex - * Tag: speex_1.2rc1-5slp2 - - -- Hyunseok Lee Wed, 07 Dec 2011 11:48:26 +0900 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b8626c4..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/debian/control b/debian/control deleted file mode 100644 index 38b933c..0000000 --- a/debian/control +++ /dev/null @@ -1,79 +0,0 @@ -Source: speex -Section: sound -Priority: optional -Maintainer: KwangHui Cho -Uploaders: Seungbae Shin , YoungHwan Ahn -Build-Depends: debhelper (>> 4.1.0), dpkg-dev (>= 1.13.19), autotools-dev, libogg-dev -Standards-Version: 3.8.0 - -Package: speex -Architecture: any -Depends: ${shlibs:Depends} -Description: The Speex codec command line tools - Speex is an audio codec especially designed for compressing voice at low - bit-rates for applications such as voice over IP (VoIP). In some senses, - it is meant to be complementary to the Vorbis codec which places a greater - emphasis on high-quality music reproduction. - This package contains the encoder and decoder command-line applications. - -Package: libspeex1 -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, libogg0 -Suggests: speex -Description: The Speex codec runtime library - Speex is an audio codec especially designed for compressing voice at low - bit-rates for applications such as voice over IP (VoIP). In some senses, - it is meant to be complementary to the Vorbis codec which places a greater - emphasis on high-quality music reproduction. - This package provides the speex runtime library. - -Package: libspeex-dev -Architecture: any -Section: libdevel -Depends: libspeex1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libogg-dev -Suggests: pkg-config -Description: The Speex codec library debug (unstripped) files - -Package: libspeex-dbg -Architecture: any -Section: debug -Depends: libspeex1 (= ${binary:Version}) -Suggests: pkg-config -Description: The Speex codec library development files - Speex is an audio codec especially designed for compressing voice at low - bit-rates for applications such as voice over IP (VoIP). In some senses, - it is meant to be complementary to the Vorbis codec which places a greater - emphasis on high-quality music reproduction. - This package provides the speex library headers and development files. - -Package: libspeexdsp1 -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, libogg0 -Description: The Speex extended runtime library - Speex is an audio codec especially designed for compressing voice at low - bit-rates for applications such as voice over IP (VoIP). In some senses, - it is meant to be complementary to the Vorbis codec which places a greater - emphasis on high-quality music reproduction. - This package provides the runtime library of additional functions that - are part of the Speex distribution. - -Package: libspeexdsp-dev -Architecture: any -Section: libdevel -Depends: libspeexdsp1 (= ${binary:Version}), libspeex-dev (= ${binary:Version}), libogg0 -Suggests: pkg-config -Description: The Speex extended library development files - Speex is an audio codec especially designed for compressing voice at low - bit-rates for applications such as voice over IP (VoIP). In some senses, - it is meant to be complementary to the Vorbis codec which places a greater - emphasis on high-quality music reproduction. - This package provides the speex extended library headers and development files. - -Package: libspeexdsp-dbg -Architecture: any -Section: debug -Depends: libspeexdsp1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Suggests: pkg-config -Description: The Speex extended library debug (unstripped) files diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 8dab381..0000000 --- a/debian/copyright +++ /dev/null @@ -1,46 +0,0 @@ -This package was first debianized by A. Maitland Bottoms -on Tue, 16 Jul 2002 10:02:40 -0400. - -Downloaded from http://www.speex.org/ - -Upstream authors: -Jean-Marc Valin -David Rowe - -Copyright 2002-2007 Xiph.org Foundation -Copyright 2002-2007 Jean-Marc Valin -Copyright 2005-2007 Analog Devices Inc. -Copyright 2005-2007 Commonwealth Scientific and Industrial Research - Organisation (CSIRO) -Copyright 1993, 2002, 2006 David Rowe -Copyright 2003 EpicGames -Copyright 1992-1994 Jutta Degener, Carsten Bormann - -License: - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -- Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -- Neither the name of the Xiph.org Foundation nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/docs b/debian/docs deleted file mode 100644 index c17f037..0000000 --- a/debian/docs +++ /dev/null @@ -1,4 +0,0 @@ -AUTHORS -NEWS -README -TODO diff --git a/debian/libspeex-dev.install b/debian/libspeex-dev.install deleted file mode 100644 index 7c00945..0000000 --- a/debian/libspeex-dev.install +++ /dev/null @@ -1,10 +0,0 @@ -usr/include/speex/speex.h -usr/include/speex/speex_bits.h -usr/include/speex/speex_callbacks.h -usr/include/speex/speex_config_types.h -usr/include/speex/speex_header.h -usr/include/speex/speex_stereo.h -usr/include/speex/speex_types.h -usr/lib/libspeex.a -usr/lib/libspeex.so -usr/lib/pkgconfig/speex.pc diff --git a/debian/libspeex1.install b/debian/libspeex1.install deleted file mode 100644 index 3605775..0000000 --- a/debian/libspeex1.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libspeex.so.* diff --git a/debian/libspeexdsp-dev.install b/debian/libspeexdsp-dev.install deleted file mode 100644 index cde28c3..0000000 --- a/debian/libspeexdsp-dev.install +++ /dev/null @@ -1,8 +0,0 @@ -usr/include/speex/speex_buffer.h -usr/include/speex/speex_echo.h -usr/include/speex/speex_jitter.h -usr/include/speex/speex_preprocess.h -usr/include/speex/speex_resampler.h -usr/lib/libspeexdsp.a -usr/lib/libspeexdsp.so -usr/lib/pkgconfig/speexdsp.pc diff --git a/debian/libspeexdsp1.install b/debian/libspeexdsp1.install deleted file mode 100644 index 540a741..0000000 --- a/debian/libspeexdsp1.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/libspeexdsp.so.* - diff --git a/debian/rules b/debian/rules deleted file mode 100644 index 970ba8b..0000000 --- a/debian/rules +++ /dev/null @@ -1,133 +0,0 @@ -#!/usr/bin/make -f -# Derived from: -# Sample debian/rules that uses debhelper, -# GNU copyright 1997 by Joey Hess. -# Copyright Ron Lee 2003, 2004, 2007, 2008 - -#SHELL = /bin/bash - -#export DH_VERBOSE=1 -export DH_OPTIONS - -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif - -# These are used for cross-compiling and for saving the configure script -# from having to guess our platform (since we know it already) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_GNU_OS) - - -DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) - - -objdir = objs -objdir_sse = objs-sse -objdir_fixedpoint = objs-fixed-point - -all_objs = $(objdir) $(objdir_sse) $(objdir_fixedpoint) -arch_objs = $(objdir) - -ifeq ($(DEB_HOST_ARCH_CPU),arm) -objdir = $(objdir_fixedpoint) -EXTRA_CONFIG_FLAGS = --enable-arm5e-asm --disable-oggtest --disable-float-api --disable-vbr -endif - -ifeq ($(DEB_HOST_ARCH_CPU),i386) -arch_objs += $(objdir_sse) -endif - - -clean: - dh_testdir - dh_testroot - $(RM) *-stamp - $(RM) -r $(all_objs) doc/{html,man,latex} - dh_clean - - -# This first empty one is equivalent to declaring it .SECONDARY while we have -# no target specific variables to set. We don't want it removed by default as -# an unnamed intermediate file when the build target is completed. -$(objdir)/config.status: -$(objdir_sse)/config.status: EXTRA_CONFIG_FLAGS += --enable-sse -$(objdir_fixedpoint)/config.status: EXTRA_CONFIG_FLAGS += --enable-fixed-point - -%/config.status: configure - dh_testdir - mkdir -p $* - echo $(DEB_HOST_GNU_TYPE) - cd $* && ../configure --prefix=/usr \ - $(EXTRA_CONFIG_FLAGS) - -build: build-arch - -build-arch: $(foreach d,$(arch_objs),build-target-$(d)-stamp) -build-target-%-stamp : %/config.status - dh_testdir - cd $* && $(MAKE) - touch $@ - -build-indep: build-indep-stamp -build-indep-stamp: - dh_testdir -# doxygen Doxyfile - touch $@ - - -install: install-arch install-indep - -install-arch: install-arch-stamp -install-arch-stamp: - dh_testdir - cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp - if [ -d "$(objdir_sse)" ]; then \ - dh_install -plibspeex1 $(objdir_sse)/libspeex/.libs/libspeex.so.* usr/lib/sse2; \ - dh_install -plibspeexdsp1 $(objdir_sse)/libspeex/.libs/libspeexdsp.so.* usr/lib/sse2; \ - fi - touch $@ - -install-indep: - - -binary: binary-indep binary-arch - -binary-indep: DH_OPTIONS = -i -binary-indep: build-indep install-indep - dh_testdir - dh_testroot - dh_installdocs - dh_installchangelogs - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary-arch: build-arch install-arch - dh_testdir - dh_testroot - dh_install -a --sourcedir=debian/tmp - dh_installdocs -a - dh_installman -a - dh_installchangelogs -a -# dh_strip -a - dh_strip -a --dbg-package=libspeex-dbg,libspeexdsp-dbg - dh_compress -a - dh_fixperms -a - dh_makeshlibs -plibspeex1 -V"libspeex1 (>= 1.2~beta3-1)" - dh_makeshlibs -plibspeexdsp1 -V"libspeexdsp1 (>= 1.2~beta3.2-1)" - dh_installdeb -a - dh_shlibdeps -a - dh_gencontrol -a - dh_md5sums -a - dh_builddeb -a - - -.PHONY: clean build build-arch build-indep install install-arch install-indep \ - binary binary-arch binary-indep - diff --git a/debian/speex.install b/debian/speex.install deleted file mode 100644 index e772481..0000000 --- a/debian/speex.install +++ /dev/null @@ -1 +0,0 @@ -usr/bin diff --git a/packaging/speex.spec b/packaging/speex.spec index 4aaae0e..0df8fb1 100644 --- a/packaging/speex.spec +++ b/packaging/speex.spec @@ -1,7 +1,7 @@ Name: speex Summary: A voice compression format (codec) Version: 1.2rc1 -Release: 2.22 +Release: 2.23 Group: System/Libraries License: BSD URL: http://www.speex.org/ -- 2.7.4