Copied from Debian. Description: Sets the soname to liba52-$(VERSION).so Bug-Debian: http://bugs.debian.org/401636 Author: Daniel Baumann , Dmitrijs Ledkovs --- liba52/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Index: a52dec-deb/liba52/Makefile.am =================================================================== --- a52dec-deb.orig/liba52/Makefile.am 2009-12-05 02:52:12.000000000 +0000 +++ a52dec-deb/liba52/Makefile.am 2009-12-05 03:23:47.000000000 +0000 @@ -4,6 +4,6 @@ liba52_la_SOURCES = bitstream.c imdct.c bit_allocate.c parse.c downmix.c liba52_la_LIBADD = @LIBA52_LIBS@ -lm -liba52_la_LDFLAGS = -no-undefined +liba52_la_LDFLAGS = -no-undefined -release @VERSION@ EXTRA_DIST = configure.incl a52_internal.h bitstream.h tables.h s Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-05tests: Assert that cyclic graphs can be produced....Liliana Marie Prikler
2021-09-21graph: Add '--max-depth'....Ludovic Courtès
2020-10-20graph: Adjust test for recent OCaml changes....Ludovic Courtès
2020-05-22packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès
2020-05-11graph: Add 'shortest-path'....Ludovic Courtès
2020-05-11graph: reference/referrer node types work with graph traversal....Ludovic Courtès