Browse Source

updated chromium-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1196 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 14 years ago
parent
commit
9f79783f43
1 changed files with 9 additions and 4 deletions
  1. 9 4
      c/chromium/chromium-vl.spec

+ 9 - 4
c/chromium/chromium-vl.spec

@@ -8,13 +8,13 @@
 #% define with_system_icu 1
 %endif
 
-%define svn_rev 47263
+%define svn_rev 49253
 
 Name:           chromium
 Summary:        Google's opens source browser project
 Summary(ja):    Googleのオープンソースウェブブラウザ
 #'
-Version:        6.0.405.0
+Version:        6.0.431.0
 Release:        1%{?_dist_release}
 License:        BSD
 Group:          Applications/Internet
@@ -46,7 +46,7 @@ Provides:       chromium-browser = %{version}
 ## Start Patches
 # Many changes to the gyp system so we can use system libraries
 # My first ever patch set.  I hope I did well.
-Patch3:         chromium-gyp-system-02-icu.patch
+Patch3:         chromium-gyp-system-icu.patch
 Patch4:         chromium-no-sqlite-debug.patch
 Patch5:         chromium-gyp-system-04-nss-nspr.patch
 Patch7:         chromium-codechanges-nss-nspr.patch
@@ -111,6 +111,7 @@ BuildRequires:  zlib-devel
 BuildRequires:  libpng-devel
 ##!!BuildRequires:  libbz2-devel 
 BuildRequires:  bzip2-devel
+BuildRequires:  cups-devel
 %if %{?_dist_release} == "vl6"
 BuildRequires:  fdupes
 %endif
@@ -228,7 +229,7 @@ pushd src
     -Duse_system_libxml=1 \
     -Duse_system_libxslt=1 \
     -Duse_system_libevent=1 \
-    -Dproprietary_codes=1 \
+    -Dproprietary_codecs=1 \
     -Dlinux_fpic=1 \
     %{?with_system_icu:-Duse_system_icu=1} \
     %{!?with_system_icu:-Duse_system_icu=0} \
@@ -344,6 +345,10 @@ desktop-file-install --vendor Vine			\
 #%exclude %{_libdir}/libavformat.so.52
 
 %changelog
+* Sat Jun 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.431.0-1
+- updated to snapshot 6.0.431.0 r49253
+- added BuildRequires: cups-devel
+
 * Sun May 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 6.0.405.0-1
 - updated to snapshot 6.0.405.0 r47263