Commit Graph

12778 Commits

Author SHA1 Message Date
ajacoutot
dc1077314c Bugfix update to gtk+3-3.6.4. 2013-01-07 14:34:31 +00:00
gonzalo
ebb4ce8eb7 Update for SMPlayer to 0.8.3:
* Fix for Youtube playback.
* Support for 6.1 and 7.1 audio output.
* A "Privacy" section in the preferences dialog has been added. You can
  disable saving the recent files or URLs.
* The main window can be moved by dragging the video area.

Ok edd@
2013-01-07 11:45:21 +00:00
dcoppa
7d8a09cada Unbreak and enable utmp support.
Take maintainership as requested by Daniel Levai (previous maintainer)

OK sthen@, naddy@
2013-01-07 08:08:39 +00:00
ajacoutot
5bf8e29a22 Bring a fix from upstream to fix a crash in gtk_style_context_get_font(). 2013-01-07 07:28:04 +00:00
ajacoutot
254001ed60 Implement GMountOperation from gtk+3. 2013-01-05 18:13:56 +00:00
ajacoutot
816598ac30 Adapt dependencies after recent print/cups change. 2013-01-05 12:53:09 +00:00
ajacoutot
667e6b0a9f Maintenance update to gtk+3-3.6.3. 2013-01-04 08:06:34 +00:00
sthen
746b0407f2 missed bump 2013-01-04 01:17:02 +00:00
espie
1d27848ff3 use new dpb annotation to work around bug in dependency scanners.
as discussed with dcoppa@, sthen@
2013-01-03 15:48:42 +00:00
brad
81486da6dd Disable the media library support as its buggy at the moment and
causes VLC to crash upon exit especially with some of the malloc
flags being enabled. It isn't a default enabled feature anyway.

ok sthen@
2013-01-03 03:18:21 +00:00
brad
c7814c3f0e Switch back to using LLVM on i386.
ok sthen@
2013-01-03 03:05:47 +00:00
landry
1c99c9850e Major update to xfce4-terminal 0.6.1.
Now supports colorschemes, a search dialog, and a quake-like drop-down
mode to bind on a kbd shortcut - and also a lots of bugfixes.
See http://git.xfce.org/apps/xfce4-terminal/tree/NEWS for details.
2013-01-02 19:10:52 +00:00
landry
233f48fc10 Update to xfce4-mixer 4.10.0. 2013-01-02 19:01:12 +00:00
landry
cf5489e822 Update to xfce4-weather 0.8.2. 2013-01-02 18:58:25 +00:00
landry
cc522d07ae Update to xfce4-screenshooter 1.8.1. 2013-01-02 18:56:43 +00:00
landry
4cf8868bfb Update to ristretto 0.6.3. 2013-01-02 18:53:21 +00:00
landry
8f6ebd70c1 Major update to mousepad 0.3.0.
Now features syntax hilighting, multiple instance support, statusbar,
DND between windows, reorderable/detachable tabs..
See http://git.xfce.org/apps/mousepad/tree/NEWS for details.
Cherry pick a git commit to fix locale initialization.
2013-01-02 18:32:21 +00:00
landry
6c40700a93 Update to tumbler 0.1.26. 2013-01-02 18:29:09 +00:00
landry
9a985331d7 Update to thunar 1.6.2.
Adds tab support, a new sidebar and lots of bugfixes. See
http://git.xfce.org/xfce/thunar/tree/NEWS for details.
tested by & ok giovanni@
2013-01-02 18:28:22 +00:00
landry
ae947f6647 Update to exo-0.10.2. 2013-01-02 18:25:27 +00:00
landry
d6eb448071 Winter cleanup of the Xfce ports:
- use LIBTOOL_FLAGS=--tag=disable-static to avoid building useless
  static libs.
- add a MODXFCE_PURGE_LA variable holding the list of dirs to purge from
  libtool archive useless files.
- add a MODXFCE4_post-install hook in xfce4.port.mk to purge the la files.
  This requires  bsd.port.mk r1.1201.
- remove --disable-linker-opts now that --as-needed seems to work fine
- fix WANTLIB (mostly adding harfbuzz icudata icule icuuc in lots of
  places)
- update PLISTs: remove @comment'ed static/la files, redundant dirs

ok sthen@ ajacoutot@
2013-01-02 17:12:21 +00:00
sthen
8d8d05d474 Our llvm on i386 doesn't support SSE so, on i386, build vlc with GCC 4.6
again for now. ok espie@
2013-01-02 10:14:06 +00:00
ajacoutot
3aa1667a56 Install the unique machine identifier file under /etc/machine-id and add
a /var/db/dbus/machine-id symlink pointing to it. /etc/machine-id is the
"new" path to store this data nowadays.
2013-01-01 14:36:11 +00:00
ajacoutot
8895044843 Bump after the pulseaudio update. 2013-01-01 14:23:25 +00:00
dcoppa
c87bab31e3 Simplify ; no bump needed 2012-12-31 19:21:45 +00:00
dcoppa
92120f86f5 Update awesome to v3.4.14 (White Christmas) 2012-12-31 17:41:43 +00:00
dcoppa
db48fe0b7c Various cleanup to the gui code, adapted from upstream svn.
Tighten up dependency on gnome-icon-theme.
2012-12-31 10:27:17 +00:00
landry
49733cfa6c Bring some sanity, dont hardcode AUTOMAKE/AUTOCONF_VERSION in
xdt-autogen, the script respect env vars since bug #8683 was fixed.
Replace a bogus ${PREFIX} by ${TRUEPREFIX} while here.
2012-12-30 16:09:33 +00:00
landry
d5d16b55b9 Mark BROKEN-sparc64, ICE in change_address_1, at emit-rtl.c:1784
Probably fallout of the PIE switch, was building fine before.
2012-12-29 20:41:27 +00:00
sthen
918c344cc4 revert unintentional addition to CONFIGURE_ARGS (untested diff to enable
utmp recording) which was in my tree already and which wasn't in Daniel's
submitted diff for the previous commit, as pointed out by dcoppa@.

