Commit graph

67 commits

Author SHA1 Message Date
Torsten Zuehlsdorff
c49abedca7 audio/abcde: Update from 2.8.1 to 2.9.1
Changelog: https://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=blob;f=changelog;h=7794b57256ded379a8c00cd4d74c84a628b30c19;hb=ff4100f967b74171b27f4a7038e87082aa6e6bf2
2018-03-16 09:27:17 +00:00
Antoine Brodin
315ae5b1b4 - abcde requires the eyeD3 command, not the eyed3 module
- abcde doesn't contain python code
2017-12-27 12:01:12 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Ben Woods
d5ba3e0c28 audio/abcde: Add MusicBrainz support
- Make MusicBrainz support an on-by-default option
- Add pkg-plist file to allow @sample to be clearly used for the config file
- Include patch from upstream bug#54 to fix calculating MusicBrainz discid [1]

  [1] https://abcde.einval.com/bugzilla/show_bug.cgi?id=54

PR:		223346
Approved by:	tz (maintainer timeout)
2017-11-25 01:34:24 +00:00
Thomas Zander
1d012521e0 Chase audio/faac update (ABI incompatible to previous version 1.28)
PR:		223416
Submitted by:	riggs
2017-11-19 11:37:26 +00:00
Torsten Zuehlsdorff
5758be704c audio/abcde: Update from 2.7.2 to 2.8.1
Changelog: https://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=blob;f=changelog;h=42fc10fd36166d7703fe75e5a5f945f164e5354b;hb=a226ffafbb43cd32d91058bb336e86401418b4a9
2017-08-02 09:57:34 +00:00
Torsten Zuehlsdorff
fa23faa40b Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by:	junovitch (mentor)
2016-06-10 09:08:02 +00:00
Bartek Rutkowski
4e4c89f5cf audio/abcde: update 2.7.1 -> 2.7.2
PR:		208604
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
2016-04-07 17:33:29 +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
Dmitry Marakasov
d571ca773e - Update to 2.7.1
- Pass maintainership to submitter

PR:		203740
Submitted by:	ports@toco-domains.de
2015-10-13 22:24:28 +00:00
Thomas Zander
f640a1a9bd Update to upstream version 2.7
- General port cleanup
- Apply FreeBSD-specific modifications to make it
  work out of the box more conveniently

PR:		201837
Submitted by:	tkato432@yahoo.com
2015-09-13 10:45:01 +00:00
Grzegorz Blach
45bf4cceb6 Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
2015-04-16 20:13:43 +00:00
Grzegorz Blach
d35d2175c6 - Update to 2.6
- Use OPTIONS helpers
- Convert pkg-plist to PLIST_FILES
2014-12-19 13:19:21 +00:00
Marcus von Appen
715852b561 - Convert ports from audio/ to new USES=python
Reviewed by:	portmgr (implicit)
2014-10-19 07:33:09 +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
Ruslan Makhmatkhanov
88266fb9b4 audio/py-eyed3: update to 0.7.4 (backwards incompatible branch)
- copy audio/py-eyed3 0.6.18 to audio/py-eyed3-06
- update audio/py-eyed3 to 0.7.4
- chase dependency change of audio/abcde to use audio/py-eyed3-06
- drop maintainership of audio/py-eyed3-06
- add mutual CONFLICTS into a both ports
2014-04-20 20:25:33 +00:00
Grzegorz Blach
9af3f6eaff - Move PLIST_FILES and MAN1 to pkg-plist
- Bump PORTREVISION

Approved by:	crees (mentor)
2013-09-29 09:31:11 +00:00
Grzegorz Blach
a7c7332184 - Support staging
Approved by:	crees, tabthorpe (mentors, implicit)
2013-09-27 17:31:26 +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
890f04c002 Use shebangfix 2013-05-07 06:45:39 +00:00
Baptiste Daroussin
dba80fffe4 Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
2013-04-26 12:35:50 +00:00
Grzegorz Blach
18e5af8e58 - Use cdcontrol eject properly
- Bump PORTREVISION

Approved by:	tabthorpe (mentor)
2013-02-23 17:20:37 +00:00
Grzegorz Blach
6a300f3845 - Adopt port
- Update to 2.5.4

Approved by:	crees (mentor)
2012-12-09 15:14:47 +00:00
Baptiste Daroussin
736c5e536f Back to the pool as I have no time for it anymore
While here remove useless quotes in some options descriptions

