Magellan Linux

Diff of /trunk/extras/sane-backends/sane-backends-1.0.28-r1.smage2

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

revision 33066 by niro, Thu Oct 17 14:01:18 2019 UTC revision 33067 by niro, Thu Oct 17 15:05:38 2019 UTC
# Line 18  DEPEND=">= virtual/libjpeg Line 18  DEPEND=">= virtual/libjpeg
18   >= media-libs/libgphoto2-2.5   >= media-libs/libgphoto2-2.5
19   >= sys-libs/libsystemd-242"   >= sys-libs/libsystemd-242"
20    
21  SRCFILE="${PNAME/sane-/}-${PVER}.tar.gz"  # git src not working, configure cannot created just by autoreconf
22  SRCDIR="${BUILDDIR}/${PNAME/sane-/}-${PVER}"  #SRCFILE="${PNAME/sane-/}-${PVER}.tar.gz"
23    #SRCDIR="${BUILDDIR}/${PNAME/sane-/}-${PVER}"
24    SRCFILE="${PNAME}-${PVER}.tar.gz"
25    SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26    
27  sminclude mtools multilib mbuild udev  sminclude mtools multilib mbuild udev
28  msetfeature "!check" # fixme: sanei_config_test failes atm, because of a relative path  msetfeature "!check" # fixme: sanei_config_test failes atm, because of a relative path
29    
30    # git src not working, configure cannot created just by autoreconf
31    #https://gitlab.com/sane-project/${PNAME/sane-/}/-/archive/${PVER}/${SRCFILE}
32    UPLOAD_ID="9e718daff347826f4cfe21126c8d5091"
33  SRC_URI=(  SRC_URI=(
34   https://gitlab.com/sane-project/${PNAME/sane-/}/-/archive/${PVER}/${SRCFILE}   https://gitlab.com/sane-project/${PNAME/sane-/}/uploads/${UPLOAD_ID}/${SRCFILE}
35   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
36  )  )
37    

Legend:
Removed from v.33066  
changed lines
  Added in v.33067