aboutsummaryrefslogtreecommitdiff
path: root/audio/muine/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2014-07-131-73/+0
| | | | | | | 2014-07-11 audio/muine: Fails to build/run since August 2013 Notes: svn path=/head/; revision=361712
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340670
* - 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 missing pkg-plist file.Cy Schubert2012-04-041-0/+75
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294177
* Remove audio/muine.Romain Tartière2012-03-081-75/+0
| | | | Notes: svn path=/head/; revision=292958
* - Update lang/mono to 2.0.1.Florent Thoumie2009-02-091-3/+4
| | | | | | | | | | | - Also update a bunch of c-sharp ports to their latest version. - Change maintainership to mono@FreeBSD.org. PR: ports/129724 Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team) Notes: svn path=/head/; revision=227866
* Update to 0.8.8:Tom McLaughlin2007-11-131-3/+6
| | | | | | | | | | | | | | - Tiny interface changes, e.g. scrollbar and mousewheel - Support for MM keys - Updated translations PR: 117905, 117936 Submitted by: Phillip Neumann, Robert Noland Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> Approved by: portmgr (pav) Notes: svn path=/head/; revision=202675
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* - Update to 0.8.7Tom McLaughlin2007-02-041-13/+15
| | | | | | | | | | | | | | | | * Switch to bundled managed dbus# * New and updated translations * Various bug fixes - USE_GNOME+=gnomesharp20 - Move to LOCALBASE - Use gstreamer 0.10 over 0.8 NOTE: deve/dbus is needed because of the bundled managed dbus# Project by:BSD# (http://www.mono-project.com/Mono:FreeBSD) Notes: svn path=/head/; revision=184188
* Temporarily dirrmtry mondoc directories. This is unnecessary after monodocTom McLaughlin2006-10-191-0/+2
| | | | | | | | | | moves to LOCALBASE along with the rest of the Mono ports. Notified by: pointyhat Approved by: portmgr (kris) Notes: svn path=/head/; revision=175420
* Update to 0.8.5Tom McLaughlin2006-10-071-1/+2
| | | | | | | | | | - Note: Port still uses gstreamer 0.8 due to a crash in liboil I need help figuring out. Project by: BSD# http://www.mono-project.com/Mono:FreeBSD Notes: svn path=/head/; revision=174822
* Conversion to a single libtool environment.Ade Lovett2006-02-231-0/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 0.8.4Tom McLaughlin2006-02-191-2/+6
| | | | Notes: svn path=/head/; revision=156365
* Fix pkg-plist after Mono 1.1.12.1 update.Tom McLaughlin2006-01-141-4/+0
| | | | Notes: svn path=/head/; revision=153509
* - Add fix for updated gtk# (patch-src_PlaylistWindow.cs: Muine mailing list)Tom McLaughlin2005-11-101-0/+4
| | | | | | | | | | | - Correct pkg-plist for gacutil changes with Mono 1.1.9.x - Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> Notes: svn path=/head/; revision=147794
* - Add a missing dependency, libvorbis.Jeremy Messenger2005-07-101-1/+7
| | | | | | | | | | | | | | | | - Add a new knob, WITH_FAAD, current turn off by default. - Chase xine.12 -> xine.13. - Fix the dbus, lib/dbus-1.0/services -> share/dbus-1/services. - Add install the plugins. - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Bump the PORTREVISION. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Notes: svn path=/head/; revision=138856
* Update to 0.8.3.Jeremy Messenger2005-05-161-2/+22
| | | | | | | BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Notes: svn path=/head/; revision=135423
* - Add an OPTION to use gstreamer over xine as the playback backend. Xine isJeremy Messenger2004-11-261-3/+0
| | | | | | | | | | | | still default. - Use new GCONF_SCHEMAS PR: ports/74399 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> (maintainer) Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp Notes: svn path=/head/; revision=122486
* Add muine, GNOME audio player written in Mono.Pav Lucistnik2004-07-241-0/+37
PR: ports/69462 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=114573