Feature safe:	yes
2012-11-28 06:53:03 +00:00
Baptiste Daroussin
e32eca5754 Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itself
Feature safe:	yes
2012-10-26 06:33:41 +00:00
Baptiste Daroussin
9be3292795 Fix descriptions with "()"
Reported by:	sanity check
2012-05-29 15:18:29 +00:00
Baptiste Daroussin
aae22bea01 Convert to new options framework
Add shared AAC, DAGRAB, GOGO, MPP and SPEEX descriptions
2012-05-29 15:12:39 +00:00
Alexander Leidinger
e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +00:00
Matthias Andree
2641b8139b Fix PORTVERSION/PORTREVISION messup. The previous commit broke the port and
made the ports framework IGNORE it due to the underscore in PORTVERSION.

Approved by: bapt@ (maintainer, on IRC)
Feature safe: yes
2011-11-26 00:20:33 +00:00
Baptiste Daroussin
55a9ba0798 install the configuration file as abcde.conf.sample to avoid overwriting it on each upgrade
Sugested by:	Jim Long <james@umpquanet.com> (private mail)
Feature safe:	yes
2011-11-25 22:23:30 +00:00
Matthias Andree
aea8f8625f Fix Musepack dependency to look for mpcenc rather than mppenc.
This fixes the build with the MPP option enabled (non-default).

Approved by: bapt (maintainer)
2011-08-02 18:05:26 +00:00
Baptiste Daroussin
25b98f2013 Remove bladeenc option as it is not fetchable anymore 2011-08-01 04:01:41 +00:00
Baptiste Daroussin
cfeac48c16 - upgrade to 2.4.2
- add license
- optionify
- add license
- change mastersite to new google code
- try to bring all supported features available to users
- update description
- take maintainersheip
2011-03-11 06:59:15 +00:00
Mark Linimon
9fdb42c6c8 Reset jmelo@FreeBSD.org due to many months of inactivity and no response
to PRs.

Hat:		portmgr
Feature safe:	yes
2010-06-19 04:23:03 +00:00
Alexander Leidinger
a23bcd1501 - update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
  change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
  - done via a semi-automated way (manual review and fixup)
  - I tried to take care to not bump ports which only depend optionaly on
    lame (with a default of no dependency)
2010-06-03 08:55:01 +00:00
Edwin Groothuis
6527ef2070 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 13:08:29 +00:00
Jean Milanez Melo
a5dd26efe1 - Fix md5(1) call.
- Bump portrevision.

PR:		ports/121712
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com>
2008-04-18 15:55:08 +00:00
Pav Lucistnik
e6b247dce1 - Use new USE_CDRTOOLS variable
Tested on:	pointyhat
2007-01-31 14:07:59 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Jean Milanez Melo
2cc9d91309 - Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by:	mnag (mentor)
2006-04-05 21:04:30 +00:00
Edwin Groothuis
1144eb9e9d http://www.soulwax.net/freebsd 500s to a Wax website
See http://people.freebsd.org/~fenner/portsurvey/audio.html#abcde
2005-11-25 12:34:18 +00:00
Florent Thoumie
74b5198a10 - Rename and update actual patch to fix -o output bug.
PR:		ports/89421
Submitted by:	maintainer
2005-11-23 12:02:47 +00:00
Renato Botelho
67812da5ce - Update to 2.3.3
- Pass maintainership to submitter

PR:		ports/87667
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	ex-maintainer
2005-10-19 17:51:12 +00:00
Volker Stolz
733b61011b Pass maintainership of audio/abcde and audio/cd-discid on to Travis
Campbell <hcoyote@ghostar.org>.  Many thanks to Travis for agreeing to take
over.

PR:		ports/70466
Submitted by:	Munish Chopra (maintainer)
2004-08-16 08:35:38 +00:00
Sergey A. Osokin
c7dec97af3 Move package files from plist to Makefile, remove pkg-plist. 2004-07-26 12:29:44 +00:00
Pav Lucistnik
537dfb22eb - Update to 2.1.19
PR:		ports/65686
Submitted by:	Munish Chopra <chopra@soulwax.net> (maintainer)
2004-04-17 23:31:28 +00:00
Kirill Ponomarev
17e6505380 - Update MASTER_SITES
PR:		ports/63092
Submitted by:	maintainer
2004-02-20 07:00:57 +00:00
Kirill Ponomarev
04431d72bd - Update to version 2.1.15
PR:		ports/63070
Submitted by:	maintainer
2004-02-19 18:37:49 +00:00
Kirill Ponomarev
e35605c3b4 - Update to 2.1.14
PR:		ports/62406
Submitted by:	maintainer
2004-02-06 08:42:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00