non port: multimedia/libopenshot/Makefile |
SVNWeb
|
Number of commits found: 43 |
Sun, 30 Apr 2023
|
[ 11:10 Felix Palmen (zirias) ] a6bb2f8 (Only the first 10 of 148 ports in this commit are shown above. )
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit)
|
Sat, 29 Apr 2023
|
[ 17:14 Fernando Apesteguía (fernape) Author: Tatsuki Makino ] 183fb0f
multimedia/libopenshot: Update to 0.3.2
ChangeLog: https://www.openshot.org/blog/2023/04/20/new_openshot_release_311/
PR: 271074
Reported by: tatsuki_makino@hotmail.com (maintainer)
|
Thu, 27 Apr 2023
|
[ 12:01 Daniel Engberg (diizzy) ] f7accb2 (Only the first 10 of 151 ports in this commit are shown above. )
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Sat, 15 Apr 2023
|
[ 16:56 Fernando Apesteguía (fernape) Author: Tatsuki Makino ] 777e6c7
multimedia/libopenshot: Update to 0.3.1
ChangeLog: https://www.openshot.org/blog/2023/04/06/new_openshot_release_310/
PR: 270762
Reported by: tatsuki_makino@hotmail.com
|
Wed, 11 Jan 2023
|
[ 08:31 Nuno Teixeira (eduardo) Author: Tatsuki Makino ] bd6e5ab
multimedia/libopenshot: Add resvg option
- Add resvg (graphics/resvg-capi) build option
PR: 268853
|
Fri, 30 Dec 2022
|
[ 22:25 Nuno Teixeira (eduardo) ] 1a39b2a
multimedia/libopenshot: Fix typo on USES= compiler
PR: 268317
Reported by: tatsuki_makino@hotmail.com
|
[ 16:24 Nuno Teixeira (eduardo) ] 0d8b545
multimedia/libopenshot: Fix check for omp.h on all architectures
PR: 268317
Reported by: pkubaj
|
Mon, 26 Dec 2022
|
[ 05:25 Nuno Teixeira (eduardo) Author: VVD ] 6622ce6
multimedia/libopenshot: Update to 0.3.0
ChangeLog: https://github.com/OpenShot/libopenshot/releases/tag/v0.3.0
PR: 268317
|
Sun, 9 Oct 2022
|
[ 15:37 Po-Chuan Hsieh (sunpoet) ] 05e7a8b (Only the first 10 of 62 ports in this commit are shown above. )
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
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 )
|
Fri, 2 Sep 2022
|
[ 07:12 Tobias C. Berner (tcberner) ] a49cb0f (Only the first 10 of 38 ports in this commit are shown above. )
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe
This was missed in the upgrade of graphics/opencv.
Reported by: VVD
|
Wed, 27 Apr 2022
|
[ 13:22 Piotr Kubaj (pkubaj) ] b02f812
multimedia/libopenshot: check for omp.h on all architectures
|
Sat, 16 Apr 2022
|
[ 04:19 Po-Chuan Hsieh (sunpoet) ] 10d211b (Only the first 10 of 60 ports in this commit are shown above. )
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
Mon, 28 Feb 2022
|
[ 12:46 Po-Chuan Hsieh (sunpoet) ] f7e42ce (Only the first 10 of 68 ports in this commit are shown above. )
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
Sat, 11 Dec 2021
|
[ 13:50 Tobias C. Berner (tcberner) ] 45526ec (Only the first 10 of 146 ports in this commit are shown above. )
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above )
|
Fri, 5 Nov 2021
|
[ 19:09 Yuri Victorovich (yuri) Author: Daniel Engberg ] 00f2a7a (Only the first 10 of 28 ports in this commit are shown above. )
devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR: 259654
|
Sat, 16 Oct 2021
|
[ 21:31 Neel Chauhan (nc) Author: Tatsuki Makino ] ae86d15
multimedia/libopenshot: update to 0.2.7
PR: 259205
|
Wed, 1 Sep 2021
|
[ 23:11 Neel Chauhan (nc) Author: Tatsuki Makino ] c557d46
multimedia/libopenshot: Update to 0.2.6
PR: 258161
|
Wed, 21 Jul 2021
|
[ 18:11 Po-Chuan Hsieh (sunpoet) ] f4acead (Only the first 10 of 64 ports in this commit are shown above. )
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine
|
Sun, 11 Jul 2021
|
[ 22:31 Piotr Kubaj (pkubaj) ] 84a66af
multimedia/libopenshot: fix build on powerpc
LLVM doesn't have libomp on powerpc:
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
|
Thu, 8 Jul 2021
|
[ 20:51 Fernando Apesteguía (fernape) ] 1fa6796
multimedia/libopenshot: Update to 0.2.5.726
PR: 256640
Reported by: tatsuki_makino@hotmail.com (maintainer)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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.
|
Thu, 25 Feb 2021
|
[ 18:57 nc ]
Add the openshot updates I somehow missed.
PR: 253643, 253645
|
Sun, 13 Sep 2020
|
[ 07:14 lwhsu ]
multimedia/libopenshot: Update to 0.2.5.172
PR: 249271
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
Tue, 30 Jun 2020
|
[ 17:46 tcberner ] (Only the first 10 of 21 ports in this commit are shown above. )
Bump devel/jsoncpp consumers after r540853.
Reported by: Kevin Oberman <rkoberman@gmail.com>
|
Sat, 27 Jun 2020
|
[ 15:42 lwhsu ]
Update to 0.2.5.106
PR: 247532
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
Wed, 17 Jun 2020
|
[ 18:17 sunpoet ] (Only the first 10 of 84 ports in this commit are shown above. )
Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
- Fix build with swig 4.0.1
- Update *_DEPENDS
- Remove BINARY_ALIAS
Changes: http://www.swig.org/news.php
PR: 246613
Exp-run by: antoine
|
Sun, 8 Mar 2020
|
[ 21:56 jbeich ] (Only the first 10 of 64 ports in this commit are shown above. )
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020
|
[ 10:28 tcberner ]
multimedia/libopenshot: Update to 0.2.5
PR: 244622
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
Mon, 17 Feb 2020
|
[ 02:32 yuri ]
multimedia/libopenshot: Update 0.2.3-595 -> 0.2.4-29
PR: 244063
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
[ 02:22 yuri ]
audio/libopenshot-audio: Update 0.1.8-100 -> 0.1.9-6
PR: 244062
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
Mon, 13 Jan 2020
|
[ 21:38 yuri ] (Only the first 10 of 23 ports in this commit are shown above. )
devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR: 229677
Differential Revision: D22905
|
Tue, 7 Jan 2020
|
[ 17:47 fernape ]
multimedia/libopenshot: update to 0.2.3.595
PR: 242930
Submitted by: tatsuki_makino@hotmail.com (maintainer)
|
Sun, 8 Dec 2019
|
[ 11:28 tcberner ]
multimedia/libopenshot: Update to 0.2.3.490
PR: 241912
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
|
Sat, 21 Sep 2019
|
[ 18:59 jbeich ] (Only the first 10 of 58 ports in this commit are shown above. )
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
|
Mon, 5 Aug 2019
|
[ 23:06 jbeich ] (Only the first 10 of 159 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Fri, 28 Jun 2019
|
[ 22:01 mat ]
Remove noflavors when it does not make sense.
|
[ 15:49 amdmi3 ]
- Add multimedia/libopenshot
OpenShot Video Library (libopenshot) is a free, open-source project dedicated
to delivering high quality video editing, animation, and playback solutions to
the world. API currently supports C++, Python, and Ruby.
WWW: https://www.openshot.org/
PR: 237575
Submitted by: tatsuki_makino@hotmail.com
|
Number of commits found: 43 |