Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455738

Summary: media-video/emovix: awk dependency
Product: Gentoo Linux Reporter: Christoph Junghans (RETIRED) <junghans>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 418473    

Description Christoph Junghans (RETIRED) gentoo-dev 2013-02-05 20:22:28 UTC
Can you please have a look if virtual/awk is sufficient or if gawk is needed.
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2013-02-12 00:37:34 UTC
awk is used twice outside of the buildsystem:
./mplayer-fonts/centralEU-iso-8859-2/runme :22:SIZE=`awk '/bitmap size:/ {print $NF; exit}' font.desc`+800
./mplayer-fonts/centralEU-cp1250/runme :22:SIZE=`awk '/bitmap size:/ {print $NF; exit}' font.desc`+800

This is posix-conform and hence virtual/awk is fine.
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2013-03-02 22:58:10 UTC
+  02 Mar 2013; Christoph Junghans <ottxor@gentoo.org> emovix-0.9.0.ebuild:
+  switched to virtual/awk (bug #455738)