tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.074908 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 12:59:42 +0000 (21:59 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 12:59:42 +0000 (21:59 +0900)
12 files changed:
debian/README.Debian [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libtheora-dev.install [new file with mode: 0644]
debian/libtheora0.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
libtheora.manifest [new file with mode: 0755]
packaging/libtheora.spec

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..d272617
--- /dev/null
@@ -0,0 +1,6 @@
+libtheora for Debian
+--------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- unknown <seungbae.shin>  Fri, 12 Mar 2010 17:27:39 +0900
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..a257e27
--- /dev/null
@@ -0,0 +1,28 @@
+libtheora (1.1.1-1slp4) unstable; urgency=low
+
+  * Fix build break by adding png library dependancy
+  * Git : 165.213.180.234:slp/unmodified/libtheora
+  * Tag : libtheora_1.1.1-1slp4
+
+ -- Seungbae Shin <seungbae.shin@samsung.com>  Thu, 01 Dec 2011 20:43:22 +0900
+
+libtheora (1.1.1-1slp3) unstable; urgency=low
+
+  * Add dbg-package, fPIC, hash-style
+  * Git : 165.213.180.234:/git/slp/unmodified/libtheora
+  * Tag : libtheora_1.1.1-1slp3
+
+ -- Seungbae Shin <seungbae.shin@samsung.com>  Fri, 19 Nov 2010 11:51:03 +0900
+
+libtheora (1.1.1-1slp2) unstable; urgency=low
+
+  * Change package naming rule
+
+ -- Seungbae Shin <seungbae.shin@samsung.com>  Thu, 25 Mar 2010 14:18:41 +0900
+
+libtheora (1.1.1-1) unstable; urgency=low
+
+  * Initial upload
+
+ -- Seungbae Shin <seungbae.shin@samsung.com>  Fri, 12 Mar 2010 17:27:39 +0900
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..8a7230a
--- /dev/null
@@ -0,0 +1,37 @@
+Source: libtheora
+Section: libs
+Priority: optional
+Maintainer: Seungbae Shin <seungbae.shin@samsung.com>
+Build-Depends: autotools-dev, cdbs (>= 0.4.27-3), debhelper (>> 4.0.0), devscripts, doxygen, libogg-dev (>= 1.1.0), libvorbis-dev, python, libtool, automake, quilt, libpng12-dev
+Standards-Version: 3.7.2
+
+Package: libtheora0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: The Theora Video Compression Codec
+ Theora is an open video codec being developed by the Xiph.org
+ Foundation as part of their Ogg project (It is a project that aims to
+ integrate On2's VP3 video codec, Ogg Vorbis audio codec and Ogg
+ multimedia container formats into a multimedia solution that can
+ compete with MPEG-4 format).  Theora is derived directly from On2's
+ VP3 codec; currently the two are nearly identical, varying only in
+ framing headers, but Theora will diverge and improve from the main
+ VP3 development lineage as time progresses.
+
+Package: libtheora-dev
+Architecture: any
+Section: libdevel
+Depends: libtheora0 (= ${binary:Version}), libogg-dev
+Description: The Theora Video Compression Codec (development files)
+ Theora is a fully open, non-proprietary, patent-and-royalty-free,
+ general-purpose compressed video format.
+ .
+ This package contains the header files and documentation needed to develop
+ applications with libtheora.
+
+Package: libtheora-dbg
+Section: debug
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libtheora0 (= ${Source-Version})
+Description: The Theora Video Compression Codec (unstripped)
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..f2ae220
--- /dev/null
@@ -0,0 +1,22 @@
+This package was debianized by unknown <seungbae.shin> on
+Fri, 12 Mar 2010 17:27:39 +0900.
+
+It was downloaded from <fill in http/ftp site>
+
+Upstream Author: <put author(s) name and email here>
+
+Copyright: <put the year(s) of the copyright, and the names of the
+            copyright holder(s) here>
+
+License:
+
+<Put the license of the package here>
+
+
+The Debian packaging is (C) 2010, unknown <seungbae.shin> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644 (file)
index 0000000..ca882bb
--- /dev/null
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..e845566
--- /dev/null
@@ -0,0 +1 @@
+README
diff --git a/debian/libtheora-dev.install b/debian/libtheora-dev.install
new file mode 100644 (file)
index 0000000..09c716d
--- /dev/null
@@ -0,0 +1,5 @@
+usr/include/theora/*
+usr/lib/*.a
+usr/lib/*.la
+usr/lib/pkgconfig/*.pc
+usr/share/doc/libtheora-1.1.1/html/*
diff --git a/debian/libtheora0.install b/debian/libtheora0.install
new file mode 100644 (file)
index 0000000..c497a89
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/libtheora*.so*
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..f2e48e0
--- /dev/null
@@ -0,0 +1,119 @@
+#!/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
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS ?= -Wall -g -fPIC
+LDFLAGS ?= 
+PREFIX ?= /usr
+DATADIR ?= /opt
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -O0
+else
+       CFLAGS += -O2
+endif
+
+LDFLAGS += -Wl,--rpath=$(PREFIX)/lib -Wl,--hash-style=both -Wl,--as-needed
+
+config.status: configure
+       dh_testdir
+       # Add here commands to configure the package.
+       CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --prefix=$(PREFIX) 
+
+build: build-stamp
+
+build-stamp:  config.status
+       dh_testdir
+
+       # Add here commands to compile the package.
+       $(MAKE)
+       #docbook-to-man debian/iniparser.sgml > iniparser.1
+
+       for f in `find $(CURDIR)/debian/ -name "*.in"`; do \
+               cat $$f > $${f%.in}; \
+               sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \
+               sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \
+       done
+
+       touch $@
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp 
+
+       # Add here commands to clean up after the build process.
+       -$(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+       cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+       cp -f /usr/share/misc/config.guess config.guess
+endif
+
+       for f in `find $(CURDIR)/debian/ -name "*.in"`; do \
+               rm -f $${f%.in}; \
+       done
+
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       dh_installdirs
+
+       # Add here commands to install the package into debian/iniparser.
+       $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs 
+       dh_installdocs
+       dh_installexamples
+       dh_install --sourcedir=debian/tmp
+#      dh_installmenu
+#      dh_installdebconf       
+#      dh_installlogrotate
+#      dh_installemacsen
+#      dh_installpam
+#      dh_installmime
+#      dh_python
+#      dh_installinit
+#      dh_installcron
+#      dh_installinfo
+       dh_installman
+       dh_link
+       dh_strip --dbg-package=libtheora-dbg
+       dh_compress
+       dh_fixperms
+#      dh_perl
+       dh_makeshlibs
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 
diff --git a/libtheora.manifest b/libtheora.manifest
new file mode 100755 (executable)
index 0000000..a76fdba
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_" />
+       </request>
+</manifest>
index a909101..eb5d420 100644 (file)
@@ -1,9 +1,10 @@
+#sbs-git:slp/unmodified/libtheora libtheora 1.1.1 24a87e1f6ce116d854505b81f26184facdb18602
 Name:       libtheora
 Summary:    Theora Video Compression Codec
 Version:    1.1.1
-Release:    2
+Release:    6
 Group:      System/Libraries
-License:    BSD
+License:    BSD-2.0
 URL:        http://www.theora.org/
 Source0:    http://downloads.xiph.org/releases/theora/%{name}-%{version}.tar.bz2
 Requires(post):  /sbin/ldconfig
@@ -32,6 +33,16 @@ Description: Headers for Theora Video Compression Codec
 
 %build
 
+%ifarch %{arm}
+%ifarch armv7hl armv7nhl
+export FLOAT_ABI="-mfloat-abi=hard"
+%else
+export FLOAT_ABI="-mfloat-abi=softfp -D__SOFTFP__"
+%endif
+export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian $FLOAT_ABI"
+export CXXFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian $FLOAT_ABI"
+export FFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian $FLOAT_ABI"
+%endif
 %configure --disable-static \
     --enable-shared \
     --disable-sdltest \
@@ -41,6 +52,8 @@ make %{?jobs:-j%jobs}
 
 %install
 rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/license
+cp COPYING %{buildroot}/usr/share/license/%{name}
 %make_install
 rm -rf $RPM_BUILD_ROOT%{_docdir}
 
@@ -52,9 +65,11 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest libtheora.manifest
 %{_libdir}/libtheora.so.*
 %{_libdir}/libtheoradec.so.*
 %{_libdir}/libtheoraenc.so.*
+/usr/share/license/%{name}
 
 %files devel
 %{_includedir}/theora