summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-10-20 14:01:07 +0200
committerDidier Raboud <odyx@debian.org>2017-10-20 14:01:07 +0200
commit13f145a2d1044a05b12d4cf917ad848d37738812 (patch)
treed26e40029739a298c4a5c13e8fba19a9527c2112
parent81cba7886537400f5505cf5d91e7558510844b51 (diff)
parent6dd7d69158993f3a81ede50f4a48c453776893f0 (diff)
sdl-kitchensink (0.0.7-1) unstable; urgency=medium
* Initial release. (Closes: #878673) [dgit import unpatched sdl-kitchensink 0.0.7-1]
-rw-r--r--debian/.git-dpm8
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control55
-rw-r--r--debian/copyright32
-rw-r--r--debian/libsdl-kitchensink-dev.install3
-rw-r--r--debian/libsdl-kitchensink0.install1
-rw-r--r--debian/libsdl-kitchensink0.symbols30
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
11 files changed, 149 insertions, 0 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..cc8f7cb
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,8 @@
+# see git-dpm(1) from git-dpm package
+48c7daa8e91d96805548ef4d2fa9f4b925c26108
+48c7daa8e91d96805548ef4d2fa9f4b925c26108
+48c7daa8e91d96805548ef4d2fa9f4b925c26108
+48c7daa8e91d96805548ef4d2fa9f4b925c26108
+sdl-kitchensink_0.0.7.orig.tar.gz
+8732427fdaf541cc768d9a26e426d371c74d3753
+3646266
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..eadefd4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sdl-kitchensink (0.0.7-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #878673)
+
+ -- Didier Raboud <odyx@debian.org> Fri, 20 Oct 2017 14:01:07 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..325ca0c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,55 @@
+Source: sdl-kitchensink
+Section: devel
+Priority: optional
+Maintainer: Didier Raboud <odyx@debian.org>
+Build-Depends:
+ debhelper (>= 10.2.5~),
+ cmake,
+ libsdl2-dev,
+ libavcodec-dev,
+ libavdevice-dev,
+ libavfilter-dev,
+ libavformat-dev,
+ libavresample-dev,
+ libavutil-dev,
+ libswresample-dev,
+ libswscale-dev,
+ libpostproc-dev,
+ libass-dev,
+Standards-Version: 4.1.1
+Homepage: https://github.com/katajakasa/SDL_kitchensink
+Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/sdl-kitchensink.git
+Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sdl-kitchensink.git
+
+Package: libsdl-kitchensink0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: FFmpeg and SDL2 based library for audio and video playback
+ It provides FFmpeg-based audio and video playback for SDL which features:
+ - Decoding video & audio via FFmpeg
+ - Dumping video data on SDL_textures
+ - Dumping audio data in the usual mono/stereo interleaved formats
+ - Automatic audio and video conversion to SDL2 friendly formats
+ - Synchronizing video & audio to clock
+ - Seeking forwards and backwards
+ - Bitmap & libass subtitle support
+ .
+ This package contains the shared library.
+
+Package: libsdl-kitchensink-dev
+Architecture: any
+Section: libdevel
+Depends:
+ libsdl-kitchensink0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: FFmpeg and SDL2 based library for audio and video playback - Development files
+ It provides FFmpeg-based audio and video playback for SDL which features:
+ - Decoding video & audio via FFmpeg
+ - Dumping video data on SDL_textures
+ - Dumping audio data in the usual mono/stereo interleaved formats
+ - Automatic audio and video conversion to SDL2 friendly formats
+ - Synchronizing video & audio to clock
+ - Seeking forwards and backwards
+ - Bitmap & libass subtitle support
+ .
+ This package contains the development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..01e9f1f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: SDL_kitchensink
+Upstream-Contact: Tuomas Virtanen <katajakasa@gmail.com>
+Source: https://github.com/katajakasa/SDL_kitchensink
+
+Files: *
+Copyright: 2016 Tuomas Virtanen <katajakasa@gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2017 Didier Raboud <odyx@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
diff --git a/debian/libsdl-kitchensink-dev.install b/debian/libsdl-kitchensink-dev.install
new file mode 100644
index 0000000..fe5c134
--- /dev/null
+++ b/debian/libsdl-kitchensink-dev.install
@@ -0,0 +1,3 @@
+usr/include/kitchensink/*.h
+usr/lib/*/libSDL_kitchensink.so
+usr/lib/*/libSDL_kitchensink_static.a
diff --git a/debian/libsdl-kitchensink0.install b/debian/libsdl-kitchensink0.install
new file mode 100644
index 0000000..79f436c
--- /dev/null
+++ b/debian/libsdl-kitchensink0.install
@@ -0,0 +1 @@
+usr/lib/*/libSDL_kitchensink.so.*
diff --git a/debian/libsdl-kitchensink0.symbols b/debian/libsdl-kitchensink0.symbols
new file mode 100644
index 0000000..d0edaac
--- /dev/null
+++ b/debian/libsdl-kitchensink0.symbols
@@ -0,0 +1,30 @@
+libSDL_kitchensink.so.0 libsdl-kitchensink0 #MINVER#
+ Kit_ClearError@Base 0.0.6
+ Kit_ClosePlayer@Base 0.0.6
+ Kit_CloseSource@Base 0.0.6
+ Kit_CreatePlayer@Base 0.0.6
+ Kit_CreateSourceFromUrl@Base 0.0.6
+ Kit_GetAudioData@Base 0.0.6
+ Kit_GetBestSourceStream@Base 0.0.6
+ Kit_GetError@Base 0.0.6
+ Kit_GetKitStreamTypeString@Base 0.0.6
+ Kit_GetPlayerDuration@Base 0.0.6
+ Kit_GetPlayerInfo@Base 0.0.6
+ Kit_GetPlayerPosition@Base 0.0.6
+ Kit_GetPlayerState@Base 0.0.6
+ Kit_GetSDLAudioFormatString@Base 0.0.6
+ Kit_GetSDLPixelFormatString@Base 0.0.6
+ Kit_GetSourceStream@Base 0.0.6
+ Kit_GetSourceStreamCount@Base 0.0.6
+ Kit_GetSourceStreamInfo@Base 0.0.6
+ Kit_GetSubtitleData@Base 0.0.6
+ Kit_GetVersion@Base 0.0.6
+ Kit_GetVideoData@Base 0.0.6
+ Kit_Init@Base 0.0.6
+ Kit_PlayerPause@Base 0.0.6
+ Kit_PlayerPlay@Base 0.0.6
+ Kit_PlayerSeek@Base 0.0.6
+ Kit_PlayerStop@Base 0.0.6
+ Kit_Quit@Base 0.0.6
+ Kit_SetError@Base 0.0.6
+ Kit_SetSourceStream@Base 0.0.6
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..05a69f1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+%:
+ dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/${DEB_HOST_MULTIARCH} \
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..471d9cf
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/sdl-kitchensink-$1\.tar\.gz/ \
+ https://github.com/katajakasa/SDL_kitchensink/tags .*/v?(\d\S+)\.tar\.gz
+