aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ocp
Commit message (Collapse)AuthorAgeFilesLines
* Remove compiler:nestedfct - this port does not require nested functions andehaupt2015-02-261-2/+2
| | | | | builds fine with clang. Also remove USE_GCC=any which was redundant with compiler:nestedfct.
* Update to 0.1.21ehaupt2015-02-243-8/+9
|
* - Fix pkg-plistehaupt2015-02-242-10/+1
| | | | - Cleanup Makefile
* audio/ocp: Fix configure script to support gcc-5 (from upstream)marino2015-02-201-0/+11
| | | | | | PR: 197813 Submitted by: marino Approved by: maintainer (ehaupt)
* Fix RUN_DEPENDSantoine2015-01-261-1/+1
|
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Cleanup plistbapt2014-10-201-8/+0
|
* Remove @dirrm, @dirrmtryehaupt2014-10-081-6/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Fix build without texinfobapt2014-06-261-1/+1
|
* Remove sdl_sound dependency.tijl2014-05-031-2/+2
|
* Replace USE_GCC=any by USES=compiler:nestedfctbapt2014-03-031-2/+1
|
* - Strip binaries/shared objectsehaupt2014-02-051-6/+10
| | | | - Convert to desktop-file-utils
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-6/+6
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* Support staging.ehaupt2013-11-012-2/+0
|
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Add an explicit dependency on pkgconfbapt2013-09-111-1/+1
|
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-091-2/+1
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* * Major update to FLAC 1.3.0, including shared library bumps.naddy2013-06-101-1/+1
| | | | | | * Chase the update in dependent ports. PR: 179072
* Fix build on HEAD by adding USE_GCC=any (uses nested functions).ehaupt2013-05-291-0/+1
|
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1
| | | | Convert USE_READLINE by USES=readline
* - Use DOC instead of NOPORTDOCSehaupt2013-01-151-2/+2
| | | | | - Pacify portlint - Convert header
* Restore 'Created by' header information. This has been removed during theehaupt2012-11-041-0/+1
| | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes
* - Use OPTIONSngehaupt2012-09-101-27/+23
| | | | - Remove deprecated header information
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1
| | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
* Pacify portlintehaupt2011-12-271-1/+2
| | | | Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-7/+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
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵bapt2011-04-111-15/+2
| | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@)
* Add LICENSE and remove MD5 sums.ehaupt2011-01-252-1/+1
| | | | Feature safe: yes
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* Chase audio/libadplug updateehaupt2010-05-211-0/+1
|
* Update to 0.1.20ehaupt2010-05-177-104/+27
|
* Add PORTSCOUT variable in order to skip version 0.1.19 which is just a ↵ehaupt2010-01-111-0/+2
| | | | tarball of an experimental version.
* Chase audio/libadplug updateehaupt2010-01-051-1/+2
|
* This port now works under amd64ehaupt2009-12-301-1/+1
|
* Update to 0.1.18, this version comes with optional sdl audio supportehaupt2009-12-273-7/+20
|
* Add a patch to prevent the OSS driver detection from failing and bumpehaupt2009-09-213-0/+47
| | | | | | PORTREVISION. Feature safe: yes
* - Update to 0.1.17ehaupt2009-09-206-82/+148
| | | | | | | - Use OPTIONS - Update WWW Feature safe: yes
* Mark it MAKE_JOBS_UNSAFEehaupt2009-09-191-0/+2
| | | | | Notified by: pav Feature safe: yes
* Port is not MAKE_JOBS_SAFE save.ehaupt2009-09-181-1/+0
| | | | | Notified by: pointyhat (via miwi) Feature safe: yes
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-1/+1
|
* Mark MAKE_JOBS_SAFEehaupt2009-03-301-0/+1
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we supportehaupt2008-07-071-1/+0
| | | | | via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the system compiler.
* The last update never worked. The player wouldn't even start.ehaupt2008-06-233-47/+41
| | | | | | | | - Reclaim maintainer-ship - Roll back to the last working version - Bump PORTEPOCH Pointyhat to: miwi
* A few typo fixes for ports/audio descriptions.olgeni2008-06-151-1/+1
|
* - Update to 0.1.15miwi2008-05-163-39/+46
| | | | | PR: 123497 Submitted by: Ports Fury
* Drop maintainershipehaupt2008-05-031-1/+1
|
* Use MASTER_SITE_CRITICALehaupt2008-03-281-2/+1
|
* Get rid of USE_XLIB and use "USE_XORG=xxf86dga xxf86vm" instead.ehaupt2008-03-181-2/+2
|
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-2/+2
| | | | - Bump PORTREVISION
* Forget about X11BASEehaupt2007-06-021-4/+4
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Refine last commit. ocp seems to need wide character support in order toehaupt2007-04-251-4/+9
| | | | | display colors correctly. However, devel/ncurses is not needed after 602107 and 700033 since it's already in the base.
* Use devel/ncurses instead of base curses.h in order to have color support.ehaupt2007-04-241-2/+21
|
* Remove unnecessary DISTNAME redefinition.ehaupt2007-04-221-1/+0
|
* Chase libadplug updateehaupt2007-04-211-1/+2
|
* Cleanup non-supported FreeBSD versionsehaupt2007-04-172-11/+5
| | | | | PR: 111681 Submitted by: edwin
* Update to 0.1.13ehaupt2007-02-143-7/+7
|
* Update to 0.1.10 release candidate 6. This version is out for quite a while andehaupt2006-10-054-6/+8
| | | | runs quite stable. This version also supports .ay files.
* Disable libadplug (audio/libadplug) support on OSVERSIONS prior to 500000ehaupt2006-09-031-1/+1
|
* - Chase audio/libadplug updateehaupt2006-08-151-2/+3
| | | | - Use USE_LDCONFIG
* - Update MASTER_SITESehaupt2006-07-242-2/+2
| | | | - Update WWW
* Add an additional mirror.ehaupt2006-06-011-1/+2
|
* Chase audio/libadplug updateehaupt2006-05-191-2/+2
|
* Remove deprecated USE_REINPLACEehaupt2006-02-191-1/+0
|
* Add SHA256 hashes to my portsehaupt2005-11-301-0/+1
|
* Chase libid3tag update.jylefort2005-10-281-2/+2
|
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* devel/libbinio:garga2005-09-222-9/+7
| | | | | | | | | | | | - Update to 1.4 all: - Cleanup Makefile Header - Remove signature from pkg-descr - Adjustments to build with libbinio 1.4 PR: ports/86431 Submitted by: maintainer
* Mastersite for audio/ocp is unavailable at the moment.vs2005-07-292-2/+3
| | | | | | | | - Makefile.patch, add aditional mastersite - pkg-descr.patch, change pkg-descr WWW to freshmeat project site PR: ports/84251 Submitted by: maintainer
* - Disable libsidplay for FreeBSD 4.X due to clash between gcc295 and gcc34pav2005-07-062-5/+12
| | | | | PR: ports/82956 Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer)
* Update to 0.1.9.lawrance2005-06-125-91/+33
| | | | | | | Also fix a build problem when security/heimdal is installed. PR: ports/82135 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Update to 0.1.7novel2005-05-052-3/+6
| | | | | PR: 80616 Submitted by: Emanuel Haupt (maintainer)
* Update to 0.1.6jylefort2005-05-027-53/+24
| | | | | PR: ports/80509 Submitted by: maintainer
* Fix MIDI playback.jylefort2005-04-251-1/+20
| | | | | | PR: ports/80304 Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer) Approved by: adamw (mentor)
* Open Cubic Player first appeared around December 1994 as a DOSjylefort2005-04-2410-0/+269
binary-only module player. It supported many soundcards and module formats. At some point, the source code was released to the public under the terms of the GNU General Public License, and around 2003 Stian Skjelstad ported the code to Linux. In addition to legacy tracker formats such as mod, xm and s3m, Open Cubic Player now also supports mp3 and ogg files. PR: ports/80276 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: adamw (mentor)