summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/dependencies/akode
Commit message (Collapse)AuthorAgeFilesLines
* DEB: Automatically add ldconfig trigger if the package contains plugins.Slávek Banko2023-12-191-0/+5
| | | | | | | | | | As a result, it is no longer necessary to enforce ldconfig in postinst and postrm scripts and this solves the problem with packages where the ldconfig was not called after installation, but it was needed. This resolves issue TDE/tdemultimedia#29. Signed-off-by: Slávek Banko <[email protected]>
* DEB: Change debhelper compatibility level to 10.Slávek Banko2023-11-053-3/+3
| | | | | | Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE. Signed-off-by: Slávek Banko <[email protected]>
* DEB: Update references to cmake-trinity in dependencies to new name tde-cmake.Slávek Banko2023-01-141-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB akode: Change README to markdown format.Slávek Banko2021-10-221-0/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB akode: Add building FFMPEG decoder.Slávek Banko2021-08-273-2/+18
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Switch Build-Depends from cmake to cmake-trinity.Slávek Banko2021-05-181-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Swith cmake builds to use ninja-build.Slávek Banko2021-05-112-2/+1
| | | | | | Cleaning automake dependencies. Signed-off-by: Slávek Banko <[email protected]>
* DEB: Add support to build using ninja-build (CMake only) to common cdbs rules.Slávek Banko2021-05-081-1/+10
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Move DEB_DH_BUILDDEB_ARGS to common cdbs rules.Slávek Banko2021-04-042-5/+10
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Update the Maintainer's address to the TDE Debian Team.Slávek Banko2021-01-131-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB common cdbs rules: Convert to UTC the date from the debian changelog,Slávek Banko2020-12-061-1/+1
| | | | | | | | which is written to '.tdepkginfo'. It addresses time zone independence to ensure a reproducible build. Signed-off-by: Slávek Banko <[email protected]>
* DEB: added cmake directive to create compilation database ↵Michele Calgaro2020-11-141-0/+1
| | | | | | | | | 'compile_commands.json' at build time. This can be used to provide linting, autocompletion, hovering info, go-to-definition and in general other LSP functionality in development environments. Signed-off-by: Michele Calgaro <[email protected]>
* DEB: Create a .tdepkginfo containing package metadata.Slávek Banko2020-03-231-0/+9
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB: Change debhelper compatibility level to 9.Slávek Banko2020-03-082-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* DEB akode: Enable building of JACK sink.Slávek Banko2020-03-074-10/+17
| | | | | | | PulseAudio sink is already enabled by default. Remove an outdated home page link. Signed-off-by: Slávek Banko <[email protected]>
* DEB: enable parallel build in debian-tde.mk.Michele Calgaro2019-07-101-0/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* DEB: Resolve FTBFS in support for using the $(DEB_HOST_MULTIARCH) variableSlávek Banko2019-06-031-2/+7
| | | | | | if the package does not contain any install and links files. Signed-off-by: Slávek Banko <[email protected]>
* DEB: Added support for using the $(DEB_HOST_MULTIARCH) variableSlávek Banko2019-06-021-0/+10
| | | | | | in the install and links files to the debian-tde.mk common rules. Signed-off-by: Slávek Banko <[email protected]>
* DEB: Merge debian-qt-kde.mk and kde.mk into one debian-tde.mkSlávek Banko2019-04-275-219/+207
| | | | | | The debian-tde.mk rules are now unified for all packages. Signed-off-by: Slávek Banko <[email protected]>
* DEB: use _base folder for a distro instead of specific distros (squeezeMichele Calgaro2019-04-0317-0/+687
and maverick). Signed-off-by: Michele Calgaro <[email protected]>