Package Details: chromium-dev 126.0.6423.2-1

Git Clone URL: https://aur.archlinux.org/chromium-dev.git (read-only, click to copy)
Package Base: chromium-dev
Description: The open-source project behind Google Chrome (Dev Channel)
Upstream URL: http://www.chromium.org
Keywords: browser web
Licenses: BSD
Submitter: None
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 160
Popularity: 0.010679
First Submitted: 2010-05-17 09:04 (UTC)
Last Updated: 2024-04-21 19:18 (UTC)

Dependencies (84)

Required by (0)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 121 122 123 124 125 126 127 128 129 130 131 .. 152 Next › Last »

sl1pkn07 commented on 2011-07-12 04:24 (UTC)

new DEV channel release. update later

sl1pkn07 commented on 2011-07-11 12:47 (UTC)

media/ffmpeg/ffmpeg_common.cc: En la función ‘base::TimeDelta media::ConvertFromTimeBase(const AVRational&, int64)’: media/ffmpeg/ffmpeg_common.cc:15:70: error: ‘av_rescale_q’ no se declaró en este ámbito media/ffmpeg/ffmpeg_common.cc: En la función ‘int64 media::ConvertToTimeBase(const AVRational&, const base::TimeDelta&)’: media/ffmpeg/ffmpeg_common.cc:21:73: error: ‘av_rescale_q’ no se declaró en este ámbito media/ffmpeg/ffmpeg_common.cc:22:1: aviso: el control alcanza el final de una función que no es void [-Wreturn-type] make: *** [out/Release/obj.target/media/media/ffmpeg/ffmpeg_common.o] Error 1

Huulivoide commented on 2011-07-11 09:49 (UTC)

Here this should include all http://paste.pocoo.org/show/435997/

Huulivoide commented on 2011-07-11 09:45 (UTC)

Oh yeh I forgot the stubs dir I remember there were two places I did modifications in but as it was few weeks ago I didn't rememeber that let me update the patch

sl1pkn07 commented on 2011-07-10 16:39 (UTC)

fail for me out/Release/obj.target/geni/ffmpeg_stubs.cc:41:64: error: la declaración de la función C ‘void* av_malloc(unsigned int)’ genera un conflicto con /usr/include/libavutil/mem.h:73:7: error: declaración previa de ‘void* av_malloc(size_t)’ aquí CXX(target) out/Release/obj.target/wtf/third_party/WebKit/Source/JavaScriptCore/wtf/DecimalNumber.o test with libav-git and using system ffmpeg (_use_ffmpeg_system_libs=1)

Huulivoide commented on 2011-07-10 09:55 (UTC)

http://paste.pocoo.org/show/435053/ This patch should fix some of the symbols but im not sure if this is all, please install some svn or git liav pacxkage and test it ^^

sl1pkn07 commented on 2011-06-28 13:35 (UTC)

update dev: 14.0.803 and patches

sl1pkn07 commented on 2011-06-27 19:59 (UTC)

what patch? link please

Huulivoide commented on 2011-06-22 09:18 (UTC)

could you add a patch for newer ffmpeg-revisions? It only recuires few changes to change depricated funktion names with new ones. Like CODEC_TYPE_VIDEO becomes AVMEDIA_TYPE_VIDEO, these are alredy so old that they hawe been completely removed from ffmpeg for some time.