aboutsummaryrefslogtreecommitdiff
path: root/audio/tcd
Commit message (Collapse)AuthorAgeFilesLines
* ncurses: partial revert 266130ce71ef2f1cd944a70789bf003da3254c29Baptiste Daroussin2021-09-241-1/+0
| | | | | In many places I overlooked at the problem we were trying to solve when libncurses is split.
* ncurses: fix build with futur base and ports ncursesBaptiste Daroussin2021-09-231-0/+1
| | | | | | | in preparation for the split in base of libtinfo and libncurses, clearly specify when the packages should link against. Note this also fixes the build with ports ncurses
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* a-b: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517040
* audio: pms, squash, tcd, waon: Document ncurses requirementJohn Marino2016-11-191-0/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426383
* Cleanup patches, a* categories.Mathieu Arnold2016-07-264-16/+16
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-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) Notes: svn path=/head/; revision=374303
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Add LICENSEPietro Cerutti2014-01-301-4/+5
| | | | | | | - STAGE-clean Notes: svn path=/head/; revision=341842
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Remove support for deprecated audio/libmusicbrainzMax Brazhnikov2012-05-194-185/+4
| | | | | | | | | PR: ports/ Submitted by: Jason E. Hale <bsdkaffee at gmail.com> Approved by: maintainer timeout (2.5 months) Notes: svn path=/head/; revision=296967
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-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 Notes: svn path=/head/; revision=291667
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Enhance next/prev commands. Next on last track jumps to first track. PrevPietro Cerutti2008-07-252-8/+69
| | | | | | | | on first track jumps to last track. - Bump PORTREVISION Notes: svn path=/head/; revision=217476
* - Fix long time outstanding bug causing tcd to crash upon disc changePietro Cerutti2008-07-152-15/+19
| | | | Notes: svn path=/head/; revision=216890
* - Fix stop command. Do not restart if play mode is set to repeatPietro Cerutti2008-07-042-9/+31
| | | | | | | | - Refactor repeat track - Bump portrevision Notes: svn path=/head/; revision=216307
* - Add volume handling capabilitiesPietro Cerutti2008-06-273-4/+63
| | | | Notes: svn path=/head/; revision=215843
* - Fix segmentation fault when ejecting a CDPietro Cerutti2008-06-264-5/+11
| | | | | | | | - Fix typo in my e-mail address - Bump portrevision Notes: svn path=/head/; revision=215815
* - Save disc information in local database after retrievalPietro Cerutti2008-06-261-3/+5
| | | | | | | from MusicBrainz Notes: svn path=/head/; revision=215807
* - New port: tcdPietro Cerutti2008-06-268-0/+254
TCD is a simple, user-friendly ncurses-based CD player. - Add homebrew MusicBrainz support (default OFF). Notes: svn path=/head/; revision=215806