non port: multimedia/smtube/Makefile |
SVNWeb
|
Number of commits found: 60 |
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Mon, 6 Dec 2021
|
[ 14:09 Joseph Mingrone (jrm) ] 80e4e82 (Only the first 10 of 11 ports in this commit are shown above. )
Ports that depend on youtube-dl: Depend on yt-dlp
yt-dlp [1] is a youtube-dl fork with additional features and fixes. For
ports that depend on www/youtube-dl switch the dependency to www/yt-dlp.
For ports that have an optional dependency on www/youtube-dl, create a
new OPTIONS_RADIO that includes www/yt-dlp and make it the default.
[1] https://github.com/yt-dlp/yt-dlp
Other changes:
- www/yt-dlp: Turn the symlink option on by default
- www/py-pafy: Fix build when depending on www/yt-dlp
PR: 259944
Reported by: Oleh Vinichenko <moonlapse81@gmail.com>
Reviewed by: diizzy, Oleh Vinichenko <moonlapse81@gmail.com>,
VVD <vvd@unislabs.com>
Approved by: 0mp, adridg (kde@), rm, tcberner (multimedia@),
yuri (maintainers)
acm and nivit (maintainers, timeout)
Differential Revision: https://reviews.freebsd.org/D33090
|
Sat, 30 Oct 2021
|
[ 16:49 Tobias C. Berner (tcberner) Author: VVD ] 8792eb0
multimedia/smtube: update to 21.10.0
[21.10] - 2021-10-25
Possibility to use yt-dlp instead of youtube-dl.
yt-dlp is used now by default.
PR: 259551
|
Sat, 24 Jul 2021
|
[ 00:01 Guangyuan Yang (ygy) Author: VVD ] fb9ade3
multimedia/smtube: Update to 21.7.0
Changelog: https://github.com/smplayer-dev/smtube/releases/tag/v21.7.0
PR: 257345
Approved by: lwhsu (mentor, implicit)
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
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.
|
Fri, 12 Feb 2021
|
[ 11:08 fernape ]
multimedia/smtube: update to 20.6.0
ChangeLog: https://www.smtube.org/en/index
PR: 253402
Submitted by: vvd@unislabs.com (maintainer)
|
Sun, 27 Sep 2020
|
[ 06:24 tcberner ]
multimedia/smplayer: give related ports to vvd
- Previous maintainer of multimedia/smplayer was reset in r505428,
as the maintainer no longer used FreeBSD.
- The related ports were forgot in this process.
- Give them to the new maintainer of multimedia/smplayer
|
Sat, 19 Oct 2019
|
[ 11:26 tobik ]
Clean up remaining unused TOOLKIT_DESC
|
Sat, 16 Mar 2019
|
[ 17:58 tcberner ]
multimedia/smtube: remove QT4/QT5 options (Qt4 deprecation)
Approved by: portmgr (implicit)
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Thu, 3 Jan 2019
|
[ 14:14 riggs ] (Only the first 10 of 11 ports in this commit are shown above. )
Chase update of multimedia/vlc to 3.x and retirement of multimedia/vlc3
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Sat, 13 Oct 2018
|
[ 20:39 riggs ]
Update to 18.9.0, new maintainer: kikadf.01@gmail.com
Details:
- Update to upstream release 18.9.0
- New maintainer: kikadf.01@gmail.com
- Move to QT5 as default UI
While on it:
- Pet portlint
- Fix warning in check-sanity: Add gl to QT5_USES
PR: 231855
Submitted by: kikadf.01@gmail.com (new maintainer)
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
|
Mon, 2 Apr 2018
|
[ 19:44 bapt ]
Update to 18.3.0
|
Sat, 24 Feb 2018
|
[ 22:35 rene ] (Only the first 10 of 37 ports in this commit are shown above. )
Return pawel@'s ports to the pool after he resigned.
With hat: portmgr
|
Sat, 3 Feb 2018
|
[ 18:25 pawel ]
- Update to version 18.1.0
- Quote MAKE_ARGS variables
Changelog:
- YouTube fixes
- New Catalan translation
|
Thu, 11 May 2017
|
[ 15:42 pawel ]
Update to version 17.5.0
Changelog:
Fix for VEVO videos
|
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
|
Mon, 6 Mar 2017
|
[ 19:27 pawel ]
- Add Qt5 / Qt4 radio-choice
- Allow to add MPlayer / mpv / VLC / SMPlayer as a runtime
dependency for video playback
PR: 217559
Submitted by: avos
|
Sun, 5 Feb 2017
|
[ 22:45 pawel ]
- Update to version 17.1.0
- Add LICENSE information
- Register missing dependencies found by stage-qa
Changelog:
- Fix for VEVO videos
|
Sun, 10 Jul 2016
|
[ 09:04 pawel ]
Update to version 16.7.2
|
Fri, 1 Jul 2016
|
[ 19:43 pawel ]
Update to version 16.7.0
Changelog:
* Fix youtube
* Load the hdpi config from the smplayer config dir
* Change the palette only on Windows.
|
Wed, 15 Jun 2016
|
[ 21:36 pawel ]
Update to version 16.6.0
|
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
|
Fri, 4 Mar 2016
|
[ 21:02 pawel ]
Update to version 16.3.0
Changelog:
- Possibility to use an external service (website) to download videos.
- Options to zoom in and out.
- New options in the settings dialog to change the font and
style of the application.
|
Fri, 8 Jan 2016
|
[ 22:13 pawel ]
Update to version 16.1.0
Changelog:
Fix for VEVO videos
|
Sat, 21 Nov 2015
|
[ 19:15 pawel ]
Update to version 15.11.0
Changelog:
- Fix for VEVO videos.
- Add support for YouTube live streams
|
Thu, 8 Oct 2015
|
[ 15:12 olgeni ] (Only the first 10 of 83 ports in this commit are shown above. )
Remove trailing whitespace from Makefiles, M-X.
|
Tue, 29 Sep 2015
|
[ 21:48 pawel ]
Update to version 15.9.0
Changelog:
Fix for Qt 5.
|
Thu, 20 Aug 2015
|
[ 20:32 pawel ]
- Update toversion 15.8.0
- Make RUN_DEPENDS path independent
- Drop USE_QT4=linguist in favour of linguisttools to prevent
pulling in heavy dependencies
- Drop INSTALLS_ICONS, it's for Gtk apps
- Switch from heavy REINPLACE_CMD to setting things in build
enviroment, makes things more readable
- Project has it's own domain now - update pkg-descr
Changes:
Improve support for VEVO videos.
Possibility to play the audio only.
|
Fri, 29 May 2015
|
[ 15:39 pawel ]
Update to version 15.5.17
|
Tue, 12 May 2015
|
[ 19:58 pawel ]
Update to version 15.5.10
|
Fri, 23 Jan 2015
|
[ 20:55 pawel ]
Update to version 15.1.0
Changes:
Fix for VEVO videos
|
Wed, 31 Dec 2014
|
[ 14:42 pawel ]
Update to version 14.12.0
Changes:
New options to set a proxy.
|
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)
|
Sat, 6 Sep 2014
|
[ 09:20 pawel ]
Update to version 14.8.0
|
Sat, 12 Jul 2014
|
[ 15:14 pawel ]
Update to version 14.7.0
|
Wed, 25 Jun 2014
|
[ 05:35 bapt ] (Only the first 10 of 304 ports in this commit are shown above. )
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Thu, 3 Apr 2014
|
[ 19:01 pawel ]
Update to version 2.1
Improve the download speed for DASH formats.
|
Fri, 14 Mar 2014
|
[ 15:04 pawel ]
- Update to version 2.0
- Convert to USES=tar:bzip2
- Strip program binary
Release notes:
* New option to record audio.
* Download 1080p in DASH format.
* The 'Most Rated' tab has been replaced with 'Sports'.
* An option to add the URL to the SMPlayer playlist has been added.
* A default region is selected according to the user's language and country.
* Better support for encrypted signatures.
* New translations: Italian and French.
* Possibility to compile with Qt 5.
|
Wed, 15 Jan 2014
|
[ 20:41 pawel ]
Fix build after last commit, QMAKE_ARGS contains $(..) shell invocations
which are interpreted by gmake as variables, escape them.
MFH: 2014Q1
|
Fri, 22 Nov 2013
|
[ 12:55 makc ] (Only the first 10 of 11 ports in this commit are shown above. )
- Pass QMAKE_ARGS to qmake
Approved by: portmgr (blanket approval)
|
Sat, 5 Oct 2013
|
[ 16:52 pawel ] (Only the first 10 of 21 ports in this commit are shown above. )
Add support for STAGEDIR
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Mon, 19 Aug 2013
|
[ 17:34 pawel ]
Update to version 1.8
- Adapt for Youtube changes.
- More options in the configuration dialog, now it's possible to select
the preferred region and period of time for the standard feeds.
- Fixed an important bug: if the search term contained a non ascii
character, the results from page 2 onwards were incorrect.
- New translations: Croatian, Bulgarian, Vietnamese and Indonesian.
|
Wed, 10 Jul 2013
|
[ 19:41 pawel ] (Only the first 10 of 33 ports in this commit are shown above. )
Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
|
Wed, 8 May 2013
|
[ 17:38 pawel ]
Update to version 1.7
|
Tue, 19 Mar 2013
|
[ 18:48 pawel ]
- Update to version 1.6
- Cleanup deps
- Respect CXXFLAGS during build
|
Thu, 27 Dec 2012
|
[ 18:09 pawel ]
- Update to version 1.5
- Use offcial project names in pkg-descr
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Sun, 9 Dec 2012
|
[ 18:17 pawel ]
- Update to version 1.4
- Project have own homepage now
|
Wed, 21 Nov 2012
|
[ 19:37 pawel ]
Update to version 1.3
Feature safe: yes
|
Wed, 17 Oct 2012
|
[ 21:48 pawel ]
- Update to version 1.2
- Add missing lib depends
- Trim Makefile header
Feature safe: yes
|
Thu, 7 Jun 2012
|
[ 22:44 pawel ] (Only the first 10 of 38 ports in this commit are shown above. )
Convert my ports to optionsNG
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Tue, 29 May 2012
|
[ 20:37 pawel ]
smtube is a youtube browser for smplayer. You can browse, search, download
and play youtube videos. The videos are currently played in smplayer but
in the future it may be added the possibility to use other players.
WWW: http://smplayer.sourceforge.net/
|
Number of commits found: 60 |