libmad (0.15.1b-11)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/0.15.1b-11 tag
- Git: https://salsa.debian.org/multimedia-team/libmad.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 172032
- Browser: https://salsa.debian.org/multimedia-team/libmad
- Last scan: 2025-10-11 21:08:05+00
- Next scan: 2025-10-20 08:33:00+00
- CI pipeline status: failed
- Debian changelog in Git:
libmad (0.15.1b-11) unstable; urgency=medium
* Team upload.
* Maintenance in Debian Multimedia team
* Add Homepage
* Point watch file to Sourceforge
* d/copyright: DEP5, review
* d/control: drop license statement from long description
* debhelper-compat = 13
* switch from cdbs to dh
Closes: #1092472
* propagate hardening options
* Standards-Version: 4.7.0 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* Trim trailing whitespace.
* Store upstream signature in Git and move it into place for building with gbp
-- Andreas Tille <tille@debian.org> Wed, 29 Jan 2025 10:39:20 +0100
- This branch is 4 commits ahead of tag debian/0.15.1b-11
- Git log:
commit 363bf46113757b3d2dbfa7cf7336630e5a7aec5a
Merge: 19e828b 5285921
Author: Andreas Tille <tille@debian.org>
Date: Tue Jun 24 20:18:57 2025 +0000
Merge branch 'deb1108248' into 'master'
Disable architecture specific optimisations on ARM,
See merge request multimedia-team/libmad!2
commit 19e828b12fd008b23e500b3b95547ea8927b9ab4
Merge: 85ff936 98d1332
Author: Sebastian Ramacher <sramacher@debian.org>
Date: Tue Jun 24 07:51:09 2025 +0000
Merge branch 'deb1108249' into 'master'
Add missing detection for aarch64
See merge request multimedia-team/libmad!1
commit 98d133209842d4d596f399a59eb44b0b08d902e0
Author: Daniel Schürmann <daschuer@mixxx.org>
Date: Fri Jun 20 22:37:51 2025 +0200
Add missing detection for aarch64
This avoids to use imprecise math along with the FPM_DEFAULT flag
commit 528592133b2a95b2fd1fb3a62421cb292c1ae8b2
Author: Daniel Schürmann <daschuer@mixxx.org>
Date: Thu Jun 19 07:35:08 2025 +0200
Disable architecture specific optimisations on ARM,
as there is a bug in this codepath which causes segfaults, and the assembler is very old (likely bitrotted). (LP: #989846)