Commit graph

49 commits

Author SHA1 Message Date
Jan Beich
5d40cb1a54 audio/pulseaudio: update to 10.0
Changes:	https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/
ABI:		https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR:		216255
Submitted by:	lightside <lightside@gmx.com>
MFH:		2017Q1
2017-01-19 18:15:52 +00:00
Jan Beich
4365088e18 audio/pulseaudio: simplify hw.snd.default_unit search
PR:		211684
Submitted by:	lightside <lightside@gmx.com>
MFH:		2016Q4 (r425809 bandwagon)
2016-11-09 22:06:42 +00:00
Jan Beich
eb137b5117 audio/pulseaudio: respect hw.snd.default_unit
PR:		211684
Submitted by:	lightside <lightside@gmx.com>
Reviewed by:	Tobias Kortkamp <t@tobik.me>
Approved by:	maintainer timeout (3 months)
MFH:		2016Q4 (notorious for affecting www/firefox)
2016-11-09 21:54:29 +00:00
Jan Beich
4d8e904ca9 audio/pulseaudio: update to 9.0
- Add xcb to USE_XORG, required by bin/pacat
- Add iconv to USES, required by bin/pacat
- Add ssl to USES and correct OPENSSL_CFLAGS and OPENSSL_LIBS
- Replace --disable-systemd with correct --disable-systemd-* configure arguments
- Move ALSA and JACK to AUDIO options group
- Move BASH and ZSH to COMPLETIONS options group
- Add DATABASE single option to be able to select supported database
- Add SIMPLE (database support) to default options
- Silence mkdir
- Replace files/patch-src_daemon_default.pa.in with sed patch
- Adapt pkg-plist

Changes:	https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
ABI:		https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR:		210548
Submitted by:	lightside@gmx.com
Approved by:	maintainer timeout (4 months)
2016-10-25 12:53:23 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Koop Mast
b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00
Koop Mast
9396414c12 Replace LOCALBASE with PREFIX, since this is where we install it.
Submitted by:	jbeich@
2015-06-14 02:54:49 +00:00
Koop Mast
f2b1b51d41 * Fix segfault on HEAD part 2.
* Make sure that linux/kFreeBSD code isn't run on FreeBSD itself.
  * Pass the correct value back via the argument of the calling function. [1]
  * Fix white space to match the rest of the file, so upstream can't complain
    about that.

* Drop freedesktop-sound-theme it isn't used by default. Add line to
  pkg-message to mention that it needs to be installed if enabled in
  default.pa.
* Don't use ETCDIR in pkg-message.in, it gets expanded to
  ${LOCALBASE}/etc/pulseaudio which isn't correct since pulseaudio uses
  etc/pulse/

[1] I have no idea what I did to break this in the first version, while
  it worked at the time localy.
2015-06-13 21:32:14 +00:00
Koop Mast
59ac13dba5 Fix a segfault by using some FreeBSD sysctl to get the info needed.
This can happen when /proc isn't mounted.

While here, teach where the dbus machine-id file lives.
2015-05-31 16:12:17 +00:00
Koop Mast
0a551e4373 Update pulseaudio to 6.0 [1].
* Correct some paths in the default config file (default.pa). [1]
* Add run depend freedesktop-sound-theme since pulse tries to run these files.
* Add a small patch to allow 24bit audio formats, it not clear why this is
  disabled by default. [2]
* Add pkg-message with instructions how to set input/output channel.
* The kde start script was merged into the normal x11 start script.

PR:		198567 [1], [2]
Submitted by:	olivierd@ [1], romain@ [2]
2015-04-15 21:41:25 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Koop Mast
8e99fc00fb Fix the build on 10-i386
Reported by:	miwi
2013-04-22 15:11:27 +00:00
Koop Mast
7fa4997d9c Make pulseaudio compile on the arm platform.
PR:		ports/176794
Submitted by:	Olivier Cochard-Labbe <olivier@cochard.me>
2013-03-09 23:06:17 +00:00
Renato Botelho
0b63a690f1 Adjust necesary ports to build with xcb-util 0.3.8
audio/pulseaudio is being updated to 0.9.23
x11/startup-notification is being updated to 0.12

Both was approved by kwm@

x11-wm/awesome is being updated to 3.4.11

Exp-run by:	pav@
2012-01-15 12:48:11 +00:00
Koop Mast
e02dac54b8 Update MASTER_SITE
Don't pickup linux/input.h, this should fix plist failure because the evdev
modules is build (which is useless for us). [2]
Disable alsa support..
Remove FreeBSD 6.x patch.
Disable mmap support on FreeBSD versions that don't have support for it. [1]

PR:		ports/161567 [2]
Submitted by:	avg@ [1]
Reported by:	Takefu <takefu@airport.fm> [2]
2011-11-03 12:25:26 +00:00
Koop Mast
cd3455a4cc Fix the build with clang. 2011-02-28 14:45:34 +00:00
Joe Marcus Clarke
8b34025359 Update to 0.9.22. 2010-11-27 21:35:03 +00:00
Koop Mast
0325b24e7f Add patch that somehow didn't make it in the previous commit. 2010-07-25 15:23:23 +00:00
Koop Mast
f62dd21d6e Don't overwrite config files when reinstalling. [1]
Don't detect /dev/dspN.0 instead of /dev/dpsN. We should not reference a
virtual channel 0, which is automatically cloned from /dev/dspN. [2]

