comparison multimedia/ffmpeg/ffmpeg.sh @ 766:e91fbcb3d1ef

vanilla: consolidate FHS
author David Demelier <markand@malikania.fr>
date Fri, 09 Aug 2019 20:10:00 +0200
parents 2f3982164f57
children 1c0d1dafdec5
comparison
equal deleted inserted replaced
765:859f76ffb512 766:e91fbcb3d1ef
307 CXX="$CXX" \ 307 CXX="$CXX" \
308 CXXFLAGS="$CXXFLAGS" \ 308 CXXFLAGS="$CXXFLAGS" \
309 LDFLAGS="$LDFLAGS" \ 309 LDFLAGS="$LDFLAGS" \
310 LIBS="$LIBS" \ 310 LIBS="$LIBS" \
311 ./configure \ 311 ./configure \
312 --prefix=/. \ 312 --prefix= \
313 --enable-shared \ 313 --enable-shared \
314 $with_alsa \ 314 $with_alsa \
315 $with_bluray \ 315 $with_bluray \
316 $with_bzip2 \ 316 $with_bzip2 \
317 $with_crypto \ 317 $with_crypto \
336 $with_x \ 336 $with_x \
337 $with_xml \ 337 $with_xml \
338 $with_zlib 338 $with_zlib
339 make 339 make
340 make install DESTDIR=$DESTDIR 340 make install DESTDIR=$DESTDIR
341 sed -i -e "s|prefix=/|prefix=|" $DESTDIR/lib/pkgconfig/*.pc
341 342
342 cd .. 343 cd ..
343 rm -rf $PKGNAME-$PKGVERSION 344 rm -rf $PKGNAME-$PKGVERSION
344 } 345 }