aboutsummaryrefslogtreecommitdiff
path: root/audio/xfce4-mixer
Commit message (Collapse)AuthorAgeFilesLines
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.Bryan Drewery2015-04-281-2/+1
| | | | | | | | | | | | | Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr Notes: svn path=/head/; revision=384919
* The FreeBSD Xfce team proudly presents Xfce 4.12.Olivier Duchateau2015-03-051-22/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com> Notes: svn path=/head/; revision=380565
* Cleanup plistBaptiste Daroussin2014-10-201-20/+0
| | | | Notes: svn path=/head/; revision=371234
* - Install documentation in standard locationTijl Coosemans2014-07-011-0/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Use OPTIONS_SUB Notes: svn path=/head/; revision=360090
* - Update to 4.11.0 (bugfix)Olivier Duchateau2014-05-194-64/+92
| | | | | | | | | | | | | | | | | | | - Add LICENSE - Add NLS (Native Language Support) option Despite odd number (development release, see announce [1]), there's nothing new. Still uses the old GStreamer API (0.10). Likewise, GstMixerInterface (opaque structure for sound card in GStreamer) has been removed in the new API (1.0). [1] https://mail.xfce.org/pipermail/xfce-announce/2014-April/000321.html Reviewed by: Ivan Klymenko Obtained from: Xfce repo. Notes: svn path=/head/; revision=354584
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".Tijl Coosemans2014-05-132-5/+3
| | | | | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=353934
* - Support STAGEDIROlivier Duchateau2013-10-152-6/+4
| | | | | | | | | | | | | While I'm here - Switch to USES= gmake - Convert to new LIB_DEPENDS format - Enhance COMMENT entry (misc/xfce4-wm-themes) - Adjust Xfce dependencies, and bump PORTREVISION (sysutils/xfce4-power-manager) Notes: svn path=/head/; revision=330424
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-2/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelOlivier Duchateau2013-05-082-9/+4
| | | | | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file Notes: svn path=/head/; revision=317695
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-1/+0
| | | | Notes: svn path=/head/; revision=316287
* Bump PORTREVISION for keybinder-related portsOlivier Duchateau2012-12-261-2/+2
| | | | | | | | | | While here, - audio/xfce4-mixer improve KEYBIND_DESC Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=309513
* xfce4-mixer needs multimedia/gstreamer-plugins-good to access any OSS devices.Olivier Duchateau2012-12-261-2/+2
| | | | | | | | | PR: ports/174039 Submitted by: David Demelier <demelier.david_AT_gmail.com> Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=309505
* Patch pixmaps path to fix broken chain icons in xfce4-mixer.Emanuel Haupt2012-12-251-2/+3
| | | | Notes: svn path=/head/; revision=309468
* - Update to 4.10.0Olivier Duchateau2012-10-153-90/+76
| | | | | | | | | | | | - Cleanup Makefile header - Use USE_PKGCONFIG - Add new option, KEYBIND (for multimedia keys) Approved by: rene, miwi (mentors) Feature safe: yes Notes: svn path=/head/; revision=305936
* Mark ports unsafe per wiki page of broken ports.Eitan Adler2012-09-021-0/+2
| | | | | | | | Approved by: doceng (gabor, maintainer) [print/ghostscript8] Redports: ignore Notes: svn path=/head/; revision=303580
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Welcome XFCE 4.10 to the portstree!Martin Wilke2012-05-251-1/+2
| | | | | | | | | | Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com> Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Tested by: phw Notes: svn path=/head/; revision=297441
* Consistify spelling of "Xfce", and some other projects while there.Rene Ladan2011-10-261-1/+1
| | | | | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke Notes: svn path=/head/; revision=284387
* Re-assign to the Xfce team.Rene Ladan2011-10-231-1/+1
| | | | | | | Approved by: oliver (previous maintainer) Notes: svn path=/head/; revision=284163
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Welcome XFCE 4.8 to the portstree!Oliver Lehmann2011-03-033-6/+16
| | | | | | | Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=270185
* looks like 4.6.1 versions disappeared from the 4.6.2 directoryOliver Lehmann2010-10-051-0/+1
| | | | | | | force the load from the old 4.6.1 directory Notes: svn path=/head/; revision=262438
* update xfce to 4.6.2Oliver Lehmann2010-05-311-1/+1
| | | | | | | bump PORTREVISION on all depending ports Notes: svn path=/head/; revision=255394
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* bump PORTREVISION for the recent update ofOliver Lehmann2010-01-101-1/+1
| | | | | | | | | | | x11/libexo x11-toolkits/libxfce4gui sysutils/xfce4-settings x11-wm/xfce4-panel x11/Terminal Notes: svn path=/head/; revision=247524
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* update xfce to 4.6.1Oliver Lehmann2009-05-064-146/+7
| | | | | | | bump PORTREVISION where necessary Notes: svn path=/head/; revision=233310
* add patch-r29703 to fix the coredump on exitOliver Lehmann2009-04-052-0/+140
| | | | Notes: svn path=/head/; revision=231648
* update Xfce to 4.6Oliver Lehmann2009-03-023-54/+68
| | | | | | | | | for more information please read http://www.xfce.org/about/news?id=21 Notes: svn path=/head/; revision=229341
* update xfce to 4.4.3Oliver Lehmann2008-10-303-5/+10
| | | | Notes: svn path=/head/; revision=222238
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* replace USE_XLIB by USE_XORG to reduce the dependenciesOliver Lehmann2008-03-091-2/+3
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=208675
* update xfce4 to 4.4.2Oliver Lehmann2008-02-123-5/+7
| | | | | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532 Notes: svn path=/head/; revision=207060
* - Fix a typo in bsd.sites.mk along with all the places it affectedAndrew Pantyukhin2007-10-251-1/+1
| | | | | | | Approved by: oliver (maintainer of the respective ports) Notes: svn path=/head/; revision=202040
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* update to 4.4.1Oliver Lehmann2007-04-212-5/+5
| | | | Notes: svn path=/head/; revision=190535
* update xfce to 4.4.1Oliver Lehmann2007-04-111-0/+1
| | | | | | | bump PORTREVISION where needed Notes: svn path=/head/; revision=189785
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].Mark Linimon2007-03-141-3/+1
| | | | | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] Notes: svn path=/head/; revision=187350
* fix objformat problem more properlyOliver Lehmann2007-02-051-1/+3
| | | | Notes: svn path=/head/; revision=184297
* fix build (by using libtool:15) with recent CURRENTs where objformat went awayOliver Lehmann2007-02-041-0/+1
| | | | | | | Submitted by: Masahide -mac- NODA <mac@clave.gr.jp> Notes: svn path=/head/; revision=184115
* enhance the descriptionOliver Lehmann2007-01-291-2/+4
| | | | | | | update the WWW part Notes: svn path=/head/; revision=183599
* Import xfce 4.4Oliver Lehmann2007-01-224-68/+30
| | | | | | | | | - remove all obsolete ports or plugins - update all plugins to their latest version to support xfce 4.4 (otherwise they won't compile with 4.4) Notes: svn path=/head/; revision=182986
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-6/+35
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749