Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
a8fab8ae
Commit
a8fab8ae
authored
3 years ago
by
Jan Beich
Browse files
Options
Downloads
Patches
Plain Diff
multimedia/mpv: backport --ao=pipewire support
parent
14a03240
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
multimedia/mpv/Makefile
+10
-1
10 additions, 1 deletion
multimedia/mpv/Makefile
multimedia/mpv/distinfo
+10
-0
10 additions, 0 deletions
multimedia/mpv/distinfo
with
20 additions
and
1 deletion
multimedia/mpv/Makefile
+
10
−
1
View file @
a8fab8ae
...
...
@@ -13,6 +13,11 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES
+=
b030cfe05f58.patch:-p1
# https://github.com/mpv-player/mpv/pull/9440
PATCHFILES
+=
edf0039d7621.patch:-p1
# https://github.com/mpv-player/mpv/pull/9298
PATCHFILES
+=
5319731526fb.patch:-p1
# https://github.com/mpv-player/mpv/pull/9298
PATCHFILES
+=
82390d212123.patch:-p1
# https://github.com/mpv-player/mpv/pull/9587
PATCHFILES
+=
22b0bac28e6c.patch:-p1
# https://github.com/mpv-player/mpv/pull/9587
PATCHFILES
+=
b7a71ea70671.patch:-p1
# https://github.com/mpv-player/mpv/pull/9734
PATCHFILES
+=
09343bc86e8b.patch:-p1
# https://github.com/mpv-player/mpv/pull/9734
PATCHFILES
+=
bc9805c71a67.patch:-p1
# https://github.com/mpv-player/mpv/pull/9830
MAINTAINER
=
multimedia@FreeBSD.org
COMMENT
=
Free and open-source general-purpose video player
...
...
@@ -53,7 +58,7 @@ OPTIONS_DEFAULT= ARCHIVE DVDNAV LUA MANPAGES OPENGL UCHARDET \
OPTIONS_GROUP
=
IN VO AO
OPTIONS_GROUP_IN
=
CDIO DVDNAV LIBBLURAY V4L
OPTIONS_GROUP_VO
=
CACA OPENGL SIXEL VAAPI VDPAU VULKAN WAYLAND X11
OPTIONS_GROUP_AO
=
ALSA JACK OPENAL PULSEAUDIO SDL SNDIO
OPTIONS_GROUP_AO
=
ALSA JACK OPENAL
PIPEWIRE
PULSEAUDIO SDL SNDIO
OPTIONS_RADIO
=
YOUTUBE
OPTIONS_RADIO_YOUTUBE
=
YTDL YTDLP
OPTIONS_SINGLE
=
LUA
...
...
@@ -64,6 +69,7 @@ DVDNAV_DESC= DVD menu navigation
LUA_NONE_DESC
=
Disable Lua scripting language support
LUAJIT_DESC
=
Use LuaJIT instead of Lua scripting language support
MUJS_DESC
=
Use MuJS
for
Javascript language support
PIPEWIRE_DESC
=
Pipewire sound server support
SIXEL_DESC
=
Sixel graphics support
UCHARDET_DESC
=
Guess subtitle encoding via uchardet
VULKAN_DESC
=
Vulkan output support
...
...
@@ -127,6 +133,9 @@ OPENGL_USES= gl
OPENGL_USE
=
GL
=
egl,gbm
OPENGL_CONFIGURE_OFF
=
--disable-gl
PIPEWIRE_LIB_DEPENDS
=
libpipewire-0.3.so:multimedia/pipewire
PIPEWIRE_CONFIGURE_OFF
=
--disable-pipewire
PULSEAUDIO_LIB_DEPENDS
=
libpulse.so:audio/pulseaudio
PULSEAUDIO_CONFIGURE_OFF
=
--disable-pulse
...
...
This diff is collapsed.
Click to expand it.
multimedia/mpv/distinfo
+
10
−
0
View file @
a8fab8ae
...
...
@@ -9,3 +9,13 @@ SHA256 (edf0039d7621.patch) = 8c7e75d9e2a0ae2622fd23df8121d756fc919f7f9733edd7c5
SIZE (edf0039d7621.patch) = 12278
SHA256 (5319731526fb.patch) = 29364fa31f184a5f6d59bbcceea0a7c9269ca4af08a34f93eccd283254709a68
SIZE (5319731526fb.patch) = 6629
SHA256 (82390d212123.patch) = b47dca6672ff2b03ee694a326978d592756fb83f23b90dd7bb8ddf7d87b3b445
SIZE (82390d212123.patch) = 17920
SHA256 (22b0bac28e6c.patch) = 12c49edd4e0a33130275f26703c14e013e46f316dd2b39b8e606fdc3ef60b01f
SIZE (22b0bac28e6c.patch) = 1726
SHA256 (b7a71ea70671.patch) = 0a4f1e8fc0f2d482fb8b919b50a30c4852af473b79da3dca34157a4f51eb6e94
SIZE (b7a71ea70671.patch) = 8174
SHA256 (09343bc86e8b.patch) = 2516860fba5492aaa76b44ea15d32b39d4326ca5fe8611803ed845b38b7cca70
SIZE (09343bc86e8b.patch) = 1389
SHA256 (bc9805c71a67.patch) = 7988418e51537391c34b415f2a629e064716bd49835af5ca660966ddcbe5a49b
SIZE (bc9805c71a67.patch) = 1909
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment