summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/.git-dpm8
-rw-r--r--debian/changelog60
-rw-r--r--debian/compat1
-rw-r--r--debian/control57
-rw-r--r--debian/copyright32
-rw-r--r--debian/gbp.conf6
-rw-r--r--debian/libsdl-kitchensink-dev.examples1
-rw-r--r--debian/libsdl-kitchensink-dev.install3
-rw-r--r--debian/libsdl-kitchensink1.install1
-rw-r--r--debian/libsdl-kitchensink1.symbols36
-rwxr-xr-xdebian/rules11
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch4
13 files changed, 221 insertions, 0 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..0975fb8
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,8 @@
+# see git-dpm(1) from git-dpm package
+ec6ee1cdb208ea0a34218a087a21a47036850bf1
+ec6ee1cdb208ea0a34218a087a21a47036850bf1
+ec6ee1cdb208ea0a34218a087a21a47036850bf1
+ec6ee1cdb208ea0a34218a087a21a47036850bf1
+sdl-kitchensink_1.0.7.orig.tar.gz
+650bfdfcd9a54b22065dc7a06144068b2e7bf2d9
+69854
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0d753b4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,60 @@
+sdl-kitchensink (1.0.6-1) unstable; urgency=medium
+
+ * New 1.0.6 upstream release
+ * Bump debhelper compat to 11 without changes needed
+ * Install examples to libsdl-kitchensink-dev
+
+ -- Didier Raboud <odyx@debian.org> Fri, 05 Oct 2018 15:20:25 +0200
+
+sdl-kitchensink (1.0.5-1) unstable; urgency=medium
+
+ * New 1.0.5 upstream release
+ - Configure to use dynamically loaded libass
+
+ -- Didier Raboud <odyx@debian.org> Fri, 21 Sep 2018 10:58:55 +0200
+
+sdl-kitchensink (1.0.4-2) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Didier Raboud <odyx@debian.org> Mon, 17 Sep 2018 10:06:08 +0200
+
+sdl-kitchensink (1.0.4-1) experimental; urgency=medium
+
+ * New 1.0.4 upstream release
+ - Add Kit_CreateSourceFromRW symbol
+ * Bump S-V to 4.2.1 without changes needed
+
+ -- Didier Raboud <odyx@debian.org> Mon, 03 Sep 2018 11:48:01 +0200
+
+sdl-kitchensink (1.0.2-1) experimental; urgency=low
+
+ * New 1.0.2 upstream release
+ * Bump S-V to 4.1.4 without changes needed
+ * Bump libsdl-kitchensink SOVERSION from 0 to 1, refresh symbols
+ * Add libsdl2-dev Depends to libsdl-kitchensink-dev
+
+ -- Didier Raboud <odyx@debian.org> Mon, 02 Jul 2018 08:52:43 +0200
+
+sdl-kitchensink (0.0.7-3) unstable; urgency=medium
+
+ * Cleanup d/control thanks to `cme update dpkg-control`
+ * Update Vcs-* for the move to Salsa
+
+ -- Didier Raboud <odyx@debian.org> Fri, 23 Feb 2018 20:55:30 +0100
+
+sdl-kitchensink (0.0.7-2) unstable; urgency=medium
+
+ * Indent lists in extended descriptions
+ * Put libsdl-kitchensink0 in section libs
+ * Mark libsdl-kitchensink{0,-dev} Multi-Arch: same
+ * Add uversionmangle to remove -alpha from upstream tags
+ * Add debian/gbp.conf
+
+ -- Didier Raboud <odyx@debian.org> Wed, 25 Oct 2017 10:32:38 +0200
+
+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..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d7d6405
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,57 @@
+Source: sdl-kitchensink
+Maintainer: Didier Raboud <odyx@debian.org>
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 11~),
+ 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.2.1
+Vcs-Browser: https://salsa.debian.org/debian/sdl-kitchensink
+Vcs-Git: https://salsa.debian.org/debian/sdl-kitchensink.git
+Homepage: https://github.com/katajakasa/SDL_kitchensink
+
+Package: libsdl-kitchensink1
+Architecture: any
+Multi-Arch: same
+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
+Multi-Arch: same
+Section: libdevel
+Depends: libsdl-kitchensink1 (= ${binary:Version}),
+ libsdl2-dev,
+ ${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/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..9961e33
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+[DEFAULT]
+upstream-branch = upstream/latest
+debian-branch = debian/master
+[dch]
+meta = true
+
diff --git a/debian/libsdl-kitchensink-dev.examples b/debian/libsdl-kitchensink-dev.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/libsdl-kitchensink-dev.examples
@@ -0,0 +1 @@
+examples/*
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-kitchensink1.install b/debian/libsdl-kitchensink1.install
new file mode 100644
index 0000000..79f436c
--- /dev/null
+++ b/debian/libsdl-kitchensink1.install
@@ -0,0 +1 @@
+usr/lib/*/libSDL_kitchensink.so.*
diff --git a/debian/libsdl-kitchensink1.symbols b/debian/libsdl-kitchensink1.symbols
new file mode 100644
index 0000000..d5e54a0
--- /dev/null
+++ b/debian/libsdl-kitchensink1.symbols
@@ -0,0 +1,36 @@
+libSDL_kitchensink.so.1 libsdl-kitchensink1 #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_CreateSourceFromCustom@Base 1.0.2
+ Kit_CreateSourceFromRW@Base 1.0.4
+ Kit_CreateSourceFromUrl@Base 0.0.6
+ Kit_GetBestSourceStream@Base 0.0.6
+ Kit_GetError@Base 0.0.6
+ Kit_GetHint@Base 1.0.2
+ Kit_GetKitStreamTypeString@Base 0.0.6
+ Kit_GetPlayerAudioData@Base 1.0.2
+ Kit_GetPlayerAudioStream@Base 1.0.2
+ 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_GetPlayerSubtitleData@Base 1.0.2
+ Kit_GetPlayerSubtitleStream@Base 1.0.2
+ Kit_GetPlayerVideoData@Base 1.0.2
+ Kit_GetPlayerVideoStream@Base 1.0.2
+ Kit_GetSDLAudioFormatString@Base 0.0.6
+ Kit_GetSDLPixelFormatString@Base 0.0.6
+ Kit_GetSourceStreamCount@Base 0.0.6
+ Kit_GetSourceStreamInfo@Base 0.0.6
+ Kit_GetVersion@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_SetHint@Base 1.0.2
+ Kit_SetPlayerScreenSize@Base 1.0.2
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fbac4e2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/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} \
+ -DUSE_DYNAMIC_LIBASS:BOOL=True
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..f06af64
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=uversionmangle=s/(\d)[_\.\-\+]?alpha$/$1/,filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/sdl-kitchensink-$1\.tar\.gz/ \
+ https://github.com/katajakasa/SDL_kitchensink/tags .*/v?(\d\S+)\.tar\.gz
+