[libcrystalhd] libcrystalhd: update to v3.5.1, now with nv12 support

Jarod Wilson jwilson at fedoraproject.org
Sat Aug 28 18:45:43 UTC 2010


commit 1c6589a7cce426e197f06bde4a587956636713b7
Author: Jarod Wilson <jarod at redhat.com>
Date:   Sat Aug 28 14:45:14 2010 -0400

    libcrystalhd: update to v3.5.1, now with nv12 support
    
    * Sat Aug 28 2010 Jarod Wilson <jarod at redhat.com> - 3.5.1-1
    - Update to v3.5.1, now with nv12 support
    
    Signed-off-by: Jarod Wilson <jarod at redhat.com>

 .gitignore                 |    1 +
 libcrystalhd-updates.patch |  Bin 4391536 -> 1576371 bytes
 libcrystalhd.spec          |   12 ++++++------
 sources                    |    1 -
 4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 260f37d..278960b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*.rpm
 libcrystalhd-0.9.25.tar.bz2
 bcm70012fw.bin
 bcm70015fw.bin
diff --git a/libcrystalhd-updates.patch b/libcrystalhd-updates.patch
index 517325a..05c7d09 100644
Binary files a/libcrystalhd-updates.patch and b/libcrystalhd-updates.patch differ
diff --git a/libcrystalhd.spec b/libcrystalhd.spec
index 0886d19..82083a9 100644
--- a/libcrystalhd.spec
+++ b/libcrystalhd.spec
@@ -1,7 +1,7 @@
 Summary:        Broadcom Crystal HD device interface library
 Name:           libcrystalhd
-Version:        3.5.0
-Release:        2%{?dist}
+Version:        3.5.1
+Release:        1%{?dist}
 License:        LGPLv2
 Group:          System Environment/Libraries
 #Source:         http://www.broadcom.com/docs/support/crystalhd/crystalhd_linux_20100703.zip
@@ -15,6 +15,7 @@ Source3:        bcm70015fw.bin
 Source4:        LICENSE
 Requires:       crystalhd-firmware
 URL:            http://www.broadcom.com/support/crystal_hd/
+# Patch generated from http://git.wilsonet.com/crystalhd.git/
 Patch0:         libcrystalhd-updates.patch
 ExcludeArch:    s390 s390x
 BuildRequires:  autoconf automake
@@ -67,15 +68,11 @@ cp %{SOURCE1} %{SOURCE4} .
 
 %build
 pushd linux_lib/libcrystalhd/ > /dev/null 2>&1
-# Bah. Tarbal contains object files. Remove them.
-make clean
 # FIXME: this doesn't work just yet...
 #make CPPFLAGS="%{optflags}" %{?_smp_mflags}
 make %{?_smp_mflags}
 popd > /dev/null 2>&1
 pushd filters/gst/gst-plugin/ > /dev/null 2>&1
-# Bah. Tarbal contains object files. Remove them.
-make distclean
 %configure
 make %{?_smp_mflags}
 popd > /dev/null 2>&1
@@ -122,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 28 2010 Jarod Wilson <jarod at redhat.com> - 3.5.1-1
+- Update to v3.5.1, now with nv12 support
+
 * Sun Jul 25 2010 Jarod Wilson <jarod at redhat.com> - 3.5.0-2
 - Tarball had object files in it, clean them out before building
 
diff --git a/sources b/sources
index d0b619f..2d8effe 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,3 @@
-89e6d2210ffe9a31a9f58af2dd6f6e1f  libcrystalhd-0.9.25.tar.bz2
 47a30682b1b7355c2238f5d5f1920bcb  bcm70012fw.bin
 71d49df01f360f1581a1cfcf84bd1cfc  bcm70015fw.bin
 94aafc12a96522841ea0c9a1151387af  crystalhd_07032010.tbz2


More information about the scm-commits mailing list