mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04: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
2 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= ffmpegthumbnailer
|
PORTNAME= ffmpegthumbnailer
|
||||||
PORTVERSION= 2.0.8
|
PORTVERSION= 2.0.8
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= multimedia graphics
|
CATEGORIES= multimedia graphics
|
||||||
MASTER_SITES= GOOGLE_CODE
|
MASTER_SITES= GOOGLE_CODE
|
||||||
|
|
||||||
|
@ -17,11 +17,12 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
||||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -pthread -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig --enable-gio
|
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig --enable-gio
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= pathfix pkgconfig
|
INSTALL_TARGET= install-strip
|
||||||
|
USES= libtool pathfix pkgconfig
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,9 @@ include/libffmpegthumbnailer/videoframe.h
|
||||||
include/libffmpegthumbnailer/videothumbnailer.h
|
include/libffmpegthumbnailer/videothumbnailer.h
|
||||||
include/libffmpegthumbnailer/videothumbnailerc.h
|
include/libffmpegthumbnailer/videothumbnailerc.h
|
||||||
lib/libffmpegthumbnailer.a
|
lib/libffmpegthumbnailer.a
|
||||||
lib/libffmpegthumbnailer.la
|
|
||||||
lib/libffmpegthumbnailer.so
|
lib/libffmpegthumbnailer.so
|
||||||
lib/libffmpegthumbnailer.so.4
|
lib/libffmpegthumbnailer.so.4
|
||||||
|
lib/libffmpegthumbnailer.so.4.0.8
|
||||||
libdata/pkgconfig/libffmpegthumbnailer.pc
|
libdata/pkgconfig/libffmpegthumbnailer.pc
|
||||||
man/man1/ffmpegthumbnailer.1.gz
|
man/man1/ffmpegthumbnailer.1.gz
|
||||||
%%MATE%%share/thumbnailers/ffmpegthumbnailer.thumbnailer
|
%%MATE%%share/thumbnailers/ffmpegthumbnailer.thumbnailer
|
||||||
|
|
Loading…
Add table
Reference in a new issue