aboutsummaryrefslogtreecommitdiff
path: root/audio/darkice
Commit message (Collapse)AuthorAgeFilesLines
* Switch Opus to USES=libtool.Christian Weisgerber2014-05-251-1/+1
| | | | | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=355266
* Stage supportAntoine Brodin2013-12-292-16/+6
| | | | Notes: svn path=/head/; revision=337978
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-8/+8
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* - Update to 1.2Martin Wilke2013-07-225-48/+47
| | | | | | | | PR: 180692 Submitted by: oorts fury Notes: svn path=/head/; revision=323460
* Couple of missed patches from recent automake update.Ade Lovett2013-07-162-0/+27
| | | | Notes: svn path=/head/; revision=323122
* - Unbreak build after autotool updateMartin Wilke2013-07-161-0/+1
| | | | Notes: svn path=/head/; revision=323110
* For unmaintained ports in `audio' category, drop leading article from COMMENTAlexey Dokuchaev2013-03-131-2/+2
| | | | | | | and perform other minor cleanups along the way, whenever noticed. Notes: svn path=/head/; revision=314074
* - Trim the Makefile header per new guidelinesAlexey Dokuchaev2013-02-262-31/+29
| | | | | | | | | | | - Remove hardcoded shlib ABI versions from LIB_DEPENDS - Drop leading indefinite article and fix a typo in COMMENT - Remove redundant standard knob description (TWOLAME) - Unmute installation commands, cleanup Makefile a bit - Reformat port description text for better visual appeal Notes: svn path=/head/; revision=312981
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Convert to new options frameworkBaptiste Daroussin2012-06-011-19/+15
| | | | Notes: svn path=/head/; revision=297923
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-0/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to verion 1.1 [1]Pawel Pekala2011-11-048-551/+20
| | | | | | | | | | | | - Update project homepage [1] - Add check for options sanity (at least one codec must be choosen) - Install darkice.cfg and remove it when it was not edited PR: ports/162290 [1] Submitted by: Takefu <takefu@airport.fm> [1] Notes: svn path=/head/; revision=285041
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+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
* - Update to work with libaacplus.2Pav Lucistnik2011-01-246-14/+552
| | | | | | | | | PR: ports/153519 Submitted by: Takefu <takefu@airport.fm> Feature safe: yes Notes: svn path=/head/; revision=268172
* - Fix include dir of sbr_main.h when building with libaacplusRene Ladan2010-10-301-2/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/151574 Submitted by: Takefu [takefu airport.fm] Notes: svn path=/head/; revision=263820
* Standardize rc.d scriptDoug Barton2010-09-242-7/+13
| | | | | | | Bump PORTREVISION (missed in last update) Notes: svn path=/head/; revision=261756
* - added libaacplus supportDmitry Marakasov2010-09-233-3/+65
| | | | | | | | | | | - added rc.d script - improved config file handling PR: 149795 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=261685
* - Update to 1.0Martin Wilke2010-07-132-11/+16
| | | | | | | | PR: 146669 Submitted by: Ports Fury Notes: svn path=/head/; revision=257706
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-0/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - Update to 0.20Martin Wilke2009-11-123-17/+18
| | | | | | | | PR: 140479 Submitted by: Ports Fury Notes: svn path=/head/; revision=244172
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-0/+1
| | | | Notes: svn path=/head/; revision=237283
* 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
* - Update to 0.19Martin Wilke2008-07-172-5/+4
| | | | | | | | PR: 125687 Submitted by: Ports Fury Notes: svn path=/head/; revision=216992
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Update to 0.18.1Martin Wilke2007-05-012-4/+4
| | | | | | | | PR: 112311 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=191349
* - Remove 4.X support from unmaintained ports in categories starting withGabor Kovesdan2007-04-141-4/+0
| | | | | | | letter a-c Notes: svn path=/head/; revision=189955
* - Update to 0.18Martin Wilke2007-03-164-41/+15
| | | | | | | | PR: 110338 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=187517
* Update to version 0.17.1.Roman Bogorodskiy2006-05-282-4/+4
| | | | | | | | PR: 98017 Submitted by: Ports Fury Notes: svn path=/head/; revision=163669
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* - Update to 0.17Simon Barner2006-02-012-4/+12
| | | | | | | | | | | | - Note: Upstream re-rolled the distfile after the PR was submitted. The new distfile already contains the patch from the original version of the PR, so it is not included in this commit. Submitted by: Ports fury PR: ports/92608 Notes: svn path=/head/; revision=154953
* Fix typo (FAAD option should be FAAC).Sam Lawrance2006-01-261-1/+1
| | | | | | | Submitted by: Paul Sherren <paul.sherren@gmail.com> on ports@ Notes: svn path=/head/; revision=154465
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* - Update to 0.16Emanuel Haupt2005-10-303-12/+40
| | | | | | | | | | | - Provide optional VORBIS, LAME, FAAD, JACK support - Update pkg-descr PR: 88186 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=146760
* - Update to 0.15.Florent Thoumie2005-04-155-38/+55
| | | | | | | | PR: ports/79970 Submitted by: Ports Fury Notes: svn path=/head/; revision=133440
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to version 0.14Kirill Ponomarev2004-02-184-11/+10
| | | | | | | | PR: ports/63002 Submitted by: Ports Fury Notes: svn path=/head/; revision=101329
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* - Update to version 0.13.2Kirill Ponomarev2004-01-084-11/+10
| | | | | | | | PR: 61073 Submitted by: Ports Fury Notes: svn path=/head/; revision=97685
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-1/+2
| | | | Notes: svn path=/head/; revision=96269
* update audio/darkice: 0.13 --> 0.13.1Daichi GOTO2003-06-273-10/+10
| | | | | | | | | PR: 51540 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Reviewed by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83727
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Update to 0.13Patrick Li2003-02-103-9/+19
| | | | | | | | PR: ports/48142 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=75263
* upgrade to 0.12Ying-Chieh Liao2002-11-204-20/+16
| | | | | | | | PR: 45437 Submitted by: Ports Fury Notes: svn path=/head/; revision=70580
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612