Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Linux dependencies for gstreamer #27363

Closed
asajeffrey opened this issue Jul 22, 2020 · 3 comments
Closed

Missing Linux dependencies for gstreamer #27363

asajeffrey opened this issue Jul 22, 2020 · 3 comments

Comments

@asajeffrey
Copy link
Member

@asajeffrey asajeffrey commented Jul 22, 2020

Our gstreamer requires particular versions of libraries, which are different from the Ubuntu ones.

(gst-plugin-scanner:6876): GStreamer-WARNING **: 10:06:13.979: Failed to load plugin '/home/ajeffrey/github/asajeffrey/servo/support/linux/gstreamer/gst/lib/gstreamer-1.0/libgstpng.so': libpng12.so.0: cannot open shared object file: No such file or directory

(gst-plugin-scanner:6876): GStreamer-WARNING **: 10:06:13.979: Failed to load plugin '/home/ajeffrey/github/asajeffrey/servo/support/linux/gstreamer/gst/lib/gstreamer-1.0/libgstvpx.so': libvpx.so.3: cannot open shared object file: No such file or directory

(gst-plugin-scanner:6876): GStreamer-WARNING **: 10:06:13.980: Failed to load plugin '/home/ajeffrey/github/asajeffrey/servo/support/linux/gstreamer/gst/lib/gstreamer-1.0/libgstopengl.so': libpng12.so.0: cannot open shared object file: No such file or directory
@jdm
Copy link
Member

@jdm jdm commented Jul 22, 2020

We build on Ubuntu 19.10, and therefore depend on packages that are available in that release.

@asajeffrey
Copy link
Member Author

@asajeffrey asajeffrey commented Jul 22, 2020

Hopefully on 20.04 we'll be able to use the system gstreamer.

@asajeffrey
Copy link
Member Author

@asajeffrey asajeffrey commented Jul 23, 2020

The system gstreamer works in Ubuntu 20.04, with the addition of the gstreamer1.0-nice and gstreamer1.0-plugins-bad packages.

@asajeffrey asajeffrey mentioned this issue Jul 23, 2020
4 of 4 tasks complete
bors-servo added a commit that referenced this issue Jul 23, 2020
…earth

Added debian gstreamer packages to README

<!-- Please describe your changes on the following line: -->

Document which gstreamer packages are needed on Ubuntu 20.04LTS.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #27363
- [x] These changes do not require tests because it's edits to the README

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
bors-servo added a commit that referenced this issue Jul 24, 2020
…earth

Added debian gstreamer packages to README

<!-- Please describe your changes on the following line: -->

Document which gstreamer packages are needed on Ubuntu 20.04LTS.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #27363
- [x] These changes do not require tests because it's edits to the README

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.