132 Commits

Author SHA1 Message Date
robert
a52e8efd8d - update to 26.0.1410.43
- switch chromium to use clang/llvm instead of gcc
- switch back to the internal libvpx because it's an unreleased version
  at this point
- re-enable SSE2 support
2013-04-03 08:19:10 +00:00
ajacoutot
c6fff61bfc No need to explicitely depend on gnome-icon-theme anymore. 2013-04-02 16:16:47 +00:00
robert
2905c39a86 use system yasm for building 2013-03-25 08:48:33 +00:00
robert
7c223f8ea2 fix ffmpeg config of i386 2013-03-22 07:46:04 +00:00
robert
40f157b67b use libvpx from ports 2013-03-20 16:20:04 +00:00
robert
7bbe17ad79 update to 25.0.1364.173 2013-03-15 23:08:48 +00:00
robert
8ce8ffb1b1 update to 25.0.1364.160 2013-03-15 08:30:33 +00:00
espie
3771bc26d4 fix small differences in PERMIT 2013-03-11 12:17:50 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
e03c56c9c5 MODGCC4_VERSION default to 4.6 now. 2013-02-07 19:13:49 +00:00
robert
06ec301150 update to 24.0.1312.68 2013-02-05 06:23:25 +00:00
brad
63a5ba9eb2 Remove a hack for FFmpeg/Libav to workaround an assembler bug now that it
has been fixed.

ok ajacoutot@
2013-01-20 07:46:16 +00:00
sthen
00463912be Add a comment re "proprietary" flavour to DESCR, reminded by espie@ 2013-01-19 12:06:51 +00:00
sthen
d66c18317b Make PERMIT_* for chromium depend on the FLAVOR, so that FLAVOR=proprietary
disables cdrom packages as done in other ports (H.264 patents).
Link chromium,proprietary to the build.  ok brad@ robert@
2013-01-19 11:56:06 +00:00
robert
93212d6849 update to 24.0.1312.52 2013-01-18 21:38:02 +00:00
sthen
007695c310 unfuck packaging, sorry.. WANTLIB sync changed libusb (from libusb-compat)
to libusb1 but missed that the LIB_DEPENDS also needed to change; as a result
libusb-compat was stripped from the package dependency list (because libusb
was no longer used) but this broke the dependency chain to libusb1 so packaging
failed. pointed out by landry@
2012-12-26 12:07:51 +00:00
sthen
b7e535002c sync wantlib 2012-12-23 12:25:30 +00:00
robert
06d3bd9e9e update to 23.0.1271.97 2012-12-15 10:23:31 +00:00
robert
9b8c842130 update to 23.0.1271.95 2012-12-10 08:49:17 +00:00
robert
99a3094c6b update to 23.0.1271.91 2012-11-28 22:28:35 +00:00
robert
7388bd1e4a Add a proprietary flavor which enables the patented codecs like H.246. 2012-11-26 07:32:30 +00:00
ratchov
ea44fb5469 Enable audio playback support using sndio.
ok robert@
2012-11-25 18:57:21 +00:00
robert
94e6d86e3a update to 23.0.1271.64 2012-11-07 06:59:45 +00:00
robert
13a086e13e re-add needed patch for i386 2012-10-12 17:34:17 +00:00
robert
26018c5afe update to 22.0.1229.94 2012-10-12 16:46:09 +00:00
landry
07c36f1381 Remove DPB_PROPERTIES=parallel, this doesnt build reliably.
ok sthen@
2012-10-04 07:40:25 +00:00
naddy
e48ea0d6f4 depend on latest gmake for parallel building; requested by espie@ 2012-10-01 18:12:34 +00:00
naddy
8a5d9880da mark for parallel building 2012-10-01 17:49:26 +00:00
robert
af0daae1a9 update to 21.0.1180.89 2012-09-05 14:18:28 +00:00
robert
963cc1a660 update to 21.0.1180.81 2012-08-26 18:47:01 +00:00
fgsch
29e9a5a126 - Better fix for the cups API deprecation issue
- Remove unneeded patch since we have openat(5) now (and from 5.0)
- Bump revision

ajacoutot@ robert@ (maintainer) ok.
2012-08-12 15:13:57 +00:00
ajacoutot
2e47348b05 Remove dependency on x11/gtk+2,-cups; this package will soon disapear. 2012-08-04 14:46:24 +00:00
robert
ff0c459ebf update to 20.0.1132.57 and add a lib dependency on libusb-compat
instead of libusb1 and fix WANTLIB
2012-07-12 19:35:17 +00:00
robert
ed877d7f77 scan the de-facto standard /usr/local/lib/mozilla/plugins dir as well 2012-07-10 12:55:25 +00:00
ajacoutot
d039c6ff7c Add x-scheme-handler for http and https in the MimeType so that chrome can
be chosen as a default browser in Desktop environments.

ok robert@ (maintainer)
2012-07-10 09:49:29 +00:00
robert
50dcc346db update to 20.0.1132.47 2012-07-10 09:22:34 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
robert
1f4053bbd9 Add a temporary workaround to the chrome wrapper script that checks
if the SingletonLock file is available and valid.
The problem is that when chrome crashes one of the destructors fail to
remove the lockfile and then when you start chrome again, it will
try to communicate with the old PID of the chromium main process, because
the SingletonLock file will point to `hostname`-PID_of_old_chromium and
since that process is not running anymore, startup will fail.
2012-05-17 08:52:59 +00:00
robert
90bb96b466 update to 18.0.1025.168 2012-05-05 14:03:39 +00:00
robert
987aa742fd update to 18.0.1025.162 2012-04-15 13:33:24 +00:00
robert
74101d13e1 make sure we use big enough buffers for sysctl(3) 2012-04-15 10:40:44 +00:00
robert
274a4dd29b update to 18.0.1025.152 2012-04-10 19:13:46 +00:00
robert
74eded4fb8 libgnome-keyring is both a run and a build dependency 2012-04-08 07:56:21 +00:00
robert
c45244ce9c update to 18.0.1025.142; requires gcc 4.6 from now on 2012-04-03 13:59:35 +00:00
robert
74dfb01f2b update to 17.0.963.83 2012-03-24 07:36:43 +00:00
ajacoutot
56fe913c3c Remove left-over useless SUBST_CMD.
ok robert@ (maintainer)
2012-03-23 13:31:25 +00:00
robert
6e1993ad40 Disable using the zygote process just like on macosx to make
chrome happy with rthreads.
This change is fine anyways because we are not using the setuid
sandboxing which would require the zygote process.
2012-03-20 20:52:44 +00:00
robert
9af319545f update to 17.0.963.79 2012-03-12 10:28:30 +00:00
robert
626d3f5642 update to 17.0.963.78 2012-03-08 18:56:26 +00:00
robert
bcc810c80e update to 17.0.963.66 2012-03-06 18:41:54 +00:00