[oe-commits] Koen Kooi : x264: update to a more recent snapshot

git version control git at git.openembedded.org
Tue Sep 29 08:31:07 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e273b9781e609f83c7b6886cfbe09d92a9db064f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e273b9781e609f83c7b6886cfbe09d92a9db064f

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Sep 29 09:41:06 2009 +0200

x264: update to a more recent snapshot

---

 conf/checksums.ini        |    4 ++++
 recipes/vlc/x264_0.0.bb   |   20 --------------------
 recipes/vlc/x264_r2245.bb |    4 ++--
 3 files changed, 6 insertions(+), 22 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 6f5f2c4..a8df27c 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -25882,6 +25882,10 @@ sha256=fd21224ec09ca5294ba0627433e4d2cb726d389c7818d162f152374e6d693342
 md5=25fcaa86a53333d416d5e837fb47ba7d
 sha256=18b38aff8e019f35bfee810831535685e69dcf91283e50bc62efa82e3a8dbc21
 
+[http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090928-2245.tar.bz2]
+md5=99870531113dafd01026c01a96c5fcbb
+sha256=8b435c02ed0a09d039c0a89c8ddc5470e1885630a5dcedfe3d8bc60a6d63ab69
+
 [http://archive.apache.org/dist/xml/xalan-j/xalan-j_2_7_1-src.tar.gz]
 md5=fc805051f0fe505c7a4b1b5c8db9b9e3
 sha256=fa52aa629bb882335d45d67401d270c3f21b5131aaea005ac0d4590f2ce8b043
diff --git a/recipes/vlc/x264_0.0.bb b/recipes/vlc/x264_0.0.bb
deleted file mode 100644
index b716afc..0000000
--- a/recipes/vlc/x264_0.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "h264 encoder"
-LICENSE = "GPL"
-
-X264PV = "snapshot-20090127-2245"
-
-SRC_URI = "http://download.videolan.org/pub/videolan/x264/snapshots/x264-${X264PV}.tar.bz2"
-
-S = "${WORKDIR}/${PN}-${X264PV}"
-
-inherit autotools lib_package
-
-EXTRA_OECONF = " --enable-shared "
-
-do_stage() {
-	autotools_stage_all
-}
-
-
-
-
diff --git a/recipes/vlc/x264_r2245.bb b/recipes/vlc/x264_r2245.bb
index 8d1036f..a347bd9 100644
--- a/recipes/vlc/x264_r2245.bb
+++ b/recipes/vlc/x264_r2245.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "H.264 encoder"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
-X264PV = "snapshot-20090127-2245"
+X264PV = "snapshot-20090928-2245"
 
 SRC_URI = "http://download.videolan.org/pub/videolan/x264/snapshots/x264-${X264PV}.tar.bz2"
 





More information about the Openembedded-commits mailing list