]> git.pld-linux.org Git - packages/faad2.git/commitdiff
- updated to 2.10.1 auto/th/faad2-2.10.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Mar 2023 18:55:30 +0000 (20:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Mar 2023 18:55:30 +0000 (20:55 +0200)
faad2-backward_compat.patch
faad2.spec

index 812118969b8a740e034ffe42dd02e3dea34f9e47..635500ca2c7b803f527ba2bc7b9e222d190714f2 100644 (file)
 +      NeAACDecDecode);
 +
 +#endif
---- faad2/libfaad/mp4.c.orig   2007-11-01 13:33:32.000000000 +0100
-+++ faad2/libfaad/mp4.c        2007-11-04 12:35:57.860874110 +0100
-@@ -296,3 +296,14 @@
-     return result;
+--- faad2-2.10.1/libfaad/mp4.c.orig    2023-03-30 20:51:02.976701799 +0200
++++ faad2-2.10.1/libfaad/mp4.c 2023-03-30 20:52:50.676118341 +0200
+@@ -310,3 +310,14 @@ int8_t AudioSpecificConfig2(uint8_t *pBu
+     faad_endbits(&ld);
+     return ret;
  }
 +
 +#ifndef NO_BACKWARD_COMPAT
index dc714cb237fa2ccd2155206a4f05bb4bb4fa4d0e..b9baca12a8321d50a4a9a3de3b09c1a704f14d8b 100644 (file)
@@ -1,23 +1,22 @@
 #
 # Conditional build:
 %bcond_with    bootstrap       # bootstrap (alias for _without_mpeg4ip)
-%bcond_with    mpeg4ip         # don't build MPEG4IP plugin
-%bcond_without static_libs     # don't build static libraries
-%bcond_without xmms            # don't build XMMS plugin
+%bcond_with    mpeg4ip         # MPEG4IP plugin
+%bcond_without static_libs     # static libraries
+%bcond_without xmms            # XMMS plugin
 
 %{?with_bootstrap:%undefine with_mpeg4ip}
 Summary:       Freeware Advanced Audio Decoder 2
 Summary(pl.UTF-8):     Darmowy zaawansowany dekoder audio
 Name:          faad2
-Version:       2.10.0
-%define        tag_ver %(echo %{version} | tr . _)
+Version:       2.10.1
 Release:       1
 License:       GPL v2+
 Group:         Applications/Sound
 #Source0:      http://downloads.sourceforge.net/faac/%{name}-%{version}.tar.gz
 #Source0Download: https://github.com/knik0/faad2/releases
-Source0:       https://github.com/knik0/faad2/archive/%{tag_ver}/%{name}-%{tag_ver}.tar.gz
-# Source0-md5: f948925a6763e30c53078f5af339d6cc
+Source0:       https://github.com/knik0/faad2/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 62a0427c6ff3a273aa720e27da166758
 Patch0:                %{name}-make.patch
 Patch1:                %{name}-mpeg4ip.patch
 Patch3:                %{name}-backward_compat.patch
@@ -117,7 +116,7 @@ XMMS plugin for AAC files.
 Wtyczka XMMS do plików AAC.
 
 %prep
-%setup -q -n %{name}-%{tag_ver}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch3 -p1
This page took 0.111349 seconds and 4 git commands to generate.