aboutsummaryrefslogtreecommitdiff
path: root/audio/libsmf
Commit message (Collapse)AuthorAgeFilesLines
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-172-4/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=358119
* Fix portlint warnings.Edward Tomasz Napierala2014-05-122-1/+4
| | | | Notes: svn path=/head/; revision=353796
* Support stageBaptiste Daroussin2014-01-042-2/+1
| | | | Notes: svn path=/head/; revision=338664
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-3/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-7/+3
| | | | Notes: svn path=/head/; revision=316287
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Development of libsmf has moved to github.Edward Tomasz Napierala2012-11-141-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307419
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.Edward Tomasz Napierala2010-03-294-0/+39
It transparently handles timepulses conversions, tempo map handling etc. The only dependencies are C compiler and glib. Full API documentation and examples are included. WWW: http://sourceforge.net/projects/libsmf/ Notes: svn path=/head/; revision=251757