diff -Nru kodi-audioencoder-lame-1.1.0/debian/changelog kodi-audioencoder-lame-1.1.0/debian/changelog --- kodi-audioencoder-lame-1.1.0/debian/changelog 2015-11-23 20:45:52.000000000 +0000 +++ kodi-audioencoder-lame-1.1.0/debian/changelog 2016-05-12 08:41:45.000000000 +0000 @@ -1,4 +1,4 @@ -kodi-audioencoder-lame (1.1.0-1~trusty) trusty; urgency=low +kodi-audioencoder-lame (1.1.0-2~trusty) trusty; urgency=low [ xbmc ] * autogenerated dummy changelog @@ -6,4 +6,4 @@ [ wsnipex ] * no upstream changelog available - -- wsnipex Mon, 23 Nov 2015 21:45:52 +0100 + -- wsnipex Thu, 12 May 2016 10:41:45 +0200 diff -Nru kodi-audioencoder-lame-1.1.0/debian/changelog.in kodi-audioencoder-lame-1.1.0/debian/changelog.in --- kodi-audioencoder-lame-1.1.0/debian/changelog.in 2015-09-08 18:03:30.000000000 +0000 +++ kodi-audioencoder-lame-1.1.0/debian/changelog.in 2016-05-12 08:40:05.000000000 +0000 @@ -3,5 +3,5 @@ [ xbmc ] * autogenerated dummy changelog - -- wsnipex Sat, 17 May 2014 11:40:22 +0100 + -- dummy Sat, 17 May 2014 11:40:22 +0100 diff -Nru kodi-audioencoder-lame-1.1.0/debian/changelog.tmp kodi-audioencoder-lame-1.1.0/debian/changelog.tmp --- kodi-audioencoder-lame-1.1.0/debian/changelog.tmp 2015-11-23 20:45:18.000000000 +0000 +++ kodi-audioencoder-lame-1.1.0/debian/changelog.tmp 2016-05-12 08:40:52.000000000 +0000 @@ -1,7 +1,7 @@ -kodi-audioencoder-lame (1.1.0-1~#DIST#) #DIST#; urgency=low +kodi-audioencoder-lame (1.1.0-2~#DIST#) #DIST#; urgency=low [ xbmc ] * autogenerated dummy changelog - -- wsnipex Sat, 17 May 2014 11:40:22 +0100 + -- dummy Sat, 17 May 2014 11:40:22 +0100 diff -Nru kodi-audioencoder-lame-1.1.0/debian/control kodi-audioencoder-lame-1.1.0/debian/control --- kodi-audioencoder-lame-1.1.0/debian/control 2015-09-08 18:03:30.000000000 +0000 +++ kodi-audioencoder-lame-1.1.0/debian/control 2016-05-12 08:40:05.000000000 +0000 @@ -2,7 +2,7 @@ Priority: extra Maintainer: Arne Morten Kvarving Build-Depends: debhelper (>= 8.0.0), cmake, kodi-addon-dev, kodi-audio-dev, libtool, libmp3lame-dev -Standards-Version: 3.9.2 +Standards-Version: 3.9.6 Section: libs Homepage: http://kodi.tv diff -Nru kodi-audioencoder-lame-1.1.0/debian/kodi-audioencoder-lame.install kodi-audioencoder-lame-1.1.0/debian/kodi-audioencoder-lame.install --- kodi-audioencoder-lame-1.1.0/debian/kodi-audioencoder-lame.install 1970-01-01 00:00:00.000000000 +0000 +++ kodi-audioencoder-lame-1.1.0/debian/kodi-audioencoder-lame.install 2016-05-12 08:40:05.000000000 +0000 @@ -0,0 +1,3 @@ +usr/lib/*/addons/audioencoder.lame/audioencoder.lame.so* /usr/lib/kodi/addons/audioencoder.lame +usr/share/kodi/addons/audioencoder.lame + diff -Nru kodi-audioencoder-lame-1.1.0/debian/rules kodi-audioencoder-lame-1.1.0/debian/rules --- kodi-audioencoder-lame-1.1.0/debian/rules 2015-09-08 18:03:30.000000000 +0000 +++ kodi-audioencoder-lame-1.1.0/debian/rules 2016-05-12 08:40:05.000000000 +0000 @@ -18,9 +18,6 @@ override_dh_strip: dh_strip --dbg-package=kodi-audioencoder-lame-dbg -override_dh_auto_install: - dh_auto_install --destdir=debian/kodi-audioencoder-lame - override_dh_installdocs: dh_installdocs --link-doc=kodi-audioencoder-lame diff -Nru kodi-audioencoder-lame-1.1.0/README.md kodi-audioencoder-lame-1.1.0/README.md --- kodi-audioencoder-lame-1.1.0/README.md 1970-01-01 00:00:00.000000000 +0000 +++ kodi-audioencoder-lame-1.1.0/README.md 2016-05-12 08:40:05.000000000 +0000 @@ -0,0 +1,28 @@ +# LAME Audio Encoder add-on for Kodi + +This is a [Kodi] (http://kodi.tv) LAME audio encoder add-on. + +#### CI Testing +[![Build Status](https://travis-ci.org/xbmc/audioencoder.lame.svg?branch=master)](https://travis-ci.org/xbmc/audioencoder.lame) +[![Coverity Scan Build Status](https://scan.coverity.com/projects/5120/badge.svg)](https://scan.coverity.com/projects/5120) + +## Build instructions + +When building the add-on you have to use the correct branch depending on which version of Kodi you're building against. +For example, if you're building the `Jarvis` branch of Kodi you should checkout the `Jarvis` branch of this repository. +Add-on releases are also tagged regularly. + +### Linux + +1. `git clone https://github.com/xbmc/xbmc.git` +2. `git clone https://github.com/audioencoder.lame/audioencoder.lame.git` +3. `cd audioencoder.lame && mkdir build && cd build` +4. `cmake -DADDONS_TO_BUILD=audioencoder.lame -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons` +5. `make` + +The add-on files will be placed in `../../xbmc/addons` so if you build Kodi from source and run it directly +the add-on will be available as a system add-on. + +##### Useful links + +* [Kodi's add-ons development support] (http://forum.kodi.tv/forumdisplay.php?fid=26) diff -Nru kodi-audioencoder-lame-1.1.0/.travis.yml kodi-audioencoder-lame-1.1.0/.travis.yml --- kodi-audioencoder-lame-1.1.0/.travis.yml 1970-01-01 00:00:00.000000000 +0000 +++ kodi-audioencoder-lame-1.1.0/.travis.yml 2016-05-12 08:40:05.000000000 +0000 @@ -0,0 +1,52 @@ +language: cpp + +# +# Define the build matrix +# +# Travis defaults to building on Ubuntu Precise when building on +# Linux. We need Trusty in order to get up to date versions of +# cmake and g++. +# +env: + global: + - APPID=audioencoder.lame + +matrix: + include: + - os: linux + dist: trusty + sudo: required + compiler: gcc + - os: linux + dist: trusty + sudo: required + compiler: clang + - os: osx + osx_image: xcode7.3 + - os: osx + osx_image: xcode6.1 + +# +# Some of the OS X images don't have cmake, contrary to what people +# on the Internet say +# +before_install: + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew install cmake; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install lame; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq -y libtool libmp3lame-dev; fi + +# +# The addon source is automatically checked out in $TRAVIS_BUILD_DIR, +# we'll put the Kodi source on the same level +# +before_script: + - cd $TRAVIS_BUILD_DIR/.. + - git clone --depth=1 https://github.com/xbmc/xbmc.git + - cd ${APPID} + - mkdir build + - cd build + - cmake -DADDONS_TO_BUILD=${APPID} -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons + +script: make