Package: a52dec / 0.7.4-20

Metadata

Package Version Patches format
a52dec 0.7.4-20 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 enable pic.diff | (download)

liba52/configure.incl | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 disabling -prefer-non-pic which enables -fpic
Bug-Debian: http://bugs.debian.org/401590
02 soname.diff | (download)

liba52/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 sets the soname to liba52-$(version).so
Bug-Debian: http://bugs.debian.org/401636
03 link against lm.diff | (download)

liba52/Makefile.am | 2 1 + 1 - 0 !
src/Makefile.am | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 explicitely link against -lm
Bug-Debian: http://bugs.debian.org/553595
50_fix_imdct_error_msg.diff | (download)

liba52/imdct.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 this patch removes annoying (useless) message on stderr. this is a
vendor patch for eveyone that derives from Ubuntu.
A00 a52 state t public.patch | (download)

include/a52.h | 66 65 + 1 - 0 !
liba52/a52_internal.h | 66 0 + 66 - 0 !
2 files changed, 65 insertions(+), 67 deletions(-)

---
A01 thread safe.patch | (download)

include/a52.h | 19 19 + 0 - 0 !
liba52/a52_internal.h | 6 3 + 3 - 0 !
liba52/imdct.c | 133 57 + 76 - 0 !
liba52/parse.c | 82 73 + 9 - 0 !
4 files changed, 152 insertions(+), 88 deletions(-)

---
A04 modern gcc cflags.patch | (download)

configure.in | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---
disable globals test.patch | (download)

test/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable globals test
 The tests makes sense during development to check for erroneously added global
 symbols, but on a packing level we will catch the using symbols file. So we
 disable the test. Especially since the test is not able to handle -fPIE as
 default.