summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-02-05 10:41:13 +0300
committerMichael Palimaka <kensington@gentoo.org>2017-02-11 22:24:29 +1100
commite770290a48c3590d7da7596f35daf758e101d227 (patch)
treedf2dc99a76c90f58752d5218870e46a452cb7b62 /media-video/mpv
parentmedia-libs/libsfml: Removed old. (diff)
downloadgentoo-e770290a48c3590d7da7596f35daf758e101d227.tar.gz
gentoo-e770290a48c3590d7da7596f35daf758e101d227.tar.bz2
gentoo-e770290a48c3590d7da7596f35daf758e101d227.zip
app-i18n/uchardet: rename from dev-libs/uchardet
Rationale: - provided functionality better fits app-i18n/ category; - uchardet is similar to existing app-i18n/enca and app-i18n/libguess; - uchardet also provides CLI tool, not only a library. Checklist: 1. `git mv dev-libs/uchardet app-i18n/uchardet` ✓ 2. Add entry to profile/updates/1Q-2017 ✓ 3. Update reverse dependencies ✓ 4. Update entries in profiles/ ✓ 5. Update eclasses that reference the package (there's none) ✓ 6. Update metadata.xml entries that reference the package ✓ 7. Update news items that reference the package (there's none) ✓ Gentoo-Bug: https://bugs.gentoo.org/593176
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/metadata.xml2
-rw-r--r--media-video/mpv/mpv-0.18.0-r1.ebuild2
-rw-r--r--media-video/mpv/mpv-0.22.0-r1.ebuild2
-rw-r--r--media-video/mpv/mpv-0.23.0-r1.ebuild2
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
5 files changed, 5 insertions, 5 deletions
diff --git a/media-video/mpv/metadata.xml b/media-video/mpv/metadata.xml
index 591e8768f302..11f5d3a74519 100644
--- a/media-video/mpv/metadata.xml
+++ b/media-video/mpv/metadata.xml
@@ -34,7 +34,7 @@
<flag name="sdl">Enable <pkg>media-libs/libsdl2</pkg> based video and audio outputs
(Note: these outputs exist for compatibility reasons only, avoid if possible)</flag>
<flag name="tools">Install extra tools: mpv_identify.sh, mpv_idet.sh, and umpv</flag>
- <flag name="uchardet">Enable subtitles charset discovery via <pkg>dev-libs/uchardet</pkg></flag>
+ <flag name="uchardet">Enable subtitles charset discovery via <pkg>app-i18n/uchardet</pkg></flag>
<flag name="vf-dlopen">Install additional video filters to be used with -vf dlopen</flag>
</use>
<upstream>
diff --git a/media-video/mpv/mpv-0.18.0-r1.ebuild b/media-video/mpv/mpv-0.18.0-r1.ebuild
index d71405b22d83..eccabdf8beb4 100644
--- a/media-video/mpv/mpv-0.18.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.18.0-r1.ebuild
@@ -74,7 +74,7 @@ COMMON_DEPEND="
virtual/libiconv
enca? ( app-i18n/enca )
libguess? ( >=app-i18n/libguess-1.0 )
- uchardet? ( dev-libs/uchardet )
+ uchardet? ( app-i18n/uchardet )
)
jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )
diff --git a/media-video/mpv/mpv-0.22.0-r1.ebuild b/media-video/mpv/mpv-0.22.0-r1.ebuild
index 1f4cfd693f1d..39d33d75e334 100644
--- a/media-video/mpv/mpv-0.22.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.22.0-r1.ebuild
@@ -75,7 +75,7 @@ COMMON_DEPEND="
virtual/libiconv
enca? ( app-i18n/enca )
libguess? ( >=app-i18n/libguess-1.0 )
- uchardet? ( dev-libs/uchardet )
+ uchardet? ( app-i18n/uchardet )
)
jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )
diff --git a/media-video/mpv/mpv-0.23.0-r1.ebuild b/media-video/mpv/mpv-0.23.0-r1.ebuild
index bc02e0b945ca..d17ef264db8c 100644
--- a/media-video/mpv/mpv-0.23.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.23.0-r1.ebuild
@@ -74,7 +74,7 @@ COMMON_DEPEND="
egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] )
iconv? (
virtual/libiconv
- uchardet? ( dev-libs/uchardet )
+ uchardet? ( app-i18n/uchardet )
)
jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 71a627a6f6c9..cd3539d20ada 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -74,7 +74,7 @@ COMMON_DEPEND="
egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] )
iconv? (
virtual/libiconv
- uchardet? ( dev-libs/uchardet )
+ uchardet? ( app-i18n/uchardet )
)
jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )