www-client/vimb: post-install message for media decoding

also added missing metadata.xml

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
This commit is contained in:
Efe İzbudak
2022-09-08 07:40:41 -04:00
parent bea67c604a
commit 6d132382fb
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>efe.izbudak@metu.edu.tr</email>
<name>Efe İzbudak</name>
</maintainer>
</pkgmetadata>

View File

@@ -37,3 +37,8 @@ src_install() {
emake V=1 PREFIX="/usr" DESTDIR="${D}" install
save_config src/config.def.h
}
pkg_postinst() {
elog "For media decoding to work properly, you need to install:"
elog "media-plugins/gst-plugins-libav"
elog "media-libs/gst-plugins-good"
}