Commit graph

34 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
bd001ab707 audio/exaile-devel: update to latest revision 2018-02-12 20:11:25 +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
Ruslan Makhmatkhanov
d1cc8f419c audio/exaile-devel: commit forgotten pkg-plist changes 2017-10-28 15:09:38 +00:00
Ruslan Makhmatkhanov
030fb0dd3b audio/exaile-devel: update to latest revision; drop no more require intltool 2017-10-27 17:32:37 +00:00
Ruslan Makhmatkhanov
11dd0ddc63 audio/exaile-devel: update to latest revision
This is effectively 4.0.0beta2
2017-09-07 06:55:39 +00:00
Ruslan Makhmatkhanov
d5d4d38a2d audio/exaile-devel: update to latest revision 2017-06-29 09:58:01 +00:00
Ruslan Makhmatkhanov
8476bd873d audio/exaile-devel: update to latest revision
It's effectively 4.0.0beta1. Many bugfixes and improvements; transition from
old exaile is removed.
2017-06-10 12:57:55 +00:00
Ruslan Makhmatkhanov
39cbe53de3 audio/exaile-devel: update to latest revision 2017-05-11 19:55:57 +00:00
Ruslan Makhmatkhanov
41e3136a28 audio/exaile-devel: update to latest revision 2017-02-16 20:35:48 +00:00
Ruslan Makhmatkhanov
051a789d34 Revive audio/exaile-devel
The main difference of development branch is that Exaile is ported to GTK+3
and Gstreamer 1.x.
2016-08-21 13:26:34 +00:00
Dmitry Marakasov
02fd49df6b - Remove audio/exaile-devel; main port (audio/exaile) was updated to the latest stable version
PR:		140952
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
2009-11-28 02:55:37 +00:00
Pav Lucistnik
8d4323d8f4 - Fix plist
Submitted by:	maintainer
2009-07-28 07:27:44 +00:00
Philip M. Gollucci
8552afb93e - Update to 0.3a3
PR:             ports/137023
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net>" (maintainer)
2009-07-24 01:39:27 +00:00
Philip M. Gollucci
7da0a6ab16 On most systems, the default Python bsddb module is Python's module. On
FreeBSD, we build one based on the bsddb in base and make Python's a
seperate port. Our default works with Exaile, but causes a bit of
oddness, such as file paths inexplicably relocating. This oddness may
cause further unseen consequences, so instead we will rely on
databases/py-bsddb to keep in sync with expected behaviors.

If users decide that potentially broken behavior is good enough for them
and they do not want this extra dependency, I have left the rope on
the chandelier for them.

~/.local/share/exail/music.db.db

This file should really have only one db extension, and this artifact
is tied to some differenence in behavior between the the two flavors
of bsddb modules.

PR:             ports/136481
Submitted by    "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
2009-07-13 22:28:17 +00:00
Ion-Mihai Tetcu
e7887ce395 Fix with custom PREFIX / LOCALBASE
PR:		ports/135528
Submitted by:	maintainer
Reported by:	QATty
2009-07-11 11:49:49 +00:00
Philip M. Gollucci
de7d909737 This fixes the collection manager from duplicating album entries
when adding to the playlist or collapsing the menu entry.

PR:             ports/135612
Obtained from:  exaile bzr.
Submitted by:       "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
2009-06-16 03:20:06 +00:00
Philip M. Gollucci
a6d7b8bb56 Bump exaile-devel to 2.99.2 (aka 0.3 Alpha 2).
While I am here, do some better sorting of the plist to make it easier for future maintenance.

There's a known issue with the collection manager, where adding an album to the playlist
causes the album entry to duplicate. Does not affect usability.

PR:             ports/135431
Submitted by:   "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
2009-06-12 01:35:04 +00:00
Ion-Mihai Tetcu
fb190a03fe Fix install with custom PREFIX. It failed because wrongly used LIBDIR in the
distributed Makefile having its value set from MAKE_ENV.
Change pushed upstream.

Submitted by:	itetcu@
Reported by:	QATty
Approved by:	maintainer
2009-05-30 23:25:44 +00:00
Dennis Herrmann
86801509ce - Port cleanup
- Bump PORTREVISION

PR:		ports/134150
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
Approved by:	miwi (mentor implicit)
2009-05-18 20:03:28 +00:00
Ion-Mihai Tetcu
f7ba0daa72 This introduces a new track for audio/exaile that allows FreeBSD users to
easily follow changes for the upcoming 0.3 revamp. This port can be accessed as
audio/exaile-devel and CONFLICTS with audio/exaile.

Some of the changes include:
* Non-explicit reliance upon gettext
* Transitions from sqlite to a faster pickle database
* Drag and drop support
* Plugin API
* More to come...

PR:		ports/131629
Submitted by:	Joseph S. Atkinson
Repocopy by:	marcus@
2009-03-05 09:09:44 +00:00
Mark Linimon
5425e73773 Assign maintainership to submitter of last PR. 2009-01-25 23:59:24 +00:00
Martin Wilke
20e390610a - Update to 0.2.14
PR:		127955
Submitted by:	"Joseph S. Atkinson" <jsa@wickedmachine.net>
2008-10-19 14:13:49 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +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
Andrew Pantyukhin
76c5f77b20 - Update to 0.2.13
Prodded by:	Joseph S. Atkinson <jsatkinson@embarqmail.com>
2008-04-04 11:51:55 +00:00
Andrew Pantyukhin
61863cebe0 - Update to 0.2.10
- Disable translations (msgfmt problems)
- Rely on dbus and disable mmkeys
2007-08-01 07:12:04 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Andrew Pantyukhin
42ec0268b8 - Update to 0.2.9 2007-03-28 10:44:07 +00:00
Andrew Pantyukhin
69a9bac802 - Update to 0.2.9b 2007-02-25 01:15:39 +00:00
Andrew Pantyukhin
326f230d0e - Update to 0.2.8 2007-01-09 18:16:09 +00:00
Andrew Pantyukhin
fcada99ca1 - Update to 0.2.7 2007-01-06 02:23:18 +00:00
Andrew Pantyukhin
8500d0edbc - Add yet more dependencies 2006-12-19 15:35:11 +00:00
Andrew Pantyukhin
d19bf767d4 - An extra dependency on py-notify won't hurt 2006-12-19 08:30:49 +00:00
Andrew Pantyukhin
8f53b0b3e8 Add port audio/exaile:
Exaile is a media player aiming to be similar to KDE's AmaroK, but for
GTK+. It incorporates many of the cool things from AmaroK (and other
media players) like automatic fetching of album art, handling of large
libraries, lyrics fetching, artist/album information via the wikipedia,
last.fm support, optional iPod support (assuming you have python-gpod
installed).

WWW: http://www.exaile.org/
Author: Adam Olsen <arolsen@gmail.com>
2006-12-19 08:06:33 +00:00