mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove -pthread from LDFLAGS because the library doesn't use threading
This commit is contained in:
parent
1795fd2739
commit
366ea1e72b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362157
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ffmpegthumbnailer
|
||||
PORTVERSION= 2.0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia graphics
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
@ -17,11 +17,12 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -pthread -L${LOCALBASE}/lib
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig --enable-gio
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix pkgconfig
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -8,9 +8,9 @@ include/libffmpegthumbnailer/videoframe.h
|
||||
include/libffmpegthumbnailer/videothumbnailer.h
|
||||
include/libffmpegthumbnailer/videothumbnailerc.h
|
||||
lib/libffmpegthumbnailer.a
|
||||
lib/libffmpegthumbnailer.la
|
||||
lib/libffmpegthumbnailer.so
|
||||
lib/libffmpegthumbnailer.so.4
|
||||
lib/libffmpegthumbnailer.so.4.0.8
|
||||
libdata/pkgconfig/libffmpegthumbnailer.pc
|
||||
man/man1/ffmpegthumbnailer.1.gz
|
||||
%%MATE%%share/thumbnailers/ffmpegthumbnailer.thumbnailer
|
||||
|
Loading…
Reference in New Issue
Block a user