mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
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:
8
www-client/vimb/metadata.xml
Normal file
8
www-client/vimb/metadata.xml
Normal 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>
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user