Skip to content

Commit

Permalink
media-video/mpv
Browse files Browse the repository at this point in the history
  • Loading branch information
perfect7gentleman committed Sep 14, 2016
1 parent 07de4f1 commit 82c48eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions media-video/mpv/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DIST waf-1.9.3 99154 SHA256 5a189d5058dbac302a3ffccde4b8eb1b3eafaf3b8dad777bfe7c811549156a22 SHA512 432ce6400875c8bad4315f642bae58b742b06a7d0d9f4d06679475aedb403fc1e048fd8a860dd7138387f7c9c07fb32a8a6938ffbf08947cd825017ef75773a9 WHIRLPOOL 88a75577614299cd6f984a78e5d7d6b4c351f105127dd99b27dd6097b7d859ecb4248802749bbba936850c6e3e6f59f1067ab34a151ddaa3b430d30be3f3fdf8
EBUILD mpv-9999.ebuild 9167 SHA256 1a5b5f252ee38b42db721ae63c7d234a2daff2a08969f952a7cd757a4f170ac3 SHA512 203192eda29f4ddc68dd7d98750ee23287ff519b5f23dee27b4c15de2b6a0b4d7ba256bc79b98e64e2f54abd2fbd57d57c7d2f6d30e2972b5cbaf3f04fecb522 WHIRLPOOL 23ba2330691208b47470a6f9bf155e8a6db074f8dc252effc533942bad400b1efdabe29efb713d2132d6914c456df9cde88d024cb68c8ed7a981611adfdb3bb2
DIST waf-1.9.4 99648 SHA256 5fa36b9d5f3e63883cd3b1c463d12176424336aa2658613252321948ba90c3fc SHA512 28a101bced0d51c8bb5195903e26d2eb820e7cb426ff2a52568a820d921d0b4f387c1a7955070e9237b87c4b20d132a10b25a787e73147741ef424c876b96cf6 WHIRLPOOL 6444bdb5e4405ea0bc9891279c35fda18d672e1c65bf12575e1ebdeb15e0a087f07ba0d5f36ae24347771f3d8adbe39da8a6b987b379a82d37b7823b5878edae
EBUILD mpv-9999.ebuild 9167 SHA256 00488f3948eb96d5bcf6bf8cecb86f36e3e896e119c9164ee5b5959a9bb22d1e SHA512 7aeae77e3cfeb75f339ca6dc29eeb0e36c0043f921d4593ec5f01c594176496bfd79da9ff00c8f331deba7cdef490a45346759b9dde3a1b4e4fa48741ef639d3 WHIRLPOOL e1c22d15dfbff708a5f1c093fc5529a0be040a3eef6258dfe4bdbb101257caff7ab7c92252e03ca20f895c55f1ab08ac035b4a404b9583d6078a7512a998d5a6
MISC metadata.xml 2551 SHA256 f41b3493976929384be0d2c7096fa1daf7eb43f58ba897ed34c1a494569fc8ba SHA512 fa5d6bfe643dd5ca963caf286549c5e3994675fc539504f0f74d4ffecce637a8d90908187b58c80b86c1d6831c7f98b31d2fb8994992a5dae6ea95caa4997ce3 WHIRLPOOL f992ffc73141507fc123cde14fd0753d011b7e2d3ede91ab7e813f00ad59ccefec6bce4b22aa9ad84f6721b6ff6553e0032bf587188b6efdc9cdcb50c478201e
4 changes: 2 additions & 2 deletions media-video/mpv/mpv-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EAPI=6
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
PYTHON_REQ_USE='threads(+)'

WAF_PV='1.9.3'
WAF_PV='1.9.4'

inherit fdo-mime gnome2-utils pax-utils python-any-r1 toolchain-funcs versionator waf-utils

Expand Down Expand Up @@ -135,7 +135,7 @@ pkg_pretend() {
src_prepare() {
cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die
chmod +x "${S}"/waf || die
sed -i 's/1.8.12/1.9.3/g' bootstrap.py || die
sed -i 's/1.8.12/1.9.4/g' bootstrap.py || die
sed -i '/Wdisabled-optimization/d' waftools/detections/compiler.py || die
default src_prepare
}
Expand Down

0 comments on commit 82c48eb

Please sign in to comment.