aboutsummaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Chase multimedia/libkate updateDennis Herrmann2011-09-131-2/+2
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=281734
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Don't remove en_GB locale directory.Christian Weisgerber2010-06-072-2/+1
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=255972
* Update to 1.4.0. Improvements in this release:Christian Weisgerber2010-06-066-32/+58
| | | | | | | | | | | | | | | | | | | | | * Implement corrected channel mappings for all input and playback file types * Correct an possible infinite loop in WAV input reading code when header is corrupt * Implement "disable_coupling" option for oggenc * Fix Ctrl-C lockup bug in ogg123 * ogg123 directory playback in sorted order * Add WAVEFORMATEXTENSIBLE support * More translations * Add '-' as stdin/out filename in vcut * Remove 'extra' F parameter from ogg123 remote output * Numerous code and build fixes Local improvements: * ogg123 does not segfault on unknown comments. * Honor WITHOUT_NLS. Notes: svn path=/head/; revision=255954
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* allow parallel buildingChristian Weisgerber2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230855
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | 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. Notes: svn path=/head/; revision=226721
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* 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
* Fix Speex header processing vulnerability.Christian Weisgerber2008-05-112-1/+12
| | | | | | | | | Submitted by: Jasper Lievisse Adriaanse <jasper@humppa.nl> Obtained from: OpenBSD Security: http://www.vuxml.org/freebsd/633716fa-1f8f-11dd-b143-0211d880e350 Notes: svn path=/head/; revision=212930
* Update to FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-071-1/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=210771
* Update to 1.2.0. This release mostly includes accumulated patchesChristian Weisgerber2008-03-1312-150/+24
| | | | | | | and miscellaneous bug fixes. Notes: svn path=/head/; revision=208993
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Pull in new po/Makefile.in.in since the new gettext autoconf macros don'tChristian Weisgerber2007-03-201-0/+5
| | | | | | | | | perform all substitutions required by the old one. PR: 110513 Notes: svn path=/head/; revision=187795
* Add Josh Coalson's patches that allow building vorbis-tools on either sideChristian Weisgerber2007-03-165-36/+39
| | | | | | | of the FLAC 1.1.2/1.1.3 API divide. No package changes. Notes: svn path=/head/; revision=187551
* Chase the shared library version of speex, bump the PORTREVISION.Jeremy Messenger2007-02-231-2/+2
| | | | Notes: svn path=/head/; revision=185771
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-132-2/+14
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=179653
* Give encoding of metadata to/from UTF-8 a fighting chance.Christian Weisgerber2006-07-094-0/+49
| | | | | | | | | | | Dug up by Heino Tiedemann <rotkap@GMX.de> who kept going on and on about this on various mailing lists without ever bothering to contact the maintainer. Obtained from: upstream CVS Notes: svn path=/head/; revision=167303
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Fix building with gcc 2.95.Christian Weisgerber2005-07-061-0/+21
| | | | | | | Reported by: Randy Pratt <rpratt1950@earthlink.net>, kris (pointyhat) Notes: svn path=/head/; revision=138593
* Update to 1.1.1. No change log available.Christian Weisgerber2005-07-054-16/+18
| | | | Notes: svn path=/head/; revision=138510
* new version of libFLACChristian Weisgerber2005-03-161-2/+2
| | | | Notes: svn path=/head/; revision=131401
* Chase libraries for new audio/speex version.Kirill Ponomarev2004-07-251-2/+2
| | | | | | | Reminded by: Christian Hiris <4711@chello.at> Notes: svn path=/head/; revision=114604
* Update ftp/curl to 7.12.0 and bump the shared library version in allPeter Pentchev2004-06-031-2/+2
| | | | | | | dependent ports. Notes: svn path=/head/; revision=110800
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-1/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Update to Ogg Vorbis 1.0.1.Christian Weisgerber2003-12-209-58/+46
| | | | | | | | Major user-visible change: vorbis-tools now integrates some support for flac and speex files. Notes: svn path=/head/; revision=96268
* * Respect PTHREAD_CFLAGS and PTHREAD_LIBS.Christian Weisgerber2003-09-202-6/+16
| | | | | | | | | * Use our libtool. Reported by: kris (bento) Notes: svn path=/head/; revision=89081
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Fix format specifier.Christian Weisgerber2003-06-173-1/+29
| | | | | | | Submitted by: Andrew Williams <andrew.s.williams@adelaide.edu.au> Notes: svn path=/head/; revision=83129
* Remove dead mirror.Christian Weisgerber2003-06-071-1/+0
| | | | | | | Submitted by: fenner (portsurvey) Notes: svn path=/head/; revision=82486
* pkg-comment -> COMMENTChristian Weisgerber2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76039
* Update master sites.Christian Weisgerber2003-01-301-2/+3
| | | | | | | | PR: 47676, 47677 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=74315
* Fix glitch in option handling.Christian Weisgerber2003-01-302-1/+14
| | | | Notes: svn path=/head/; revision=74314
* Removed old ftp.linuxpowered.com and xiph.stratius.com ftp-sitesEdwin Groothuis2002-12-261-3/+1
| | | | | | | Noticed by: portsurvey. Notes: svn path=/head/; revision=71893
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Fix gettext dependency.Christian Weisgerber2002-07-221-1/+2
| | | | Notes: svn path=/head/; revision=63378
* Welcome to the long-awaited release of Ogg Vorbis 1.0!Christian Weisgerber2002-07-206-79/+22
| | | | Notes: svn path=/head/; revision=63274
* * Fix encoding of raw files.Christian Weisgerber2002-03-263-30/+14
| | | | | | | | | Obtained from: Xiph CVS * Re-enable assert()s now that we use GNU iconv. Notes: svn path=/head/; revision=56669
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-1/+1
| | | | Notes: svn path=/head/; revision=56291