aboutsummaryrefslogtreecommitdiff
path: root/multimedia/bmp-extra-plugins
Commit message (Collapse)AuthorAgeFilesLines
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-266-112/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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=214430
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Fix the build with recent GCC [1]Alexey Dokuchaev2007-06-141-3/+7
| | | | | | | | | | | - Use commas in sed(1) regexps for consistency - Wrap lines so they fit in standard terminal width - Pacify portlint(1) to some extent Reported by: pointyhat [1] Notes: svn path=/head/; revision=193467
* - Drop maintainershipMartin Wilke2007-05-271-1/+1
| | | | | | | | PR: 113038 Submitted by: Jan Srzednicki <w@wrzask.pl> (old maintainer) Notes: svn path=/head/; revision=192071
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix after objformat removalPav Lucistnik2007-03-291-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188752
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+12
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Make distfile fetchable againAndrej Zverev2005-11-292-5/+2
| | | | | | | | | | | - Unbreak port - Add SHA265 PR: ports/89586 Submitted by: Jan Srzednicki (maintainer) Notes: svn path=/head/; revision=149887
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Mark as BROKEN: unfetchable.Mark Linimon2005-10-111-1/+5
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=145046
* Add support for translations. PORTREVISION bump for changing the pkg-plist.Adam Weinberger2005-04-232-5/+11
| | | | | | | | | | | | Also, remove a redundant USE_GNOME definition, and fix some spacing. libsamplerate support is easy to build in with a few quick patches, but it hogs 100% CPU and then dies on a SIGSEGV. Someone might want to look into that, because libsamplerate support would be neat for the crossfader here. Notes: svn path=/head/; revision=134023
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Fix "ownership" of lib/bmp/General and make the plugins respect the newVolker Stolz2005-02-251-1/+0
| | | | | | | | | | world order (i.e. they shouldn't try to remove this directory) Induced by PR: ports/77618 Submitted by: beep-media-player maintainer Notes: svn path=/head/; revision=129772
* - Disable scrobbler plugin, port does not expect it and it breaks on 4.xPav Lucistnik2005-02-171-0/+10
| | | | Notes: svn path=/head/; revision=129068
* Add bmp-extra-plugins, collection of plugins for Beep Media Player:Pav Lucistnik2004-11-215-0/+83
Input: musepack, mplayer General: xf86audio, status Output: crossfade, ogg, arts Visualization: blursk, minilcd, wmdiscotux PR: ports/71979 Submitted by: Jan Srzednicki <w@wrzask.pl> Notes: svn path=/head/; revision=122085