Skip to content

Commit

Permalink
add debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Mar 24, 2024
1 parent a60d968 commit a6ddf5e
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 0 deletions.
7 changes: 7 additions & 0 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kodi-pvr-rtlradio (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=low

[ kodi ]
* autogenerated dummy changelog

-- Nobody <[email protected]> Sat, 01 Jun 2013 00:59:22 +0200

1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
22 changes: 22 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Source: kodi-pvr-rtlradio
Priority: extra
Maintainer: Nobody <[email protected]>
Build-Depends: debhelper (>= 9.0.0), cmake,
kodi-addon-dev, libfdk-aac-dev, librtlsdr-dev, libfftw3-dev, libgles2-mesa-dev [arm64 armhf], libgl1-mesa-dev [i386 amd64], libglm-dev, libusb-1.0-0-dev, libmpg123-dev, rapidjson-dev, libsqlite3-dev
Standards-Version: 3.9.4
Section: libs

Package: kodi-pvr-rtlradio
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: rtlradio PVR for Kodi
rtlradio PVR for Kodi

Package: kodi-pvr-rtlradio-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: debug symbols for rtlradio PVR for Kodi
debug symbols for rtlradio PVR for Kodi

25 changes: 25 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: pvr.rtlradio
Source: https://github.com/kodi-pvr/pvr.rtlradio

Files: *
Copyright: 2020 flubshi
2021 Team Kodi

License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

2 changes: 2 additions & 0 deletions debian/kodi-pvr-plutotv.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib/*/kodi/addons/pvr.rtlradio/pvr.rtlradio.so*
usr/share/kodi/addons/pvr.rtlradio
22 changes: 22 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/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

%:
dh $@

override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DUSE_LTO=1

override_dh_strip:
dh_strip -pkodi-pvr-rtlradio --dbg-package=kodi-pvr-rtlradio-dbg

override_dh_installdocs:
dh_installdocs --link-doc=kodi-pvr-rtlradio
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit a6ddf5e

Please sign in to comment.