Commit Graph

134 Commits

Author SHA1 Message Date
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
sthen
40f5f67190 cope with sysctl.h changes 2012-12-18 21:38:12 +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
f3bfa4d4c6 Don't die on deprecated declaration warnings, aka fix build with cups >= 1.6.
spotted by fgsch@
ok robert@ (maintainer)
2012-08-06 17:21:32 +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
jasper
e2f5473ee7 - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 14:53:01 +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
ba400d8d97 add missing patch 2012-04-03 18:53:28 +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
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28: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
robert
9a3132e553 update to 17.0.963.65 2012-03-05 12:57:48 +00:00
robert
1ee40d5fc7 remove accidentally committed file 2012-02-17 17:15:49 +00:00
robert
e2535fdd7c update to 17.0.963.56 2012-02-17 10:19:50 +00:00
robert
7ff1f9994d update to 16.0.912.77 2012-01-24 08:31:40 +00:00
ajacoutot
f72cb7f26e Increase limits to minimum working defaults.
ok robert@ (maintainer)
2012-01-11 16:24:07 +00:00
robert
7225978c26 update to 16.0.912.75 and backport a fix from Chromium SVN to fix the KDE
issues
2012-01-06 16:27:26 +00:00