aboutsummaryrefslogtreecommitdiff
path: root/audio/mous
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/sndio: Update to 1.7.0Tobias Kortkamp2020-07-121-1/+1
| | | | Notes: svn path=/head/; revision=542069
* Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent portsThomas Zander2019-08-271-1/+1
| | | | | | | PR: 212785 Notes: svn path=/head/; revision=510006
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508834
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-1/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Mark these ports as broken on aarch64.Mark Linimon2018-06-221-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473010
* audio/mous: Unbreak and update to 2.0.1Tobias Kortkamp2018-04-299-220/+85
| | | | | | | | | Changes: https://github.com/bsdelf/mous/releases PR: 227500 Submitted by: Yanhui Shen <shen.elf@gmail.com> (maintainer, based on) Notes: svn path=/head/; revision=468613
* Give these BROKEN ports more descriptive error messages. Pet portlint.Mark Linimon2018-03-141-1/+1
| | | | | | | | | | | Note: the error messages are not tier-2 specific, but I discovered them during an aarch64 test run. Thus, using the tier-2 blanket is a stretch, but this change is believed harmless. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=464528
* Chase audio/faac update (ABI incompatible to previous version 1.28)Thomas Zander2017-11-191-1/+1
| | | | | | | | PR: 223416 Submitted by: riggs Notes: svn path=/head/; revision=454488
* Mark BROKEN: fails to buildAntoine Brodin2017-11-051-0/+2
| | | | | | | | | | | | | | /usr/bin/c++ -DCMAKE_INSTALL_PREFIX=\"/usr/local\" -DFaacEncoder_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -Icontrib -Isdk -isystem /usr/local/include -isystem /opt/local/include -isystem /usr/local/include/qt4 -isystem /usr/local/include/qt4/QtGui -isystem /usr/local/include/qt4/QtCore -I. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -MD -MT CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -MF CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o.d -o CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -c plugins/FaacEncoder/FaacEncoder.cpp In file included from plugins/FaacEncoder/FaacEncoder.cpp:1: plugins/FaacEncoder/FaacEncoder.h:7:10: fatal error: 'mp4v2/mp4v2.h' file not found #include <mp4v2/mp4v2.h> ^ 1 error generated. Reported by: pkg-fallout Notes: svn path=/head/; revision=453551
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-0/+0
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Fix build with the new API of libcue, after revision r413589Olivier Duchateau2016-04-183-1/+23
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=413590
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Turn WMA into a non-default OPTION for all but i386 and amd64Thomas Zander2015-09-131-3/+3
| | | | | | | | | PR: 202350 Submitted by: sbruno@FreeBSD.org Approved by: maintainer timeout Notes: svn path=/head/; revision=396805
* Convert most ports using cloud.github.com to GHC.Mathieu Arnold2015-09-041-1/+3
| | | | | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight Notes: svn path=/head/; revision=396103
* audio/mous: qt4-linguist -> qt4-linguisttoolsPhilip M. Gollucci2015-08-183-9/+11
| | | | | | | | | | | | | | - USE_QT4=linguist -> USE_QT4=linguisttools_build. Also, add 'corelib'. - Add USE_LDCONFIG. - Regenerate patches. - Bump PORTREVISION PR: 201684 Submitted by: s3erios@gmail.com Approved by: shen.elf@gmail.com Notes: svn path=/head/; revision=394643
* Move ASSEMBLY to an i386/amd64 only OPTION_DEFAULTSean Bruno2015-08-141-1/+4
| | | | | | | | PR: 201598 Reviewed by: shen.elf@gmail.com (maintainer) Notes: svn path=/head/; revision=394246
* 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
* Cleanup plistBaptiste Daroussin2014-10-201-10/+0
| | | | Notes: svn path=/head/; revision=371234
* 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
* audio/mous: Update MASTER_SITES urlJohn Marino2014-08-301-1/+1
| | | | | | | | PR: 192984 Submitted by: maintainer (Shen Elf) Notes: svn path=/head/; revision=366686
* - Support stagingJason E. Hale2014-07-035-198/+108
| | | | | | | | | | | | | | | | - Fix build with clang (error: no member named 'please_use_av_free' in the global namespace using ::free;) - Fix build with custom LOCALBASE - Update LICENSE (BSD -> BSD2CLAUSE) - Use options helpers - Strip binaries - No subsitutions were being made to files/pkg-message.in, so move it to pkg-message and clean it up a bit Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=360354
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-11/+11
| | | | | | | | | 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-0/+1
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-10/+2
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Mous is a simpe yet powerful audio player.Guido Falsi2012-07-236-0/+340
WWW: https://github.com/0x02/mous PR: ports/169095 Submitted by: Yanhui Shen <shen.elf@gmail.com> Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=301404