aboutsummaryrefslogtreecommitdiff
path: root/audio/exaile
Commit message (Collapse)AuthorAgeFilesLines
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=455210
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* audio/exaile: update to 3.4.5Ruslan Makhmatkhanov2015-05-012-3/+3
| | | | Notes: svn path=/head/; revision=385131
* audio/exaile: update to 3.4.4Ruslan Makhmatkhanov2015-04-023-9/+8
| | | | | | | | - update to 3.4.4 - install man-page Notes: svn path=/head/; revision=383034
* audio/exaile: update to 3.4.3Ruslan Makhmatkhanov2014-12-313-5/+15
| | | | Notes: svn path=/head/; revision=375874
* Grab maintainershipRuslan Makhmatkhanov2014-12-221-1/+1
| | | | Notes: svn path=/head/; revision=375253
* - Reassign to the heap after jsa@'s bit was taken in for safekeepingFrederic Culot2014-10-231-1/+1
| | | | Notes: svn path=/head/; revision=371393
* audio/exaile: update to 3.4.0.2Ruslan Makhmatkhanov2014-10-183-216/+148
| | | | | | | | | | | | | | | | | | | - update to 3.4.0.2 - switch to github - add LICENSE_FILE - modernize port - stop building and installing an manpage, because of: 1. It can't be built on package cluster, because exaile refuses to start under root user. 2. It needs pygtk2 and friends on build phase just to create the manpage! I'd rethink the process, or at least included the prebuilt version of manpage to the source tarball. PR: 194144 Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=371098
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* - update to 3.3.2Ruslan Makhmatkhanov2013-11-273-13/+26
| | | | | | | | | | | | | | | | | | | | | | | - add staging support - update USE_PYTHON value - drop BDB from options list, there is no such option (portlint warning) changelog: 3.3.2 is primarily a bugfix release, with only very limited new features added. - Tracks were sometimes selected incorrectly when searching a playlist - Sometimes the main window wouldn't appear when minimizing to the system tray - More tags supported for MP4/M4A/FLAC/OGG files - Locale bugs when executing --help - Updated Windows installer dependency download versions - Fixed plugins: librivox PR: 183843 Submitted by: rm (myself) Approved by: jsa (maintainer, by mail) Notes: svn path=/head/; revision=334999
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* 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
* - Fix buildMartin Wilke2013-06-111-6/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320584
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - update to 3.3.1Ruslan Makhmatkhanov2012-12-193-14/+4
| | | | | | | | | | | | changelog: https://launchpad.net/exaile/3.3.x/3.3.1 PR: 174042 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks+) Notes: svn path=/head/; revision=309263
* - update to 3.3.0Ruslan Makhmatkhanov2012-09-254-384/+603
| | | | | | | | | | | | | | | | | | | | | | | | | | - convert Makefile header into two-line format - use PORTVERSION and common launchpad download url, as other launchpad ports do to remove complexity - update COMMENT (indefinite article removed) - remove LICENSE_FILE for common license (GPLv2) - convert py-* to ${PYTHON_PKGNAMEPREFIX} in dependencies - remove shlib version from hal library dependency - limit python version to 2.x only - remove conflicts with unexisting exaile-devel - convert to optionsng - remove reinplace (XDG), that's not needed anymore - remove deprecated attribution from pkg-descr - sort pkg-plist changelog: - see first news article on www.exaile.org PR: 171911 Submitted by: rm (myself) Approved by: jsa (maintainer) Notes: svn path=/head/; revision=304817
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+3
| | | | Notes: svn path=/head/; revision=297915
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Update to 0.3.2.2.Joseph S. Atkinson2011-07-192-6/+5
| | | | | | | Approved by: kwm (mentor) Notes: svn path=/head/; revision=277951
* Include support for AAC formats.Joseph S. Atkinson2011-04-081-1/+2
| | | | | | | | | PR: ports/155887 Submitted by: miwi Approved by: kwm (mentor) Notes: svn path=/head/; revision=272414
* Update to 0.3.2.1.Joseph S. Atkinson2011-02-133-9/+3
| | | | | | | | | | This release removes the SHOUTcast plugin for similar reasons you can read about here: http://www.videolan.org/press/2010-1.html Approved by: wxs (mentor) Notes: svn path=/head/; revision=269096
* Update my email address to my new @FreeBSD.org addyJoseph S. Atkinson2010-07-251-1/+1
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=258222
* Update to 0.3.2Wesley Shields2010-06-283-68/+108
| | | | | | | | | PR: ports/148154 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257122
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 0.3.1.1Wesley Shields2010-04-163-23/+10
| | | | | | | | PR: ports/145466 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> Notes: svn path=/head/; revision=252768
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 0.3.1.0Dmitry Marakasov2010-03-185-299/+328
| | | | | | | | PR: 144787 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer) Notes: svn path=/head/; revision=251194
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Fix OPTIONsPhilip M. Gollucci2010-01-081-1/+3
| | | | | | | | | PR: ports/142020 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> Approved by: "Joseph S. Atkinson" <jsa.bsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=247363
* - Add dependency on librsvg2 to prevent crashes on runtimePav Lucistnik2009-12-181-1/+2
| | | | | | | | PR: ports/140984 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) Notes: svn path=/head/; revision=246187
* - Update to 0.3.0.2Dmitry Marakasov2009-11-275-246/+993
| | | | | | | | PR: 140439 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> Notes: svn path=/head/; revision=244873
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Add confilicts with the new -devel port and bump PORTREVISION.Ion-Mihai Tetcu2009-03-051-0/+3
| | | | | | | | PR: ports/131629 Submitted by: Joseph S. Atkinson (maintainer) Notes: svn path=/head/; revision=229513
* Assign maintainership to submitter of last PR.Mark Linimon2009-01-251-1/+1
| | | | Notes: svn path=/head/; revision=226866
* - Update to 0.2.14Martin Wilke2008-10-193-14/+25
| | | | | | | | PR: 127955 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> Notes: svn path=/head/; revision=221783
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Update to 0.2.13Andrew Pantyukhin2008-04-043-27/+122
| | | | | | | Prodded by: Joseph S. Atkinson <jsatkinson@embarqmail.com> Notes: svn path=/head/; revision=210481
* - Update to 0.2.10Andrew Pantyukhin2007-08-013-59/+60
| | | | | | | | - Disable translations (msgfmt problems) - Rely on dbus and disable mmkeys Notes: svn path=/head/; revision=196875
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.2.9Andrew Pantyukhin2007-03-283-5/+26
| | | | Notes: svn path=/head/; revision=188656
* - Update to 0.2.9bAndrew Pantyukhin2007-02-253-14/+27
| | | | Notes: svn path=/head/; revision=185837
* - Update to 0.2.8Andrew Pantyukhin2007-01-092-5/+4
| | | | Notes: svn path=/head/; revision=181873
* - Update to 0.2.7Andrew Pantyukhin2007-01-062-4/+5
| | | | Notes: svn path=/head/; revision=181601
* - Add yet more dependenciesAndrew Pantyukhin2006-12-191-1/+4
| | | | Notes: svn path=/head/; revision=180163
* - An extra dependency on py-notify won't hurtAndrew Pantyukhin2006-12-191-0/+1
| | | | Notes: svn path=/head/; revision=180131