non port: multimedia/mps-youtube/Makefile |
SVNWeb
|
Number of commits found: 26 |
Thu, 30 Jun 2022
|
[ 20:28 Rene Ladan (rene) ] c46b556 (Only the first 10 of 227 ports in this commit are shown above. )
cleanup: Remove expired ports:
2022-06-30 multimedia/mpeg2codec: Obsolete, please consider using
multimedia/ffmpeg
2022-06-30 multimedia/livestreamer: Abandoned upstream, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 net/kissd: Obsolete, target hardware was released 19 years ago
2022-06-30 www/gecko-mediaplayer: Uses incompatible plugin interface NPAPI
2022-06-30 multimedia/snappy: Deprecated upstream, please consider
multimedia/mpv or multimedia/vlc
2022-06-30 audio/exaile: Requires py-bsddb3 which requires upstream EOLd db5
2022-06-30 multimedia/gnome-twitch: Unmaintained, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/clive: Last release in 2012, please consider using
www/yt-dlp or multimedia/streamlink
2022-06-30 multimedia/imagination: Obsolete, majority of DVD players made in the
last 15+ years have been able to do image slideshows
2022-06-30 multimedia/m2tstoavi: Marked obsolete by upstream in 2010, please
consider using multimedia/ffmpeg or multimedia/handbrake
2022-06-30 multimedia/mps-youtube: Abandoned upstream
2022-06-30 multimedia/umph: Last release in 2012 and abandoned upstream, please
consider using www/yt-dlp
2022-06-30 multimedia/quvi09: Deprecated upstream, please consider using
www/yt-dlp or multimedia/streamlink (Only the first 15 lines of the commit message are shown above )
|
Tue, 10 May 2022
|
[ 10:38 Daniel Engberg (diizzy) ] ee62ec3
multimedia/mps-youtube: Mark BROKEN, deprecate and set expiration date to
2022-06-30
Doesn't work, multiple reports upstream and is abandoned upstream
There are at least two forks:
https://github.com/iamtalhaasghar/yewtube/
https://github.com/otisdog8/termitube
PR: 263519
Approved by: nivit (maintainer timeout, 2+ weeks)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 11 Apr 2020
|
[ 14:07 mandree ]
multimedia/mps-youtube: latest tarball broken, use Github tag instead
NOTE: The API key does work for me, mandree@ and people probably need
to obtain their own and use that.
PR: 245106
Submitted by: Daniel Ebdrup Jensen <debdrup@freebsd.org>
Approved by: maintainer timeout (nivit@, 15 days)
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Wed, 15 Aug 2018
|
[ 19:31 nivit ]
- Update to 0.2.8
- Add LICENSE_FILE
- Update port description and URL in pkg-descr
Changes: https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.8
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Wed, 2 May 2018
|
[ 15:07 jbeich ] (Only the first 10 of 183 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Sat, 21 Oct 2017
|
[ 06:50 jbeich ] (Only the first 10 of 169 ports in this commit are shown above. )
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
|
Sun, 4 Jun 2017
|
[ 21:49 bdrewery ] (Only the first 10 of 13 ports in this commit are shown above. )
Allow these ports to build with PACKAGE_BUILDING_FLAVORS set.
Poudriere in particulr did not properly handle DEPENDS_ARGS which
made these ports not properly install dependencies. That bug
is being addressed along with adding FLAVORS support to it.
With hat: portmgr
MFH: 2017Q2
|
Tue, 25 Apr 2017
|
[ 08:20 riggs ] (Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Fri, 14 Apr 2017
|
[ 22:14 nivit ]
- Update to 0.2.7.1
Release Notes: https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.7.1
|
Sun, 11 Dec 2016
|
[ 15:22 jbeich ] (Only the first 10 of 160 ports in this commit are shown above. )
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 7 Mar 2016
|
[ 10:33 nivit ]
- Update to 0.2.6
Changelog: https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.6
|
Tue, 2 Feb 2016
|
[ 20:01 rm ] (Only the first 10 of 14 ports in this commit are shown above. )
Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree
With hat: python
|
Fri, 24 Jul 2015
|
[ 23:19 antoine ]
For now, ignore on the package builders when default python version is not 3.2+
Reported by: pkg-fallout
|
Sat, 27 Jun 2015
|
[ 09:13 nivit ]
- Update to 0.2.5
- Change Python version to 3.2+ because Python 2
is no longer supported
- Add a patch to setup.py to install .desktop file
(required for MPRIS support)
- Add a wrapper script to pass the environment variable
SSL_CERT_FILE, otherwise any video search fails with
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:600)>
Relnotes: https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.5
|
Tue, 17 Feb 2015
|
[ 08:41 nivit ]
- Update to 0.2.3
- Remove unneeded Makefile inclusion
Relnotes: https://github.com/np1/mps-youtube/releases/tag/v0.2.3
|
Sat, 14 Feb 2015
|
[ 21:34 nivit ]
- Update to 0.2.2
- Remove files/patch-mps__youtube_terminalsize.py
Relnotes: https://github.com/np1/mps-youtube/releases
|
Tue, 27 Jan 2015
|
[ 20:42 nivit ]
- Update to 0.2.1
- Add files/patch-mps__youtube_main.py to fix the bug of empty search results.
See https://github.com/np1/mps-youtube/issues/179
- Add a patch (taken from upstream) to fix terminal size detection.
See
https://github.com/np1/mps-youtube/commit/f1021baa246df96b91bf62aabe185493f0b07df2
- Add security/ca_root_nss to run dependencies
- Use option helpers
- Add an option (RADIO_CONVERTER) to select a converter to MP3 and other formats
- Replace multimedia/mplayer with multimedia/mpv as default video player
(SINGLE_PLAYER option): it's the video player set in the initial config file.
- Add a post-patch target to replace %%LOCALBASE%% key
- Add the new features of the program to pkg-descr
- Fix instructions in pkg-message
Relnotes: https://github.com/np1/mps-youtube/blob/develop/CHANGELOG
|
Tue, 21 Oct 2014
|
[ 17:22 mva ] (Only the first 10 of 30 ports in this commit are shown above. )
- Convert ports of multimedia/ to new USES=python
Approved by: portmgr (implicit)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Mon, 14 Jul 2014
|
[ 03:49 nivit ]
- Update to 0.01.46
|
Wed, 9 Apr 2014
|
[ 00:28 nivit ]
Terminal based YouTube jukebox with playlist management.
Main features:
- Search and play audio/video from YouTube
- Search and import YouTube playlists
- Create and save local playlists
- Download audio/video
- Works with Python 2.7+ and 3.x
- Works with Windows, Linux and Mac OS X
- Requires mplayer or mpv
WWW: http://github.com/np1/mps-youtube
|
Number of commits found: 26 |