summaryrefslogtreecommitdiff
path: root/net/vino
AgeCommit message (Collapse)AuthorFilesLines
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2013-10-19Revbump after updating textproc/icuadam1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-08-16revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.obache1-2/+3
2013-08-12Update vino to 2.32.2.obache7-43/+26
Vino 2.32.2 =========== Fixes: - Avoid out-of-bounds memory accesses. - Exit immediately when the server is disabled. - Bind both an IPv4 and an IPv6 socket. Translations: + Daniel Korostil (uk) + Fran Diéguez (gl) + Gheyret T.Kenji (ug) + Wei-Lun Chao (zh_HK, zh_TW) ============== Version 2.32.1 ============== Fixes: + Be compatible with old (< 0.7.0) and new (>= 0.7.0) libnotify Translations: + Joan Duran (ca@valencia) + Thanos Lefteris (el) + Priit Laes (et) + Takayuki KUSANO (ja) + Changwoo Ryu (ko) + Sahran (ug) Vino 2.32.0 =========== Translations: + Baurzhan Muftakhidinov (kk) + Takayuki KUSANO (ja) Vino 2.31.91 ============ Translations: + Fran Diéguez (gl) + krishnababu k (te) + Kristjan Schmidt (eo) + Petr Kovar (cs) Vino 2.31.4 =========== Features: + Improvements on Telepathy tubes stuff + Various internal work on replacing deprecated stuff Translations: + Andika Triwidada (id) + Carles Ferrando (ca@valencia) + Leonid Kanter (ru) + Luca Ferretti (it) + Matej Urbančič (sl) + Priit Laes (et) + Sira Nokyoongtong (th) + Theppitak Karoonboonyanan (th) + Thomas Thurman (en@shaw)
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz1-2/+2
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+2
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2011-11-26net/vino: Fix for DragonFlymarino2-1/+17
Add socket.h (if available) to a header using sockaddr structure, fixes build for DragonFly.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-08-23Recursive bump from gdbm shlib bump.obache1-2/+2
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-1/+2
2011-05-04update to 2.28.3drochner2-7/+6
changes: -Avoid out-of-bounds memory accesses (might qualify as DOS possibility) -translation updates
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-1/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-07-08add an option for "telepathy" support (off per default)drochner1-2/+9
2010-06-14replace the gnome-keyring dependency by one on libgnome-keyring whichdrochner4-14/+14
is a subset of the former, ride on the libpng update
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-21update to 2.28.1drochner7-18/+72
this switches to the Gnome-2.28 branch
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-03use libgnutls-config.mk to get back TLS support with gnutls-2.8,drochner1-2/+3
bump PKGREVISION
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2008-12-21Add avahi option, and enable it by default.wiz2-3/+12
Bump PKGREVISION.
2008-10-29Update to 2.24.1:wiz3-21/+26
Vino 2.24.1 =========== Fixes + Bug #555105: Propagates port changes via avahi. + Update label in vino-preferences when the port changes. + Bug #161180: Hopefully fix an window empty bug. + LP: #266932: Only restore the wallpaper when the last client disconnects. Translations + Usama Akkad (ar) + Ihar Hrachyshka (be@latin) + Alexander Shopov (bg) + Milo Casagrande (it) Vino 2.24.0 =========== Translations + Usama Akkad (ar) + Joan Duran (ca) + Pavel Šefránek (cs) + Ask Hjorth Larsen (da) + Andre Klapper (de) + Ankit Patel (gu) + Ante Karamatić (hr) + Gabor Kelemen (hu) + Milo Casagrande (it) + Shankar Prasad (kn) + Young-Ho Cha (ko) + Žygimantas Beručka (lt) + പ്രവീണ്‍ (ml) + Dan Damian (ro) + Alexandre Prokoudine (ru) + Laurent Dhima (sq) + Данило Шеган (sr) + Baris Cicek (tr) + Chao-Hsiung Liao (zh_HK) + Chao-Hsiung Liao (zh_TW) Vino 2.23.92 ============ Fixes + Added an icon to session desktop file. Translations + Alexander Shopov (bg) + Runa Bhattacharjee (bn_IN) + David Lodge (en_GB) + Takeshi AIHANA (ja) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Manoj Kumar Giri (or) + Tomasz Dominikowski (pl) + Duarte Loreto (pt) Vino 2.23.91 ============ Fixes + Make vino work correctly with new gnome-session. (Jonh Wendell) Translations + Jorge González (es) + Ivar Smolin (et) + Iñaki Larrañaga Murgoitio (eu) + Ilkka Tuohela (fi) + Claude Paroz (fr) + Oldie (he) + Arangel Angov (mk) + Sandeep Shedmake (mr) + Kjartan Maraas (nb) + Og Maciel (pt_BR) + Daniel Nylander (sv) + Tirumurthi Vasudevan (ta) + Theppitak Karoonboonyanan (th) Vino 2.23.90 ============ Features + Added the ability to hide the background on connections. (Jorge Pereira) + New compile-time option (--enable-libunique), allows only one instance of capplet running. (Jorge, Jonh Wendell) + Added vino-server.desktop file required by new gnome-session. (Halton Huo) + Get rif of libgnome[ui] in the capplet. (Jonh) Fixes + Minor bug fixes Translations + Djihed Afifi (ar) + Jorge González (es) + Ivar Smolin (et) + Ilkka Tuohela (fi) + Claude Paroz (fr) + Ignacio Casal Quinteiro (gl) + Oldie (he) + Arangel Angov (mk) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Enrico Nicoletto (pt_BR) + Duarte Loreto (pt) + Daniel Nylander (sv) + Theppitak Karoonboonyanan (th) Vino 2.23.5 ============ Features + New command-line tool, vino-passwd, which allows you to change vino password. Similar to Unix passwd command. (Jorge Pereira) Fixes + Bug #534262 - cyclic clipboard propagation (Jonh Wendell) + Minor bug fixes Translations + Djihed Afifi (ar) + Rostislav "zbrox" Raykov (bg) + Jorge González (es) + Ivar Smolin (et) + Ignacio Casal Quinteiro (gl) + Oldie (he) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Yannig Marchegay (Kokoyaya) (oc) + Matej Urbančič (sl) + Laurent Dhima (sq) + Daniel Nylander (sv) + Theppitak Karoonboonyanan (th) Vino 2.22.1 ============ Fixes + Don't lock the screen in fake connections (Jonh Wendell) Translations + Kostas Papadimas (el) + Ivar Smolin (et) + Eskild Hustvedt (nn) + Marcel Telka (sk) + Baris Cicek (tr) Vino 2.22.0 =========== Translations + Djihed Afifi (ar) + Ihar Hrachyshka (be@latin) + Runa Bhattacharjee (bn_IN) + Kenneth Nielsen (da) + David Lodge (en_GB) + Jorge González (es) + Stéphane Raimbault (fr) + Gabor Kelemen (hu) + Milo Casagrande (it) + Takeshi AIHANA (ja) + Žygimantas Beručka (lt) + I. Felix (ta) + Maxim Dziumanenko (uk) + Chao-Hsiung Liao (zh_HK) + Chao-Hsiung Liao (zh_TW) Vino 2.21.92 ============ Fixes + Fix a crash with the vinagre client. (Mark McLoughlin) + Fix a crash when client disconnects just after connecting. (Jonh Wendell) + Fix the build with recent glibc. (Matthias Clasen) Translations + Josep Puigdemont (ca) + Pavel Šefránek (cs) + Ilkka Tuohela (fi) + Robert-André Mauchin (fr) + Nyitrai István (hu) + Shankar Prasad (kn) + Young-Ho Cha (ko) + Arangel Angov (mk) + Badral (mn) + Shyam Krishna Bal (ne) + Duarte Loreto (pt) + Clytie Siddall (vi) Vino 2.21.91 ============ Translations + Djihed Afifi (ar) + Amitakhya Phukan (as) + Petr Kovar (cs) + Andre Klapper (de) + Arangel Angov (mk) + Wouter Bolsterlee (nl) + Tomasz Dominikowski (pl) + Vladimir Melo (pt_BR) + Zhovner Pavel (ru) + Theppitak Karoonboonyanan (th) Vino 2.21.90 ============ Translations + Runa Bhattacharjee (bn_IN) + Andre Klapper (de) + Iñaki Larrañaga Murgoitio (eu) + sandeep shedmake (mr) + Kjartan Maraas (nb) + Yannig Marchegay (Kokoyaya) (oc) + Marcel Telka (sk) + Daniel Nylander (sv) + Clytie Siddall (vi) Vino 2.21.3 ============ Fixes + Minor fixes Translations + Ivar Smolin (et) + Ignacio Casal Quinteiro (gl) + Matapathi Pramod (te) + Zhovner Pavel, Vasiliy Faronov (ru) Vino 2.21.2 ============ Features + New gconf key to control the status icon behaviour + Added more options in the configuration applet Translations + Jorge González (es) + Matej Urbančič (sl) + Daniel Nylander (sv) Vino 2.21.1 ============ Features + Handles clipboard copy and paste (Jonh) + Don't ship icons/ directory anymore (Jaap A. Haitsma) Fixes + Fixes some key presses issues (Dan Winship) + Only show 'disconnect all' popup item in status icon if we have more than one client connected (Jonh) + Better handles disconnection from avahi-daemon (Sebastien Estienne) Translations + Djihed Afifi (ar) + Oldie (he) + Matej Urbančič (sl) Vino 2.20.1 =========== Translations + Djihed Afifi (ar) + Rostislav "zbrox" Raykov (bg) + Iñaki Larrañaga Murgoitio (eu) + Young-Ho Cha (ko) + Dr.T.Vasudevan (ta) Vino 2.20.0 =========== Translations + Khaled Hosny (ar) + Iñaki Larrañaga Murgoitio (eu) + Gabor Kelemen (hu) + Arangel Angov (mk) + Wouter Bolsterlee (nl) + Og Maciel (pt_BR) + Duarte Loreto (pt) + Nickolay V. Shmyrev (ru) + Laurent Dhima (sq) + Данило Шеган (sr) + Maxim Dziumanenko (uk) + Clytie Siddall (vi) Vino 2.19.92 ============ Fixes + Bug #353304 - using Alt-Gr from a Windows VNC client to vino + Bug #383147 - beryl windows manager does not support vino only metacity Translations + Josep Puigdemont (ca) + Ask Hjorth Larsen (da) + Hendrik Richter (de) + Ivar Smolin (et) + Stéphane Raimbault (fr) + Takeshi AIHANA (ja) + Young-Ho Cha (ko) + Žygimantas Beručka (lt) + Arangel Angov (mk) + Tomasz Dominikowski (pl) + Og Maciel (pt_BR) Vino 2.19.90 ============ Features + Included hostname in Avahi service name + Show the configure summary Fixes + Minor fixes Translations + Runa Bhattacharjee (bn_IN) + Denis Radovanović (bs) + Hendrik Richter (de) + Athanasios Lefteris (el) + David Lodge (en_GB) + Jorge González (es) + Ivar Smolin (et) + Iñaki Larrañaga Murgoitio (eu) + Ilkka Tuohela (fi) + Ankit Patel (gu) + Rajesh Ranjan (hi) + Takeshi AIHANA (ja) + Vladimer Sichinava (ka) + Raivis Dejus (lv) + Hasbullah Bin Pit (ms) + Kjartan Maraas (nb) + Wouter Bolsterlee (nl) + Gora Mohanty (or) + Og Maciel (pt_BR) + Leonid Kanter (ru) + Daniel Nylander (sv) + Theppitak Karoonboonyanan (th) + Baris Cicek (tr) + Maxim Dziumanenko (uk) Vino 2.19.5 =========== Features + Show http server address in vino-preferences if vino is compiled with http support (Halton Huo) + Added a new configuration option (gconf key) 'lock_screen_on_disconnect', which locks the screen when last user disconnects (Jonh) + Build against libnotify, if it's available (added --enable-libnotify=auto and make it the default) Fixes + Only publish VNC service under Avahi when server is enabled, bug #330690 (Jonh) + Don't assert on a NULL find result from gnome-keyring, bug #450074 (Stef Walter) + Fix a crash when dbus Introspect() method is called, bug #445525 (Jonh) + Fix keyboard mapping problem, bug #440429 (Jonh) + Use $prefix/share/vino for data in favor of $prefix/share/gnome/vino, bug #436460 (Matthias Clasen) + Fix gtk-update-icon-cache for install and uninstall-hook (David Farning) + Fix crash in mouse wheel movement on non-Xorg system, bug #431627 (Halton Huo) Translations + Khaled Hosny (ar) + Jakub Friedl (cs) + Tshewang Norbu (dz) + David Lodge (en_GB) + Jorge González (es) + Ivar Smolin (et) + Ignacio Casal Quinteiro (gl) + Oldie (he) + Espen Stefansen (nb) + Danishka Navin (si) + Daniel Nylander (sv) + Dr.T.Vasudevan (ta) + Theppitak Karoonboonyanan (th) + Clytie Siddall (vi) + Yang Zhang (zh_CN)
2008-06-20Add DESTDIR support.joerg1-1/+3