(add an XXX comment reminder; as an xterm alternative, this *should*
do utmp recording.)
2012-12-29 13:55:35 +00:00
stsp
1c97f53070 Make ecore's dependency on inputmethods/ibus explicit. ok sthen 2012-12-28 14:27:57 +00:00
sthen
d1e6ef1faf Mark e17 as SHARED_ONLY and merge down PFRAG.shared files into PLISTs. From stsp@.
Also, use LIBTOOL_FLAGS to remove static libraries suggested by and OK ajacoutot@.
2012-12-28 12:26:38 +00:00
sthen
19d1e7c620 update to urxvt 9.16, from maintainer LEVAI Daniel, tests/ok dcoppa@ abieber@ 2012-12-28 12:12:38 +00:00
ajacoutot
dc151bf3fe Add some autohell goo to disable gtk support.
Enable vala bindings.
2012-12-28 09:54:47 +00:00
dcoppa
a6cc1eb92f Fixes, fixes, fixes:
i3-input: restore input focus on exit()
(upstream git commit 5779f573e7316664e4bff9d3ff17a234edc9d337)

Repect AR environment variable
(upstream git commit ef81bd183b579688b9f1a46a41c817b577d0b39e)

Fix scrolling on a tabbed titlebar which contains split cons
(upstream git commit 721fa7bdadac6d7f0c78f8c1eac0e66252ba2dc6)

Bugfix: ignore ConfigureRequests for scratchpad windows
(upstream git commit 36b106a9d39727b06909113e3f11552f2f1b6abe)

Bugfix: handle MapRequests sent between i3 registering as a wm and
handling events
(upstream git commit 625401d1628757a67a2ab4eeaa68be965683889c)

Bugfix: draw right tab border for split containers
(upstream git commit ae605bdd394bdf83a8015ac626b222fd40e35b04)
2012-12-27 19:58:05 +00:00
espie
09e64f576b make darn sure we don't use gtk+2/gtk+3, as these CAN disappear during
build.

okay ajacoutot@, hoping he gets time for a more permanent solution...
2012-12-27 18:56:59 +00:00
dcoppa
78eb43dff6 Bugfix: use expanded style/theme filename
(upstream git commit d8cd6a928b76dbe63afa82327c51715cb1a1bdc8)

While here, sync WANTLIB.
2012-12-27 13:51:17 +00:00
landry
eb4641f199 Really fix for good : remove the configure patch making it look for
liblibclang, which is now libclang.
Reported by naddy@ again. This time should be okay, i checked it
packaged :)
2012-12-26 15:07:18 +00:00
landry
a94bbbc2a0 Fix the fix : libclang SHARED_LIBS was renamed to clang.
Reported by naddy@
2012-12-26 13:53:29 +00:00
brad
1102c81a03 Switch to using LLVM.
ok sthen@
2012-12-25 23:14:03 +00:00
landry
085117a845 Unbreak; llvm->=3.2p9 doesnt exist. 2012-12-25 18:43:28 +00:00
stsp
0035cb844f Update e17 ports to the final 0.17.0 release.
Major bump for all shared libs for safety (requested by sthen and landry).
ok sthen landry
2012-12-24 13:11:03 +00:00
sthen
8c813409e4 sync wantlib 2012-12-23 13:25:11 +00:00
sthen
b7e535002c sync wantlib 2012-12-23 12:25:30 +00:00
jasper
f1282d0796 - update to rygel-0.16.4 2012-12-22 16:56:37 +00:00
landry
aab38a2a82 Mark as BROKEN-hppa for the same reason as on sparc64.
cast increases required alignment of target type + uses -Werror
2012-12-21 18:33:55 +00:00
landry
1137e11daf Mark as BROKEN-hppa: never built there.
block_trampolines.S:76:2: warning: #warning imp_implementationWithBlock() not implemented for your architecture
block_trampolines.S: Assembler messages:
block_trampolines.S:15: Error: junk at end of line, first unrecognized character is `"'
block_trampolines.S:25: Fatal error: Unknown opcode: `__objc_block_trampoline_sret'
2012-12-21 18:30:47 +00:00
sthen
6fe222514d sync wantlib 2012-12-21 12:13:35 +00:00
dcoppa
05997b9231 Some improvements in the audio department:
Fix some problems on initial volume setup
(upstream svn revision r2378)

Don't monitor system volume when running in softvol mode
(upstream svn revision r2377)
2012-12-19 15:04:36 +00:00
jasper
ae1a61bdc3 - update to gob2-2.0.19
- convert to use gnome.port.mk
2012-12-19 07:29:02 +00:00