package/kodi-audiodecoder-nosefart: new package
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 22 Jul 2015 20:30:53 +0000 (22:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 30 Jul 2015 07:37:45 +0000 (09:37 +0200)
[Thomas:
   - do not pass -DCMAKE_MODULE_PATH, no longer needed.]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kodi-audiodecoder-nosefart/Config.in [new file with mode: 0644]
package/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart.mk [new file with mode: 0644]
package/kodi/Config.in

diff --git a/package/kodi-audiodecoder-nosefart/Config.in b/package/kodi-audiodecoder-nosefart/Config.in
new file mode 100644 (file)
index 0000000..96591aa
--- /dev/null
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_KODI_AUDIODECODER_NOSEFART
+       bool "kodi-audiodecoder-nosefart"
+       select BR2_PACKAGE_KODI_PLATFORM
+       help
+         Nosefart decoder addon for Kodi
+
+         https://github.com/notspiff/audiodecoder.nosefart
diff --git a/package/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart.mk b/package/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart.mk
new file mode 100644 (file)
index 0000000..40786d7
--- /dev/null
@@ -0,0 +1,13 @@
+################################################################################
+#
+# kodi-audiodecoder-nosefart
+#
+################################################################################
+
+KODI_AUDIODECODER_NOSEFART_VERSION = 936313f2be5c4936af8a643876363dcea76a8ebe
+KODI_AUDIODECODER_NOSEFART_SITE = $(call github,notspiff,audiodecoder.nosefart,$(KODI_AUDIODECODER_NOSEFART_VERSION))
+KODI_AUDIODECODER_NOSEFART_LICENSE = GPLv2+
+KODI_AUDIODECODER_NOSEFART_LICENSE_FILES = src/NSFCodec.cpp
+KODI_AUDIODECODER_NOSEFART_DEPENDENCIES = kodi-platform
+
+$(eval $(cmake-package))
index 68882a9df2e2b839feebb916576ff14554b610ed..a686d6091731dacb17e0913c999d702cf5ff4367 100644 (file)
@@ -251,6 +251,7 @@ config BR2_PACKAGE_KODI_OPTICALDRIVE
 
 menu "Audio decoder addons"
        source "package/kodi-audiodecoder-modplug/Config.in"
+       source "package/kodi-audiodecoder-nosefart/Config.in"
 endmenu
 
 menu "Audio encoder addons"