1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
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
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Baptiste Daroussin
17a19dc04e Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
2013-03-21 17:32:34 +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
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Max Brazhnikov
9682d2f4ea Switch to audio/musepack from deprecated audio/libmpcdec
PR:		ports/150510
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by:	maintainer timeout (> 2 weeks)
2010-10-01 21:49:43 +00:00
Martin Matuska
ab5c533c96 - Update ffmpeg to 0.6 2010-07-24 16:38:20 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Dima Panov
276304288b - Chase taglib update
Approved by:	miwi (mentor)
Exp-run by:	miwi
2009-12-02 17:16:16 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Beech Rintoul
5ac685f725 * Update audio/moc to latest stable version (2.4.4)
* Add OPTION for librcc (default OFF)
* Fix PLIST when WITH_FFMPEG is enabled

PR:		ports/130994
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by:	Robert Zinkov <rzinkov@gmail.com> (maintainer)
2009-01-28 04:11:48 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Martin Wilke
75e8e4f101 - Update to 2.4.3
PR:		124810
Submitted by:	Chess Griffin <chess@chessgriffin.com>
Approved by:	maintainer
2008-06-28 15:16:59 +00:00
Thomas Abthorpe
6d160479c2 - Chase taglib bump 2008-06-20 15:41:53 +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
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Edwin Groothuis
ad9ded4174 [patch] cleanup non-supported FreeBSD versions
PR:		ports/111677
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Captain Fourier <rzinkov@eden.rutgers.edu>
2007-04-16 06:48:02 +00:00
Andrew Pantyukhin
e4f4c64658 - Chase lib version bump in libmpcdec 2007-03-03 20:19:49 +00:00
Jeremy Messenger
26a0087e1e Chase the shared library version of speex, bump the PORTREVISION. 2007-02-23 22:51:12 +00:00
Pav Lucistnik
c41acbb800 - Update to 2.4.1
Submitted by:	maintainer
2006-12-16 02:24:13 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Pav Lucistnik
3e20cc786a - Chase libmpcdec update 2006-04-15 16:00:19 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
544f6fab1b - Update to 2.4.0
Submitted by:	maintainer
2006-02-21 12:25:26 +00:00
Pav Lucistnik
bbe5e42f7d - Update to 2.3.3
Approved by:	maintainer
2006-01-10 17:17:34 +00:00
Jean-Yves Lefort
872d7f80ee Chase libid3tag update. 2005-10-28 07:59:53 +00:00
Pav Lucistnik
0c3e4630d6 - Update to 2.3.2
Approved by:	Integral <rzinkov@gmail.com> (maintainer)
2005-10-04 22:41:42 +00:00
Pav Lucistnik
5212709cc8 - Change MP3 dependency on libmad, no need to depend on full mad player
Approved by:	Integral <rzinkov@gmail.com> (maintainer)
2005-09-13 07:49:32 +00:00
Pav Lucistnik
213af1b5eb - Update to 2.3.1
Approved by:	maintainer
2005-09-09 14:11:20 +00:00
Sam Lawrance
7de93c6124 Add missing dependency on libid3tag
PR:		ports/84526
Submitted by:	Nicola Vitale <nivit@email.it>
Approved by:	portmgr (marcus), Integral <rzinkov@gmail.com> (maintainer)
2005-08-05 02:17:16 +00:00
Pav Lucistnik
72b0788bc3 - Patches to fix crash involving deleted files. Not bumping PORTREVISION
because the crash is rare (unless you delete files as you listen to them)

Approved by:	maintainer
Obtained from:	author
2005-07-29 17:43:23 +00:00
Pav Lucistnik
4edc239501 - Fix crash when finishing the track [1]
- Fix yellow-red theme

Approved by:	maintainer
Obtained from:	author [1]
2005-07-29 11:25:04 +00:00
Jean-Yves Lefort
634e76de2c Add moc.
MOC (music on console) is a console audio player designed to be powerful and
easy to use.

MOC plays smoothly, regardless of system or I/O load, because it handles the
output buffer in a separate thread. It does not cause gaps between files,
because the next file to be played is pre-cached while playing the current
file.

Supported file formats are: MP3, Ogg Vorbis, FLAC, Musepack (mpc), Speex, WAVE,
AIFF, AU, SVX, Sphere Nist WAV, IRCAM SF, Creative VOC.

WWW: http://moc.daper.net/

PR:		ports/84153
Submitted by:	Integral <rzinkov@gmail.com>
2005-07-28 23:46:49 +00:00