Browse Source

updated libcrystalhd-vl.spec: applied libcrystalhd-3.5.1-define-first.patch and libcrystalhd-3.5.1-gcc46.patch

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5397 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
14f44cc4d7
1 changed files with 13 additions and 1 deletions
  1. 13 1
      lib/libc/libcrystalhd/libcrystalhd-vl.spec

+ 13 - 1
lib/libc/libcrystalhd/libcrystalhd-vl.spec

@@ -1,7 +1,7 @@
 Summary:        Broadcom Crystal HD device interface library
 Name:           libcrystalhd
 Version:        3.5.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 License:        LGPLv2
 Group:          System Environment/Libraries
 #Source:         http://www.broadcom.com/docs/support/crystalhd/crystalhd_linux_20100703.zip
@@ -19,6 +19,11 @@ URL:            http://www.broadcom.com/support/crystal_hd/
 Patch0:         libcrystalhd-updates.patch
 # patch for ppc
 Patch1:		libcrystalhd-ppc.patch
+# patch for gcc4.6 based on 
+# http://git.wilsonet.com/?p=crystalhd.git;a=patch;h=dd4f01a0f9861425406c9ead7e326324d525d19a
+Patch10:	libcrystalhd-3.5.1-gcc46.patch
+# fix building failures
+Patch11:	libcrystalhd-3.5.1-define-first.patch
 ExcludeArch:    s390 s390x
 BuildRequires:  autoconf automake
 
@@ -69,6 +74,10 @@ Gstreamer crystalhd decoder plugin
 %ifarch ppc
 %patch1 -p1 -b .ppc
 %endif
+
+%patch10 -p1 -b .gcc46
+%patch11 -p1 -b .boolian
+
 cp %{SOURCE1} %{SOURCE4} .
 
 %build
@@ -124,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 11 2012 Munehiro Yamamoto <munepi@vinelinux.org> 3.5.1-3
+- applied libcrystalhd-3.5.1-define-first.patch
+
 * Sun May 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.1-2
 - add Patch1 for ppc (libcrystalhd-ppc.patch)