Magellan Linux

Diff of /trunk/extras/xf86-video-v4l/xf86-video-v4l-0.2.0-r19.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26124 by niro, Tue Jun 16 07:32:59 2015 UTC revision 26125 by niro, Tue Jun 16 07:37:46 2015 UTC
# Line 13  DEPEND="== virtual/X-ABI-VIDEODRV-19" Line 13  DEPEND="== virtual/X-ABI-VIDEODRV-19"
13    
14  sminclude xorg  sminclude xorg
15    
16  SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-xorg117.patch )  SRC_URI+=(
17     mirror://${PNAME}/${PNAME}-${PVER}-support-v4l2-only-drivers.patch
18     mirror://${PNAME}/${PNAME}-${PVER}-xorg117.patch
19    )
20    
21  src_prepare()  src_prepare()
22  {  {
23   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
24   cd ${SRCDIR}   cd ${SRCDIR}
25    
26     # fedoras v4l2 only patch
27     mpatch ${PNAME}-${PVER}-support-v4l2-only-drivers.patch || die
28    
29   # fix build against xorg-server-1.17   # fix build against xorg-server-1.17
30   mpatch ${PNAME}-${PVER}-xorg117.patch || die   mpatch ${PNAME}-${PVER}-xorg117.patch || die
31  }  }

Legend:
Removed from v.26124  
changed lines
  Added in v.26125