[SCM] xbmc/master: Ship XBMC Addon headers in xbmc-addons-dev package

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sun May 4 21:16:36 UTC 2014


The following commit has been merged in the master branch:
commit 12be8f4a7482d971392d8f74c16216964d66c4ef
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sun May 4 15:22:45 2014 +0200

    Ship XBMC Addon headers in xbmc-addons-dev package

diff --git a/debian/control b/debian/control
index 76b74cf..85d3d94 100644
--- a/debian/control
+++ b/debian/control
@@ -333,3 +333,30 @@ Description: XBMC Media Center (Event Client XBMC-SEND package)
  .
  This package is the XBMC-SEND package for XBMC Event Client.
 
+Package: xbmc-addons-dev
+Architecture: all
+Section: libdevel
+Depends: ${misc:Depends}
+Description: XBMC Media Center (Addons Dev package)
+ XBMC, recursive acronym for "XBMC Media Center", is an award winning free and
+ open source software media-player and entertainment hub for all your digital
+ media. XBMC is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
+ and Microsoft Windows, as well as the original Xbox game console. Created in
+ 2003 by a group of like minded programmers, XBMC is a non-profit project run
+ and developed by volunteers located around the world. More than 50 software
+ developers have contributed to XBMC, and 100-plus translators have worked to
+ expand its reach, making it available in more than 30 languages.
+ .
+ While XBMC functions very well as a standard media player application for
+ your computer, it has been designed to be the perfect companion for your
+ HTPC. Supporting an almost endless range of remote controls, and combined
+ with its beautiful interface and powerful skinning engine, XBMC feels very
+ natural to use from the couch and is the ideal solution for your home
+ theater. Once installed, your computer will become a fully functional
+ multimedia jukebox.
+ .
+ This is the development package for XBMC Addons.
+ .
+ This package contains independent headers for building Addons
+ without the whole XBMC source tree.
+
diff --git a/debian/xbmc-addons-dev.README.Debian b/debian/xbmc-addons-dev.README.Debian
new file mode 100644
index 0000000..9d87821
--- /dev/null
+++ b/debian/xbmc-addons-dev.README.Debian
@@ -0,0 +1,2 @@
+The current PVR API version can be found in xbmc_pvr_types.h:
+XBMC_PVR_API_VERSION
diff --git a/debian/xbmc-addons-dev.install b/debian/xbmc-addons-dev.install
new file mode 100644
index 0000000..728861b
--- /dev/null
+++ b/debian/xbmc-addons-dev.install
@@ -0,0 +1,5 @@
+addons/library.xbmc.addon/libXBMC_addon.h usr/include/xbmc/
+addons/library.xbmc.gui/libXBMC_gui.h usr/include/xbmc/
+addons/library.xbmc.pvr/libXBMC_pvr.h usr/include/xbmc/
+xbmc/addons/include/*.h usr/include/xbmc/
+xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxPacket.h usr/include/xbmc/

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list