Changeset 181690 in webkit
- Timestamp:
- Mar 18, 2015, 2:32:43 AM (11 years ago)
- Location:
- trunk/Tools
- Files:
-
- 1 added
- 1 deleted
- 3 edited
-
ChangeLog (modified) (1 diff)
-
efl/jhbuild.modules (modified) (1 diff)
-
efl/patches/gst-libav.patch (modified) (1 diff)
-
efl/patches/gst-plugins-bad-remove-gnustep-support.patch (added)
-
efl/patches/gst-prevent-neon-check-in-configure-from-passing-under-aarch64.patch (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r181677 r181690 1 2015-03-18 Csaba Osztrogonác <ossy@webkit.org> 2 3 [EFL] Bump gstreamer version to 1.4.4 4 https://bugs.webkit.org/show_bug.cgi?id=142782 5 6 Reviewed by Philippe Normand. 7 8 * efl/jhbuild.modules: 9 * efl/patches/gst-libav.patch: 10 * efl/patches/gst-plugins-bad-remove-gnustep-support.patch: Added. 11 * efl/patches/gst-prevent-neon-check-in-configure-from-passing-under-aarch64.patch: Removed. 12 1 13 2015-03-17 Tim Horton <timothy_horton@apple.com> 2 14 -
trunk/Tools/efl/jhbuild.modules
r181440 r181690 219 219 </autotools> 220 220 221 <autotools id="gstreamer" autogen-sh="configure"> 222 <branch repo="gstreamer" 223 module="gstreamer/gstreamer-1.2.1.tar.xz" version="1.2.1" 224 hash="sha256:a4523d2471bca6cd0059a32e3b042f50faa4dadc6439852af8b43ca3f17d1fc9"/> 225 <dependencies> 226 <dep package="glib"/> 227 </dependencies> 221 <autotools id="gstreamer" autogenargs="--disable-gtk-doc"> 222 <branch module="gstreamer/gstreamer-1.4.4.tar.xz" version="1.4.4" 223 repo="gstreamer" 224 hash="sha256:f0e305d91a93d05bf9e332cd4256ca07d77f5186a4d73847b7ae6db218f2c237" 225 md5sum="98f4a6d45a28dd195144baef0244ba38"/> 228 226 </autotools> 229 227 230 228 <autotools id="gst-plugins-base" 231 229 autogen-sh="autogen.sh" 232 autogenargs="--disable-examples -- enable-theora --enable-vorbis">230 autogenargs="--disable-examples --disable-gtk-doc"> 233 231 <dependencies> 234 232 <dep package="gstreamer"/> 235 233 </dependencies> 236 <branch repo="gstreamer"237 module="gst-plugins-base/gst-plugins-base-1.2.1.tar.xz" version="1.2.1"238 hash="sha256: de2444a5c150d4e4b680364d7c0414cd8b015d95b305ff65d65a17683379532f">239 <patch file="gst-prevent-neon-check-in-configure-from-passing-under-aarch64.patch" strip="1"/>240 </branch> 241 </autotools> 242 243 <autotools id="gst-plugins-good" 244 autogen-sh="configure"245 autogenargs="--disable-examples --enable-pulse">246 < dependencies>247 <dep package="cairo"/> 248 <dep package="gst-plugins-base"/>249 </dependencies>250 <branch repo="gstreamer"251 m odule="gst-plugins-good/gst-plugins-good-1.2.1.tar.xz" version="1.2.1"252 hash="sha256:660fa02dbe01086fcf702d87acc0ba5dde2559d6a11ecf438874afe504c50517"/>253 </autotools> 254 255 <autotools id="gst-plugins-bad" 256 autogen-sh="configure"257 autogenargs="--disable-examples --enable-faad --enable-mpg123">258 < dependencies>259 <dep package="gst-plugins-base"/>260 </dependencies>261 <branch repo="gstreamer"262 m odule="gst-plugins-bad/gst-plugins-bad-1.2.1.tar.xz" version="1.2.1"263 hash="sha256:f33e7c81fcb742fe50b73ad87ef8a4baa7d6b59c5002a10bf63c8dee22404929"/>264 </autotools>265 266 <autotools id="gst-libav" 267 autogen-sh="configure"268 autogenargs="--with-libav-extra-configure='--disable-yasm'">269 <dependencies>270 <dep package="gst-plugins-base"/>271 < /dependencies>272 <branchrepo="gstreamer"273 module="gst-libav/gst-libav-1.2.1.tar.xz" version="1.2.1"274 hash="sha256:fd152b7aec56ae76ad58b9759913a8bfe1792bdf64f260d0acaba75b75076676">234 <branch module="gst-plugins-base/gst-plugins-base-1.4.4.tar.xz" version="1.4.4" 235 repo="gstreamer" 236 hash="sha256:49cd9e8f23c416b1607b43837a09833fa03e0106929d81ead2ddfde6c0ade44b" 237 md5sum="0c42eca8f9e4efd56d2ce8e9249ce4a1"> 238 </branch> 239 </autotools> 240 241 <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup --disable-gtk-doc"> 242 <dependencies> 243 <dep package="gst-plugins-base"/> 244 </dependencies> 245 246 <branch module="gst-plugins-good/gst-plugins-good-1.4.4.tar.xz" version="1.4.4" 247 repo="gstreamer" 248 hash="sha256:2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277" 249 md5sum="673cf9276952bd3937dafd817c9ead2b"> 250 </branch> 251 </autotools> 252 253 <autotools id="gst-plugins-bad" autogenargs="--disable-examples --disable-gtk-doc"> 254 <dependencies> 255 <dep package="gst-plugins-base"/> 256 </dependencies> 257 <branch module="gst-plugins-bad/gst-plugins-bad-1.4.4.tar.xz" version="1.4.4" 258 repo="gstreamer" 259 hash="sha256:e41b36105c0a13a2cb1ff9f559714e839b82dc3841484cd664790fb7947e55c7" 260 md5sum="972c6e22dd2e44fcf0b04b9d810a56be"> 261 <patch file="gst-plugins-bad-remove-gnustep-support.patch" strip="1"/> 262 </branch> 263 </autotools> 264 265 <autotools id="gst-libav" autogenargs="--with-libav-extra-configure='--disable-yasm' --disable-gtk-doc"> 266 <dependencies> 267 <dep package="gst-plugins-base"/> 268 </dependencies> 269 <branch module="gst-libav/gst-libav-1.4.4.tar.xz" version="1.4.4" 270 repo="gstreamer" 271 hash="sha256:2ec7285e5ec6731963b0955487cceb9eb04e285ca682f3ef575996c068cde8aa" 272 md5sum="64a3e2cda2687132cadca4efdc63f3b4"> 275 273 <patch file="gst-libav.patch" strip="1"/> 276 274 </branch> 277 </autotools> 275 </autotools> 278 276 279 277 <autotools id="libseccomp" autogen-sh="configure"> -
trunk/Tools/efl/patches/gst-libav.patch
r174005 r181690 1 1 --- a/gst-libs/ext/libav/libavcodec/arm/videodsp_armv5te.S 2 2 +++ b/gst-libs/ext/libav/libavcodec/arm/videodsp_armv5te.S 3 @@ -26,6 +26,7 @@ 3 @@ -26,6 +26,7 @@ function ff_prefetch_arm, export=1 4 4 subs r2, r2, #1 5 5 pld [r0] 6 6 add r0, r0, r1 7 7 + it ne 8 bne ff_prefetch_arm8 bne X(ff_prefetch_arm) 9 9 bx lr 10 10 endfunc
Note:
See TracChangeset
for help on using the changeset viewer.