aboutsummaryrefslogtreecommitdiff
path: root/multimedia/butt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump PORTREVISION. audio/portmidi was updated to 2.0.8Jose Alonso Cardenas Marquez2025-12-281-1/+1
|
* www/libdatachannel: update 0.23.2 → 0.24.0Yuri Victorovich2025-11-251-1/+1
|
* www/libdatachannel: update 0.22.6 → 0.23.2Yuri Victorovich2025-11-091-0/+1
|
* multimedia/butt: update 1.44.0 -> 1.45.0Kurt Jaeger2025-10-311-2/+3
| | | | | | - enable webrtc Reported by: tschetter.victor@gmail.com
* */*: Bump PORTREVISION. audio/portmidi was updated to 2.0.6Jose Alonso Cardenas Marquez2025-06-241-0/+1
|
* multimedia/butt: update 0.1.41 -> 1.44.0Per Gunnarsson2025-03-111-2/+1
| | | | | | - run-tests by submitter Changes: https://danielnoethen.de/butt/Changelog.html
* *: Bump revisions after dbus updateGleb Popov2025-03-081-1/+1
| | | | | PR: 285253 Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
* */*: bump PORTREVISION after audio/flac updateChristian Weisgerber2025-03-021-0/+1
|
* multimedia/butt: update 0.1.40 -> 0.1.41Kurt Jaeger2024-04-021-1/+3
| | | | Changes: https://danielnoethen.de/butt/Changelog.html
* multimedia/butt: update 0.1.27 -> 0.1.40Kurt Jaeger2024-03-161-5/+12
| | | | | PR: 253377 Changes: https://danielnoethen.de/butt/Changelog.html
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-281-1/+1
| | | | New major version 3.0.0
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* audio/flac: bump port revision of consumers after update to 1.4.1Christian Weisgerber2022-09-251-0/+1
|
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/butt: update 0.1.25 -> 0.1.27Kurt Jaeger2020-12-271-4/+4
| | | | | | | Relnotes: https://danielnoethen.de/butt/Changelog.html Notes: svn path=/head/; revision=559424
* multimedia/butt: update 0.1.22 -> 0.1.25Kurt Jaeger2020-11-111-1/+1
| | | | | | | | | PR: 250993 Submitted by: Per Gunnarsson <per.gunnarsson@yandex.com> Relnotes: https://danielnoethen.de/butt/Changelog.html Notes: svn path=/head/; revision=554880
* multimedia/butt: update 0.1.21 -> 0.1.22, add mpris player supportKurt Jaeger2020-08-051-1/+1
| | | | | | | | | | | | - now media players are displayed in the dropdown, to forward track metadata from. https://lists.freebsd.org/pipermail/freebsd-desktop/2020-July/000407.html PR: 248282 Submitted by: tcberner Notes: svn path=/head/; revision=544244
* multimedia/butt: update 0.1.20 -> 0.1.21Kurt Jaeger2020-06-141-1/+1
| | | | | | | Relnotes: https://danielnoethen.de/butt/Changelog.html Notes: svn path=/head/; revision=538734
* multimedia/butt: update 0.1.18 -> 0.1.20Kurt Jaeger2020-05-101-3/+2
| | | | | | | | | | - added SSL/TLS support for icecast, among other things Submitted by: Per Gunnarsson <mustafejen@gmail.com> Relnotes: https://danielnoethen.de/butt/Changelog.html Notes: svn path=/head/; revision=534856
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516916
* Cleanup LIB_DEPENDSAntoine Brodin2019-08-071-1/+1
| | | | Notes: svn path=/head/; revision=508338
* 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
* New port: multimedia/buttKurt Jaeger2019-07-061-0/+32
An easy to use, multi OS streaming tool. It supports SHOUTcast and Icecast. The main purpose of butt is to stream live audio data from your computers Mic or Line input to an Shoutcast or Icecast server. Recording is also possible. It is NOT intended to be a server by itself or automatically stream a set of audio files. WWW: https://danielnoethen.de/butt/ Submitted by: Per Gunnarsson <per.gunnarsson@yandex.com> Notes: svn path=/head/; revision=505997