diff options
author | Andrew Wong <wongandj@icloud.com> | 2025-04-23 22:05:10 -0400 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-26 11:41:12 +0100 |
commit | 4cc6389f7b8fbc2a076c66fec1fcd1889e1cf61c (patch) | |
tree | 4c50780b12c91f453ec621d4a8e1436741e39201 /gnu/packages/patches/liba52-enable-pic.patch | |
parent | ca552a5ca82cea59c7e616e65bcc5b9118cd5e14 (diff) |
gnu: liba52: Update to 0.8.0.
* gnu/packages/video.scm (liba52): Update to 0.8.0.
[source] <uri>: Switch to new, maintained repository.
<patches>: Convert to substitutions for flexibility.
<snippet>: New substitutions.
[arguments]: Remove redundant bootstrap phase replication.
[home-page]: Switch to new homepage.
* gnu/packages/patches/liba52-enable-pic.patch: Remove file.
* gnu/packages/patches/liba52-link-with-libm.patch: Likewise.
* gnu/packages/patches/liba52-set-soname.patch: Likewise.
* gnu/packages/patches/liba52-use-mtune-not-mcpu.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Deregister patches.
Change-Id: I65d61d2921a444b3f86fdc6f7e4be2143ada5ce5
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/patches/liba52-enable-pic.patch')
-rw-r--r-- | gnu/packages/patches/liba52-enable-pic.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/patches/liba52-enable-pic.patch b/gnu/packages/patches/liba52-enable-pic.patch deleted file mode 100644 index 924ac1331f..0000000000 --- a/gnu/packages/patches/liba52-enable-pic.patch +++ /dev/null @@ -1,25 +0,0 @@ -Copied from Debian. - -Description: Disabling -prefer-non-pic which enables -fPIC -Bug-Debian: http://bugs.debian.org/401590 -Author: Daniel Baumann <daniel@debian.org>, Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com> - - ---- - liba52/configure.incl | 3 --- - 1 files changed, 0 insertions(+), 3 deletions(-) - -Index: a52dec-deb/liba52/configure.incl -=================================================================== ---- a52dec-deb.orig/liba52/configure.incl 2009-12-05 02:52:12.000000000 +0000 -+++ a52dec-deb/liba52/configure.incl 2009-12-05 03:23:45.000000000 +0000 -@@ -1,9 +1,6 @@ - AC_SUBST([LIBA52_CFLAGS]) - AC_SUBST([LIBA52_LIBS]) - --dnl avoid -fPIC when possible --LIBA52_CFLAGS="$LIBA52_CFLAGS -prefer-non-pic" -- - AC_ARG_ENABLE([double], - [ --enable-double use double-precision samples]) - if test x"$enable_double" = x"yes"; then |