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 o-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-10bash completion: Complete ‘guix style -f’ with files....Tobias Geerinckx-Rice
2022-05-29bash completion: Fix & unify option parsing....Tobias Geerinckx-Rice
2022-01-17bash completion: Complete "guix home" sub-commands....Ludovic Courtès
2022-01-16bash completion: Fix options completion....Fulbert
2021-12-08bash completion: Complete ‘guix shell -f’....Tobias Geerinckx-Rice
2021-10-31bash completion: Complete top-level options....Tobias Geerinckx-Rice
2021-10-31bash completion: Don't hard-code "guix" binary name....Tobias Geerinckx-Rice
2021-10-25Add 'guix shell'....Ludovic Courtès
2021-10-03bash completion: Fix ‘system’ & ‘container’ subcommands....Tobias Geerinckx-Rice
2021-10-03bash completion: Complete ‘guix size’ file names....Tobias Geerinckx-Rice
2021-10-03bash completion: Complete ‘guix build’ file names....Tobias Geerinckx-Rice
2021-10-03bash completion: Complete ‘guix weather’ packages....Tobias Geerinckx-Rice
2021-10-03bash completion: Append to $COMPREPLY where possible....Tobias Geerinckx-Rice
2021-10-03bash completion: Consolidate similar $command ‘if’ branches....Tobias Geerinckx-Rice
2021-06-16bash_completion: Complete options for ‘guix environment’....Tobias Geerinckx-Rice
2021-06-16bash completion: Complete options for the right command....Tobias Geerinckx-Rice
2021-06-16bash completion: Really support subcommands....Tobias Geerinckx-Rice