8325bc6da1
Merge remote-tracking branch 'upstream/master'
2022-12-29 17:52:11 +09:00
Daniel Bermond
9a74cb0ff8
Refresh chromium patch
...
Update the chromium patch[1] to match the latest ffmpeg git master
changes[2]. AVStream does not have the 'AVStreamInternal* internal'
field anymore, and AVStreamInternal struct does not exist anymore
either. The equivalent is now FFStream, and it should now be
accessed by 'FFStream* ffstream(AVStream*)'.
References
----------
[1] 95aab0fd83
%5E%21/
[2] 40bdd8cc05
2022-05-10 17:03:42 -03:00
2ee79b08db
Merge remote-tracking branch 'aur/master'
2022-04-26 22:41:18 +09:00
Daniel Bermond
f4b58efffa
Refresh avisynthplus patch
2022-03-22 10:54:48 -03:00
Daniel Bermond
a1b5465b74
Add fix for avisynthplus
2022-03-20 16:46:35 -03:00
Daniel Bermond
d5b8f19d79
Update dependencies
2022-03-07 22:33:36 -03:00
Daniel Bermond
08e6be4937
Match repository package
2022-02-14 15:10:45 -03:00
Daniel Bermond
6d16a459ef
Add fix for building chromium
2022-01-29 13:31:16 -03:00
34f7bdc14a
enable aribb24
2022-01-16 07:36:01 +00:00
Daniel Bermond
673fa916c7
Match repository package changes
2021-03-26 19:12:53 +00:00
Daniel Bermond
c8be66ff35
Refresh the vmaf patch
2020-09-08 13:32:55 +00:00
Daniel Bermond
4ab5f75c4e
Match repository package changes
2020-07-17 16:36:31 +00:00
Daniel Bermond
f2b4a6d1b3
Match changes of repositoy package
2020-05-31 12:53:21 +00:00
Daniel Bermond
6164fa6236
Add dav1d (match repository package)
2020-02-29 17:55:05 +00:00
Daniel Bermond
5497194f79
Add Intel Quick Sync Video support (added by repository package)
2020-01-23 20:06:02 +00:00
Daniel Bermond
0520740e8f
Drop i686 support
2019-07-15 01:42:13 +00:00
Daniel Bermond
f3c3bfd75f
Change source to https
2018-11-19 13:48:48 +00:00
Daniel Bermond
0655e4ab35
Add jack. https url. Drop avresample. Do not rename source clone.
2018-11-09 23:45:38 +00:00
Daniel Bermond
eb538d3dcc
Remove makepkg internal function. Clean provides.
2018-10-15 20:38:31 +00:00
Daniel Bermond
163c323181
Add aom support to match official repository package
...
References
----------
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=2f4a39f0d3c2fd9da58cad101e8aa7bdce1cd18c
2018-07-04 15:25:22 +00:00
Daniel Bermond
74da22f6b4
Match latest repository changes (notably nvidia hwaccel support)
...
Changes to match ffmpeg from official repository package in
its 1:4.0-2 update:
- add support for nvdec/nvenc/cuda/cuvid hardware acceleration
by adding ffnvcodec-headers
- remove jack support
- remove avisynth
- add libdrm
- improve xlib dependencies by adding libxv and libxext
References
----------
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=ccdc194edaa4617bc8730a48d62f1665cb23acc1
2018-05-13 15:42:23 +00:00
Daniel Bermond
70efbb43ce
Add --enable-omx to match official repository package
...
References
----------
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=ea3d2c484f7184e70213196e0feeece5a0fb4444
2018-05-02 17:30:16 +00:00
Daniel Bermond
b3584525a9
Add --enable-libxml2 to match repository package
...
References
----------
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=8aef847cff420afdb0be3fb18510bc901d39aca9
https://bugs.archlinux.org/task/56886
2018-01-04 12:25:09 -02:00
Daniel Bermond
5088280ecd
Change libva dependency to match repository package
...
References
----------
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=138f2072bf4d267c047639eb042b357c8b8c9e56
2018-01-04 12:14:42 -02:00
Daniel Bermond
15559009f4
x265 2.5 rebuild
2017-08-16 15:21:52 -03:00
Daniel Bermond
680e051d36
Recent toolchain changes rebuild
...
Packages that uses hardening-wrapper will need a rebuild without
it since it is being dropped from official repositories due to
recent toolchain changes (PIE and SSP enabled by default in
gcc). Although hardening-wrapper was not being used in this
package it seems a good practice to rebuild against the recent
toolchain changes.
References:
-----------
https://lists.archlinux.org/pipermail/arch-dev-public/2017-July/028909.html
https://www.archlinux.org/todo/hardening-wrapper-removal/
2017-07-16 17:43:17 -03:00
Daniel Bermond
25b08644f4
Fix: FS#54758
...
This commit fixes the issue described in bug report FS#54758
(optdepends are displayed in red in some AUR packages).
A commit seems necessary to regenerate the AUR database.
References:
-----------
https://bugs.archlinux.org/task/54758
https://bbs.archlinux.org/viewtopic.php?id=228091
2017-07-11 13:22:56 -03:00
Daniel Bermond
7606fa206b
depends: removed schroedinger
2017-07-09 16:01:29 -03:00
Daniel Bermond
96154e108a
conflicts: fixed a missing space
2017-07-09 14:48:42 -03:00
Daniel Bermond
576275f73f
First commit after package adoption
...
The package was not building due to --enable-libschroedinger
which was removed from upstream. Removing it fixes building.
Reference:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=220b24c7c97dc033ceab1510549f66d0e7b52ef1
Some other important changes:
- package now matches settings from ffmpeg of [extra] official
repository. It means that license is now GPL3 only and all
nonfree dependencies have been removed. Please use another
package like ffmpeg-full-git if you need nonfree components
in your ffmpeg git master build.
- package revision number now correctly matches FFmpeg
internal git versioning (the package revision number will
match the revision number that is displayed at the ffmpeg
command line), while maintaining the Arch Linux Wiki
recommendations. The previous approach was differing the
revision number in one unit, making the package revision
number to be one unit higher than the FFmpeg internal git
versioning.
2017-07-09 13:41:21 -03:00
Kamran Mackey
885a83515a
Fixed another tab spacing error.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-10 04:54:11 -06:00
Kamran Mackey
a85a4254d0
Updated .mksrcinfo.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-10 04:37:02 -06:00
Kamran Mackey
2dd81505a4
Minor improvements.
...
Added vim special settings. Also improved
the "make doc" command.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-10 04:36:06 -06:00
Kamran Mackey
a97237c798
Added git as a makedepend.
...
Thanks yan12125!
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-10 04:25:20 -06:00
Kamran Mackey
f1771e289f
Fixed tabspacing, again.
...
I really need to configure vim's tab spacing properly...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-10 04:16:44 -06:00
Kamran Mackey
ad8b63ada3
Improved the PKGBUILD.
...
Improved the tabbing for ./configure, and made
the "make" command respect users' CFLAGS like
in the Python PKGBUILD.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-10 04:09:16 -06:00
Kamran Mackey
278d99624c
Updated .SRCINFO
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-07 02:59:20 -06:00
Kamran Mackey
06cd706a19
Added back 'ffmpeg' to provides.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-07 02:58:43 -06:00
Kamran Mackey
17354cefde
Added non-free to the license section.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-04 18:09:22 -06:00
Kamran Mackey
fe7cb37a8e
Fixed tab spacing, again.
...
Really need to configure vim properly...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-04 18:07:40 -06:00
Kamran Mackey
d96e4d1566
Fixed libfdk-aac dependency.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-04 18:01:48 -06:00
Kamran Mackey
e7e321256c
Fixed build issues.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-04 17:59:43 -06:00
Kamran Mackey
396e3f3b7a
Updated .srcinfo.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-04 16:54:23 -06:00
Kamran Mackey
5c4ef7742d
Fixed another issue with tab spacing.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-04 16:53:42 -06:00
Kamran Mackey
2ae24b266a
Fixed tab spacing.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-04 16:51:11 -06:00
Kamran Mackey
4c776aaf1e
Major update!
...
Revamped pkgver(), removed broken build options
and removed dependencies that are no longer needed.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2016-07-04 16:44:21 -06:00
Kamran Mackey
34d726bbda
Removed the libdcadec dep.
2016-02-13 16:30:27 -07:00
Kamran Mackey
4b934e1273
Added back the libfdk-aac config option.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2015-12-25 20:04:14 -07:00
Kamran Mackey
f5e2491ee5
Updated the package version.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2015-12-21 22:53:19 -07:00
Kamran Mackey
a9e3abdb2b
Switched to source.ffmpeg.org.
...
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
2015-12-20 13:26:26 -07:00