Reported by:	someone on #bsdports [1]
		jkim@ [2]
2010-07-25 12:35:50 +00:00
Joe Marcus Clarke
f76d32b8e8 Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
2009-11-28 20:06:37 +00:00
Joe Marcus Clarke
eb9dac94c2 Update to 0.9.18.
Feature safe:	yes
2009-09-19 18:24:02 +00:00
Joe Marcus Clarke
1dcc9153b0 Do not install Linux-only directories.
Reported by:	pointyhat via erwin
2009-09-12 01:32:49 +00:00
Joe Marcus Clarke
41827391ec Update to 0.9.17. 2009-09-11 03:45:50 +00:00
Robert Noland
c508bc2793 The hal detection component rejects everything except pcm0. This is
not correct on FreeBSD.  This patch allows pulse to identify all valid
pcm devices in the gnome sound preferences.

Approved by:	marcus
2009-08-17 02:59:20 +00:00
Joe Marcus Clarke
e9c2111ea2 Remove two patch hunks which cause issues with starting pulseaudio when
the default configuration file is used.
2009-08-03 07:35:51 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Joe Marcus Clarke
2a182c7974 Fix pulseaudio's interaction with OSS on FreeBSD. Most notably, use the
fixer file descriptor when executing mixer-rleated ioctls.  It was only
luck that this used to work with the DSP file descriptor, but broke when
vpc was introduced in -CURRENT.

Thanks to ariff for tracking this down.

Submitted by:	ariff
2009-07-10 06:57:16 +00:00
Joe Marcus Clarke
023c19a21a Re-add some patches as extra patches for older versions of FreeBSD to fix
a deadlock in pulseaudio.
2009-04-27 18:56:46 +00:00
Koop Mast
84cba0b927 Presenting GNOME 2.26.1 for FreeBSD.
Approved by:	portmgr (marcus)
2009-04-24 06:38:26 +00:00
Joe Marcus Clarke
ae52bc8089 Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
2009-04-10 05:56:28 +00:00
Joe Marcus Clarke
4b8d8221c7 Update to 0.9.13. 2008-10-08 17:35:13 +00:00
Joe Marcus Clarke
316ff63907 Update to 0.9.12. 2008-09-29 04:33:08 +00:00
Joe Marcus Clarke
166c13a976 Update to 0.9.11. 2008-07-26 21:29:53 +00:00
Michael Johnson
1f021fdeb8 Update to 0.9.10 2008-03-31 12:02:19 +00:00
Joe Marcus Clarke
0fb86bb8bb One more pass at fixing this on 5.X.
Reported by:	pointyhat via pav
2008-03-15 18:49:17 +00:00
Joe Marcus Clarke
864ba2de5d Port the atomic_fetchadd_int function for use on 5.X.
Reported by:	pointyhat via pav
2008-03-02 06:03:38 +00:00
Joe Marcus Clarke
8debf93b7f Update to 0.9.9. 2008-02-25 19:12:21 +00:00
Joe Marcus Clarke
40073203fb Correct patch path typo. 2008-01-09 22:02:40 +00:00
Joe Marcus Clarke
618de8d284 Fix the build on 5.X.
Reported by:	pointyhat via erwin
2008-01-09 22:01:52 +00:00
Joe Marcus Clarke
da8e065d40 * Fix some potential 64-bit problems
* Fix a build problem on < 7.X

Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2008-01-04 01:05:26 +00:00
Joe Marcus Clarke
26aae04230 Update to 0.9.8. 2008-01-01 22:35:54 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Joe Marcus Clarke
b9eac2c978 Fix some crashes and some build warnings. This should get pulse working as an
ESD replacement once again.

Reported by:	lofi
2007-07-12 04:08:56 +00:00
Joe Marcus Clarke
58b7bf0173 Fix the build and some possible functionality issues on 64-bit platforms. 2007-07-09 05:30:36 +00:00
Joe Marcus Clarke
296115588b Update to 0.9.6. 2007-07-09 02:59:25 +00:00
Joe Marcus Clarke
1a89a36a73 Correct patch name so that it actually applies.
Reported by:	Volodymyr Kostyrko <arcade@synergetica.dn.ua>
2007-05-25 15:57:49 +00:00
Joe Marcus Clarke
5d84ee7e5d Fix creating of shared memory segments by specifying a writable location to
store the associated file.

Reported by:	Khairil Yusof <kaeru@inigo-tech.com>
Approved by:	portmgr
2007-05-24 18:59:23 +00:00
Joe Marcus Clarke
4ba786e49d * Update to 0.9.5
* Respect PTHREAD_{CFLAGS,LIBS}
* Make sure pulse-dependent applications are linked against PTHREAD_LIBS [1]
* Add missing pulse and pulse-access user and groups

Reported by:	Romain Tartiere <romain@blogreen.org> [1]
2007-04-30 00:20:33 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00