aboutsummaryrefslogtreecommitdiff
path: root/audio/musicpd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Switch to audio/musepack from deprecated audio/libmpcdecMax Brazhnikov2010-10-011-1/+2
| | | | | | | | | PR: ports/150510 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org> Approved by: maintainer Notes: svn path=/head/; revision=262277
* - Update to 0.15.12Sahil Tandon2010-07-251-4/+10
| | | | | | | | | | - Install configuration file if it does not exist PR: ports/148082 Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) Notes: svn path=/head/; revision=258204
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-1/+1
| | | | Notes: svn path=/head/; revision=258164
* Over to new volunteer:Mark Linimon2010-07-121-1/+1
| | | | | | | Approved by: old maintainer Notes: svn path=/head/; revision=257689
* Bump PORTREVISION after libao update and handle API incompatibility.Christian Weisgerber2010-06-061-2/+2
| | | | Notes: svn path=/head/; revision=255956
* Chase audio/libmodplug updateEmanuel Haupt2010-05-281-2/+2
| | | | Notes: svn path=/head/; revision=255227
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - Update to 0.15.8Martin Wilke2010-02-121-2/+2
| | | | | | | | | PR: 143019 Submitted by: Arjo Hooimeijer <hooimeijer@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=249709
* - Use static UID/GID and convert to USERS macroPav Lucistnik2009-12-061-4/+25
| | | | | | | | | | | - Install useful sample configuration PR: ports/133533 Submitted by: Ashish SHUKLA <wahjava@gmail.com> Approved by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer) Notes: svn path=/head/; revision=245293
* Chase libcdio shared library version bumpTilman Keskinoz2009-11-281-1/+2
| | | | Notes: svn path=/head/; revision=244901
* * Fix MMS, LAME, SHOUTCAST supportMartin Wilke2009-09-171-4/+3
| | | | | | | | | PR: 137835 Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=241556
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - Update to 0.15 [1]Alexander Logvinov2009-07-271-18/+67
| | | | | | | | | | | | | - Add new config knobs [1] - Add dependency on libcurl [2] - Use PLIST_FILES and PORTDOCS instead pkg-plist PR: ports/136305 [1], ports/131991 [2] Submitted by: David Horn <dhorn2000 AT gmail.com> [1], Rick Dicaire <kritek AT gmail.com> [2] Approved by: maintainer timeout, tabthorpe (mentor) Notes: svn path=/head/; revision=238436
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-0/+1
| | | | Notes: svn path=/head/; revision=237283
* - Update to latest upstream release (0.14.2)Ion-Mihai Tetcu2009-03-181-16/+19
| | | | | | | | | | | | | | | | | | | | | - Add new ffmpeg knob to options, and LIBDEPENDS for avcodec/avformat/avutil - change wording on id3tag knob to specify id3 v1/v2 instead of just v1 - change shoutcast wording to specify ogg (so that it is clearer) - change several configure args to sync with the upstream. This includes --enable-mpd-id3tag, --disable-ogg, --disable-shout are now: --disable-id3, --disable-oggvorbis, --disable-shout-ogg and added --disable-shout-mp3. - Removed outdated iconv knob as this is no longer a valid configure option in musicpd configure script - rename files/musicpd.sh.in --> files/musicpd.sh to follow current rc.d practices. PR: ports/131914 Submitted by: David Horn Approved by: maintainer Notes: svn path=/head/; revision=230370
* - Chase audio/faad shlib bumpMartin Wilke2009-02-211-1/+2
| | | | Notes: svn path=/head/; revision=228783
* - Update to 0.14Philip M. Gollucci2009-01-281-9/+17
| | | | | | | | | PR: ports/130612 Submitted by: Dylan Cochran <a134qaed@gmail.com> Approved by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer) Notes: svn path=/head/; revision=227030
* - Allow to build with Tremor supportAlexey Dokuchaev2008-12-051-1/+11
| | | | | | | | | - Actually add dependency on libshout2 mentioned in previous commit Approved by: maintainer timeout (one month) Notes: svn path=/head/; revision=223820
* - Reindent OPTIONS for better readability, fix a typoAlexey Dokuchaev2008-12-051-33/+34
| | | | | | | | | | | | | | - Register missing dependency on libshout2 for Icecast/Shoutcast support - Style nit: s/ifdef/if defined/ - No need to define PKGMESSAGE, it happens automagically - Augment and reformat Makefile header, correct wrong date, fix COMMENT - Clean up pkg-message and port description - Correctly display message WRT port vs. package installation Approved by: maintainer timeout (one month) Notes: svn path=/head/; revision=223819
* - Update to 0.13.2Martin Wilke2008-10-121-2/+1
| | | | | | | | PR: 126540 Submitted by: Maintainer Notes: svn path=/head/; revision=221479
* - Fix depends (add options for samplerate, jack; check WITH_/WITHOUT_ flags ↵Dmitry Marakasov2008-09-061-21/+33
| | | | | | | | | | | | | | | | appropriately) - Respect NOPORTDOCS and thus fix plist for NOPORTDOCS case - Better pkg-message handling - Reorder variables in the Makefile in more canonical way PR: 126492 Submitted by: Henry Hu <henry dot hu dot sh at gmail dot com> Patch by: me Approved by: maintainer timeout Notes: svn path=/head/; revision=219990
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+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 FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-071-2/+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
* - rc script was not executed at boot due to empty REQUIRE and BEFORE. FixRong-En Fan2008-04-041-0/+1
| | | | | | | | | | | | | | that by using REQUIRE: LOGIN per Porter's Handbook. - While I'm here, change default variable assignment to the way suggested by Porter's Handbook. - Bump PORTREVISION PR: ports/121772 (based on) Submitted by: Justin Stallard <justin at isis.poly.edu> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=210474
* - Update to 0.13.1Rong-En Fan2008-03-021-2/+1
| | | | | | | | | PR: ports/120126 Submitted by: Phillip N. <pneumann at gmail.com> Approved by: Jan-Olof Lindqvist <jo.lindqvist at gmail.com> (maintainer) Notes: svn path=/head/; revision=208310
* - Added missing configure option for Shoutcast and Icecast support.Martin Wilke2008-02-161-3/+7
| | | | | | | | PR: 118702 Submitted by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer) Notes: svn path=/head/; revision=207298
* - Add PulseAudio to the optionsMartin Wilke2007-10-081-3/+10
| | | | | | | | | PR: 116161 Submitted by: Romain Tartiere <romain@blogreen.org> Approved by: maintainer Notes: svn path=/head/; revision=201092
* Switch to new maintainer, and add a mirror while we're at it.David Thiel2007-09-101-2/+3
| | | | | | | Approved by: Mark Reidel (old maintainer) Notes: svn path=/head/; revision=199295
* Update to 0.13.0.David Thiel2007-08-241-2/+1
| | | | | | | | PR: ports/114893 Submitted by: Jan-Olof Lindqvist Notes: svn path=/head/; revision=198264
* - 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
* - Add missing dependency when ID3TAG knob is onRong-En Fan2007-06-221-0/+1
| | | | | | | | | PR: ports/111795 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Approved by: Mark Daniel Reidel <ports at mark.reidel.info> (maintainer, implicit) Notes: svn path=/head/; revision=194040
* - Update to 0.12.2Martin Wilke2007-04-171-4/+15
| | | | | | | | PR: 111488 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) Notes: svn path=/head/; revision=190235
* Bump PORTREVISION: mpcdec.4 -> mpcdec.5Kevin Lo2007-02-261-1/+2
| | | | Notes: svn path=/head/; revision=185954
* Add a knob for enabling Musepack support.Christian Brueffer2006-11-111-0/+7
| | | | | | | Approved by: maintainer, markus Notes: svn path=/head/; revision=177061
* - Update to 0.12.1Martin Wilke2006-11-091-2/+2
| | | | | | | | | | | - Switch maintainer mail back to old maintainer (sorry for this fault) PR: ports/105295 Submitted by: Stepan Zastupov <redchrom@gmail.com> Approved by: Mark Daniel Reidel <ports@mark.reidel.info> via privat mail (maintainer) Notes: svn path=/head/; revision=176959
* - Update to 0.12.0Martin Wilke2006-11-081-29/+14
| | | | | | | | | PR: ports/103706 Submitted by: Stepan Zastupov (redchrom@gmail.com) Approved by: Maintainer in private mail Notes: svn path=/head/; revision=176819
* - Fix dependency on libaudiofileTim Bishop2006-01-161-2/+2
| | | | | | | | | PR: 91472 Submitted by: Michael Kuhn <mkuhn.nw@web.de> Approved by: maintainer Notes: svn path=/head/; revision=153693
* new version of libFLACChristian Weisgerber2005-03-161-1/+2
| | | | Notes: svn path=/head/; revision=131401
* - Update to 0.11.5Volker Stolz2005-01-141-1/+6
| | | | | | | | | | | - Add ID3TAG-knob PR: ports/75693 Submitted by: Anton Karpov Approvd by: maintainer Notes: svn path=/head/; revision=126436
* Update to 0.11.4Volker Stolz2004-09-031-1/+1
| | | | | | | | | PR: ports/70817 Submitted by: Ingmar Gebert Approved by: maintainer Notes: svn path=/head/; revision=118003
* upgrade to 0.11.2Ying-Chieh Liao2004-07-201-1/+1
| | | | | | | | PR: 69314 Submitted by: maintainer Notes: svn path=/head/; revision=114261
* - Update to 0.11.0Pav Lucistnik2004-06-181-16/+8
| | | | | | | | PR: ports/68069 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) Notes: svn path=/head/; revision=111712
* - Update to 0.10.3Kirill Ponomarev2004-04-111-9/+5
| | | | | | | | PR: ports/65417 Submitted by: maintainer Notes: svn path=/head/; revision=106725
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* - Update to 0.10.2Kirill Ponomarev2004-03-251-3/+18
| | | | | | | | | | | | - Added support for MP4/AAC - IPv6 support deselectable - New sample configuration file with better defaults PR: ports/64717 Submitted by: maintainer Notes: svn path=/head/; revision=105260
* - Fix build on sparc64Kirill Ponomarev2004-03-101-0/+1
| | | | | | | | | PR: ports/64004 Submitted by: maintainer Noticed by: bento via kris Notes: svn path=/head/; revision=103507
* - Update to 0.10.0Kirill Ponomarev2004-03-031-2/+12
| | | | | | | | PR: ports/63703 Submitted by: maintainer Notes: svn path=/head/; revision=102851
* Add IPv6 on CATEGORIES. Musicpd and mpc speaks IPv6 since 0.9.0.Munechika SUMIKAWA2004-02-221-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=101758
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920