aboutsummaryrefslogtreecommitdiff
path: root/audio/gbsplay
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.0.94Emanuel Haupt2020-06-262-12/+11
| | | | | | | - Make portclippy/portfmt happy Notes: svn path=/head/; revision=540526
* Update to 0.0.93.151Emanuel Haupt2019-09-072-5/+5
| | | | Notes: svn path=/head/; revision=511428
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* - Update to 0.0.93-130-g6225989 and use version in compliance with PHP sectionEmanuel Haupt2018-12-285-69/+110
| | | | | | | | | 5.14. This requires a PORTEPOCH bump. - Provide an OPTION for installing bash completions - Pacify portlint Notes: svn path=/head/; revision=488598
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Pacify portlintEmanuel Haupt2018-07-311-2/+1
| | | | Notes: svn path=/head/; revision=475972
* Remove gcc dependency.Emanuel Haupt2018-07-311-2/+2
| | | | | | | | PR: 230227 Submitted by: tobik Notes: svn path=/head/; revision=475969
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Update to the most recent commit on GitHub which fixes many bugs:Emanuel Haupt2017-02-022-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfixes: - gbsplay: - cpu emulation fixes: - RLCA/RLA/RRCA/RRA did not set ZF - fix botched SBC zero flag handling - fix slight bug in ADC/SBC - fix INC/DEC SP, CP A and half-carry flag in DEC - fix PUSH/POP AF - fix trigger handling on noise channel - fix error on midi plugout where a write to the file could occur before the file was opened - fix garbled screen on exit in verbose mode (gbsplay -v) - fix status display: respect channel in left/right total volume - fix impulse generator: generate a header file at compile-time Enhancements: - gbsplay: - more accurate sound: - calculate LFSR correctly - play first nibble on DAC-channel from fresh buffer - correct noise channel speed - use more DMG-like DC-offsets - more accurate cpu cycle accounting - remove DC offset from DAC-channel - show register contents in verbose mode (gbsplay -v) - add basic GBR file support - support ugetab int vector extension (gbs spec 1.04u) - add 'iodumper' plugout for testing - add support for blargg-gb-tests debug output MFH: 2017Q1 Notes: svn path=/head/; revision=433137
* Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systemsJan Beich2016-12-161-0/+1
| | | | | | | | | | PR: 215192 Requested by: dim Exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=428641
* audio/gbsplay: Add explicit -L option for NLS LDFLAGSJohn Marino2016-10-171-1/+1
| | | | | | | | | | Some compilers don't have /usr/local/lib in the default library search path. Approved by: explicit LDFLAGs blanket Notes: svn path=/head/; revision=424129
* - While the main CLI player of gbsplay is receiving updates and is activelyEmanuel Haupt2016-10-074-26/+27
| | | | | | | | | | | | | | | maintained the XMMS plugin doesn't work past this version. Rather than removing the still working XMMS plugin in this version, decouple the slave port from master port and leave it at this version. This allows for the CLI player to be updated independently. - Add NLS option - Add LICENSE - Update to 0.0.93 - Update WWW - Relocate to github Notes: svn path=/head/; revision=423475
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-7/+2
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376388
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-1/+0
| | | | Notes: svn path=/head/; revision=370444
* Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on allTijl Coosemans2014-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | dependent ports and convert them to USES=libtool too. audio/scrobbler: - USES=tar:bzip2. - Don't link with libstdc++. audio/xmms-bonk: - Don't link with libstdc++. audio/xmms-flac: - Remove unneeded dependencies. - Remove $FreeBSD$ from patches. audio/xmms-scrobbler: - Use OPTIONS_SLAVE. audio/xmms-timidity: - USES=tar:bzip2. - Install the library instead of the source code file. audio/xmms-volnorm: - Remove do-install. Notes: svn path=/head/; revision=352968
* Use @sample pkg-plist macro.Emanuel Haupt2014-04-162-5/+3
| | | | Notes: svn path=/head/; revision=351389
* Quiesce mkdirEmanuel Haupt2014-03-181-2/+2
| | | | Notes: svn path=/head/; revision=348550
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-4/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=343964
* Rename MANn to MANPAGEn in order to avoid a 'make check-sanity' warning.Emanuel Haupt2014-01-211-3/+3
| | | | Notes: svn path=/head/; revision=340596
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Support stage.Emanuel Haupt2013-11-132-11/+19
| | | | Notes: svn path=/head/; revision=333672
* Remove dead BERLIOS mirror.Emanuel Haupt2013-10-101-1/+1
| | | | Notes: svn path=/head/; revision=329975
* 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
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* - Convert USE_GMAKE to USES=gmakeEmanuel Haupt2013-07-081-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 Notes: svn path=/head/; revision=322530
* Convert to USES=gettextEmanuel Haupt2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316340
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-2/+2
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* Restore 'Created by' header information. This has been removed during theEmanuel Haupt2012-11-031-0/+1
| | | | | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes Notes: svn path=/head/; revision=306932
* - Convert to OPTIONSngEmanuel Haupt2012-09-071-10/+5
| | | | | | | | - Remove deprecated header information - Pacify portlint Notes: svn path=/head/; revision=303818
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* Fix build with clang.Emanuel Haupt2011-06-211-2/+6
| | | | Notes: svn path=/head/; revision=275992
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Update MASTER_SITESEmanuel Haupt2010-09-271-3/+1
| | | | Notes: svn path=/head/; revision=261977
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231127
* 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=214428
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-3/+1
| | | | Notes: svn path=/head/; revision=209970
* Get rid of USE_X_PREFIX.Emanuel Haupt2008-03-171-1/+1
| | | | Notes: svn path=/head/; revision=209209
* Forget about X11BASEEmanuel Haupt2007-06-021-2/+4
| | | | Notes: svn path=/head/; revision=192589
* - 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
* Add an additional mirror.Emanuel Haupt2006-06-011-0/+1
| | | | Notes: svn path=/head/; revision=164152
* - Fix build on i386Emanuel Haupt2006-02-132-21/+2
| | | | | | | | | | - Remove deprecated USE_REINPLACE - Remove files/patch-Makefile Notified by: kris via dosirak Notes: svn path=/head/; revision=155936
* - Update to 0.0.8 [1]Emanuel Haupt2006-02-103-5/+26
| | | | | | | | | | | | | - Add additional master site [1] Changes in this release: The sound routine now uses a bandwidth limited synthesizer, which results in truer emulation. Channel 2 was updated to interpolation and dc offset. The NAS output now honors a requested endianness. Several enhancements were made to the player code, including for 64-bit architectures. Notes: svn path=/head/; revision=155646
* - Add additional master siteEmanuel Haupt2005-11-162-1/+4
| | | | | | | | | - Add SHA256 hash Notified by: pointyhat via kris Notes: svn path=/head/; revision=148442
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389