1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
Kurt Jaeger
5a751f781d audio/cmus: 2.6.0 -> 2.7.1
- change to option helpers
- installs bash and zsh completion files
- now plays 24/32-bit encoded files with sndio

PR:		211288
Submitted by:	t@tobik.me
Approved by:	h.skuhra@gmail.com (maintainer timeout)
2016-08-26 08:02:05 +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
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Kubilay Kocak
ab10d6d2d3 audio/cmus: Enable AAC FFMPEG MP4 by default
Enable the AAC, FFMPEG and MP4 codecs by default, so that the binary packages
are more valuable out of the box. Prior to this change, it was limited to
playing mp3, Vorbis and FLAC format files.

While I'm here:

- Add LICENSE_FILE

PR:		203533
Submitted by:	Tobias Kortkamp <t tobik me>
Approved by:	maintainer (timeout, 1 month, 15 days)
MFH:		2015Q4
2015-12-04 06:20:44 +00:00
Jan Beich
be2ec35551 audio/libtremor: bump PORTREVISION in consumers after r395232
libvorbisidec.so.1.0.2 -> libvorbisidec.so.1.0.3

ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libtremor/1.2.0.s20040213_to_1.2.1.s20150105/compat_report.html
Pointy hat to:	jbeich
MFH:		2015Q3 (ports-secteam reliability blanket)
2015-08-29 21:48:58 +00:00
Mathieu Arnold
6e83422724 Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 12:57:55 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Thomas Zander
6fbc265a6d - Update to upstream version 2.6.0
- Introduce non-default OPTIONs for JACK and SAMPLERATE

PR:		197917
Submitted by:	h.skuhra@gmail.com (maintainer)
2015-03-02 19:43:26 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Tilman Keskinoz
80b3ab923d Chase library dependencies after libcdio <-> libcdio-paranoia split
PR:		192271
2014-08-09 10:06:54 +00:00
Dmitry Marakasov
0f7d483f48 - Switch audio/musepack to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled

Approved by:	portmgr blanket
2014-08-04 15:46:12 +00:00
William Grzybowski
cc33447320 audio/cmus: update to 2.5.1
- Remove tab from WWW

PR:		192173
Submitted by:	maintainer
2014-07-28 17:55:14 +00:00
Dmitry Marakasov
6763f2ce33 - Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-25 20:09:16 +00:00
Olli Hauer
886a9071a1 - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) 2014-06-01 13:03:14 +00:00
Martin Wilke
660924a5eb - Stage support 2014-02-14 15:40:54 +00:00
Baptiste Daroussin
1ada6e33a5 Chase libmad changes 2014-02-05 15:53:18 +00:00
Baptiste Daroussin
5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00
William Grzybowski
6655a7ca30 audio/cmus: remove FFMPEG option for now
Submitted by:	Herbert J. Skuhra <h.skuhra gmail.com> (maintainer, via email)
2013-10-28 21:28:54 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Baptiste Daroussin
457279a404 Fix build after removal or arts
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
2013-09-02 22:26:06 +00:00
Baptiste Daroussin
5163781803 Convert audio from USE_GMAKE to USES=gmake
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
2013-08-30 23:01:05 +00:00
Baptiste Daroussin
24885637f1 Chase audio/arts removal 2013-07-26 23:46:21 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Christian Weisgerber
1f2b1eac8e * Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
2013-06-09 19:30:58 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Baptiste Daroussin
a215727686 Convert USE_PKGCONFIG -> USES=pkgconf for audio category 2013-04-22 23:19:08 +00:00
Beech Rintoul
cb7e833c12 - Fix configure with ffmpeg
- Fix build with clang

PR:		ports/176592
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
Approved by:	"Herbert J. Skuhra" <h.skuhra@gmail.com> (maintainer)
2013-03-06 23:21:55 +00:00
Raphael Kubo da Costa
95afc30ff5 Update to 2.5.0.
Detailed release notes:
  http://article.gmane.org/gmane.comp.audio.cmus.devel/799

PR:		ports/173562
Submitted by:	"Herbert J. Skuhra" <h.skuhra@gmail.com> (maintainer)
Feature safe:	yes
2012-12-02 21:05:07 +00:00
Jason E. Hale
12c73649c1 - Update to 2.4.3 [1]
- Convert to new options framework [2]
- Trim Makefile header [2]
- Add patch to respect CC and fix build if multiple
  versions of ffmpeg are installed [3]

PR:		ports/170476
Submitted by:	dhn [1], maintainer [2], myself [3]
Approved by:	maintainer timeout (2 weeks) [3]
		makc, avilla (mentors, implicit)
Feature safe:	yes
2012-10-28 22:50:05 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Frederic Culot
342c9d91b0 - Update to 2.4.2
PR:		ports/159333
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2011-08-01 08:24:52 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Frederic Culot
bc8fdaa6bf - Update to 2.4.0
PR:		ports/156646
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2011-04-26 07:22:20 +00:00
Dennis Herrmann
378ec4e663 - Update to 2.3.5
PR:		ports/156333
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
2011-04-11 17:04:17 +00:00
Baptiste Daroussin
8d27ddb9bd Add a new macro to deal with conflict between ncurses from base and ncurses from ports.
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes

it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes

PR:		ports/155269
Submitted by:	me
Reviwed by:	pav@
Approved by:	portmgr (pav@)
Exp-run by:	portmgr (pav@)
2011-04-11 08:34:17 +00:00
Martin Wilke
e3e7218d09 - Update to 2.3.4
PR:		154747
Submitted by:	"Herbert J. Skuhra" <h.skuhra@gmail.com> (Maintainer)
2011-02-14 03:02:06 +00:00
Max Brazhnikov
2ee00782ed Switch to audio/musepack from deprecated audio/libmpcdec
PR:		ports/150510
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by:	maintainer
2010-09-21 16:48:04 +00:00
Max Brazhnikov
526f368c1f Chase multimedia/mp4v2 update.
PR:		ports/148643
Submitted by:	Christopher Key <cjk32 at cam.ac.uk>
2010-08-11 20:58:04 +00:00
Martin Matuska
ab5c533c96 - Update ffmpeg to 0.6 2010-07-24 16:38:20 +00:00
Sylvio Cesar Teixeira
5d2b630860 - Update to 2.3.3
PR:		ports/148020
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Feature safe:	yes
2010-06-30 11:34:16 +00:00
Christian Weisgerber
f613ac049d Bump PORTREVISION after libao update and handle API incompatibility. 2010-06-06 20:39:21 +00:00
Emanuel Haupt
0f8d106ae4 Chase audio/libmodplug update 2010-05-28 06:56:46 +00:00
Sylvio Cesar Teixeira
b5a5188b9a - Chase wavpack's lib dump
Approved by:	itetcu (mentor, implicit)
2010-04-10 14:38:28 +00:00
David Thiel
31c08d6e0a Update cmus to 2.3.1, add Pulseaudio support.
PR:		ports/144497
Submitted by:	lx
Reviewed by:	Herbert J. Skuhra
Approved by:	Herbert J. Skuhra
Feature safe:	yes
2010-03-18 18:02:58 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Martin Wilke
cc584e38d2 - Chase audio/faad shlib bump 2009-02-21 15:51:15 +00:00
Christian Weisgerber
fc6f899691 Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:	119476
2008-04-07 20:37:23 +00:00