summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKibum Kim <kb0929.kim@samsung.com>2012-01-07 00:48:10 +0900
committerKibum Kim <kb0929.kim@samsung.com>2012-01-07 00:48:10 +0900
commit87d4884d38e94105cea0640175e8e70604a23638 (patch)
treebe8ef7505886dad612cb5b4636263160ff42a7d2 /debian
parent06e2dff413544d0e1465e0cb4897fe32e4de2c22 (diff)
downloadlibmedia-thumbnail-87d4884d38e94105cea0640175e8e70604a23638.tar.gz
libmedia-thumbnail-87d4884d38e94105cea0640175e8e70604a23638.tar.bz2
libmedia-thumbnail-87d4884d38e94105cea0640175e8e70604a23638.zip
Git init
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/changelog31
-rwxr-xr-xdebian/compat1
-rwxr-xr-xdebian/control49
-rwxr-xr-xdebian/copyright15
-rwxr-xr-xdebian/docs1
-rwxr-xr-xdebian/libmedia-thumbnail-dev.install.in2
-rwxr-xr-xdebian/libmedia-thumbnail.install.in1
-rwxr-xr-xdebian/media-thumbnail-server.install.in2
-rwxr-xr-xdebian/rules118
9 files changed, 220 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100755
index 0000000..bac81d5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,31 @@
+libmedia-thumbnail (0.2.0-3) unstable; urgency=low
+
+ * Separates md5 codes to another shared object
+ * Git : pkgs/l/libmedia-thumbnail
+ * Tag : libmedia-thumbnail_0.2.0-3
+
+ -- Hyunjun Ko <zzoon.ko@samsung.com> Tue, 3 Jan 2011 18:30:00 +0900
+
+libmedia-thumbnail (0.2.0-2) unstable; urgency=low
+
+ * Remove timeout in select for battery
+ * Git : pkgs/l/libmedia-thumbnail
+ * Tag : libmedia-thumbnail_0.2.0-2
+
+ -- Hyunjun Ko <zzoon.ko@samsung.com> Thu, 22 Dec 2011 16:00:00 +0900
+
+libmedia-thumbnail (0.2.0-1) unstable; urgency=low
+
+ * Change the symbolic link path of start script
+ * Git : pkgs/l/libmedia-thumbnail
+ * Tag : libmedia-thumbnail_0.2.0-1
+
+ -- Hyunjun Ko <zzoon.ko@samsung.com> Tue, 20 Dec 2011 18:00:00 +0900
+
+libmedia-thumbnail (0.2.0-0) unstable; urgency=low
+
+ * Initial Release.
+ * Git : pkgs/l/libmedia-thumbnail
+ * Tag : libmedia-thumbnail_0.2.0-0
+
+ -- Hyunjun Ko <zzoon.ko@samsung.com> Wed, 7 Dec 2011 15:50:00 +0900
diff --git a/debian/compat b/debian/compat
new file mode 100755
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100755
index 0000000..a5573b9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: libmedia-thumbnail
+Section: libs
+Priority: extra
+Maintainer: Hyunjun Ko<zzoon.ko@samsung.com>, Byungwook Jang <bw.jang@samsung.com>
+Uploaders: Hyunjun Ko<zzoon.ko@samsung.com>
+Build-Depends: debhelper (>= 5), libglib2.0-dev,
+ dlog-dev,
+ libmedia-service-dev,
+ libmm-fileinfo-dev,
+ libmm-utility-dev,
+ drm-service-dev,
+ libexif-dev,
+ libheynoti-dev,
+ libevas-dev,
+ libecore-dev,
+ libaul-1-dev
+Standards-Version: 0.1
+Homepage: N/A
+
+Package: media-thumbnail-server
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+Description: Media Thumbnail Server.
+
+Package: media-thumbnail-server-dbg
+Section: debug
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+Description: Media Thumbnail Server debug pkg.
+
+Package: libmedia-thumbnail
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Media thumbnail service library for multimedia applications.
+
+Package: libmedia-thumbnail-dev
+Section: libdevel
+Architecture: any
+Depends: libmedia-thumbnail (= ${Source-Version}), libmedia-service-dev, libmm-fileinfo-dev, libmm-utility-dev, libglib2.0-dev, dlog-dev, drm-service-dev, libevas-dev, libecore-dev, libexif-dev, libaul-1-dev
+Description: Media thumbnail service library for multimedia applications. (development)
+
+Package: libmedia-thumbnail-dbg
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}, libmedia-thumbnail (= ${Source-Version})
+Description: Media thumbnail service library for multimedia applications. (unstripped)
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100755
index 0000000..cfce9f8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+
+Contact: Hyunjun Ko <zzoon.ko@samsung.com>
+
+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.
diff --git a/debian/docs b/debian/docs
new file mode 100755
index 0000000..a0f0008
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+CMakeLists.txt
diff --git a/debian/libmedia-thumbnail-dev.install.in b/debian/libmedia-thumbnail-dev.install.in
new file mode 100755
index 0000000..bb9b916
--- /dev/null
+++ b/debian/libmedia-thumbnail-dev.install.in
@@ -0,0 +1,2 @@
+@PREFIX@/lib/pkgconfig/*
+@PREFIX@/include/*
diff --git a/debian/libmedia-thumbnail.install.in b/debian/libmedia-thumbnail.install.in
new file mode 100755
index 0000000..636e09d
--- /dev/null
+++ b/debian/libmedia-thumbnail.install.in
@@ -0,0 +1 @@
+@PREFIX@/lib/libmedia-*.so*
diff --git a/debian/media-thumbnail-server.install.in b/debian/media-thumbnail-server.install.in
new file mode 100755
index 0000000..8efa1fd
--- /dev/null
+++ b/debian/media-thumbnail-server.install.in
@@ -0,0 +1,2 @@
+@PREFIX@/bin/media-thumbnail-server
+/etc/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..50427cf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,118 @@
+#!/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
+
+CFLAGS += -Wall -g
+LDFLAGS +=
+PREFIX ?= /usr
+DATADIR ?= /usr/share
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0 -fPIC
+else
+ CFLAGS += -O2 -fPIC
+endif
+
+LDFLAGS += -Wl,--rpath=$(PREFIX)/lib -Wl,--as-needed -Wl,--hash-style=both
+
+CMAKE_BUILD_DIR ?= $(CURDIR)/cmake_build_tmp
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+ mkdir -p $(CMAKE_BUILD_DIR) && cd $(CMAKE_BUILD_DIR) && \
+ CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" cmake .. -DCMAKE_INSTALL_PREFIX="$(PREFIX)"
+
+ touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ # Add here commands to compile the package.
+ cd $(CMAKE_BUILD_DIR) && $(MAKE)
+
+ 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 configure-stamp
+
+ # Add here commands to clean up after the build process.
+ rm -rf $(CMAKE_BUILD_DIR)
+
+ 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/wavplayer.
+ cd $(CMAKE_BUILD_DIR) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+ mkdir -p $(CURDIR)/debian/tmp/etc/rc.d/rc5.d/
+ ln -s /etc/init.d/thumbsvr $(CURDIR)/debian/tmp/etc/rc.d/rc5.d/S47thumbsvr
+ mkdir -p $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/
+ ln -s /etc/init.d/thumbsvr $(CURDIR)/debian/tmp/etc/rc.d/rc3.d/S47thumbsvr
+
+
+# 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=libmedia-thumbnail-dbg
+ dh_strip --dbg-package=media-thumbnail-server-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 configure