mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
fd8a932d11
- Fix the installation of error like this below by add graphics/netpbm in the BUILD_DEPENDS. pnmtopng: not found pngtopnm: not found pnmscale: not found [...repeat...] - Fix the ability of disable/enable xine, so you don't have to depend on xine when the xine thumbnail plugin is disable (aka WITHOUT_XINE). - Fix all of plugins/thumbnails build by add @LDFLAGS@ in each of Makefile.in's LDFLAGS. That also make xine, music stuff and etc actually work to create the thumbnails or/and do something. - A few other fixes that make it builds better. - Do not extract the CVS, now our filesystem and plist look prettier. - Add new knobs: WITH_DEBUG WITH_ECORE_MAINLOOP WITHOUT_EXTRACTOR WITHOUT_ID3 WITHOUT_VORBIS WITHOUT_XINE Didn't add knobs for dbus, gnomevfs, avi and etc because they either doesn't build or cause it crashes. As for KDE stuff like dcop and kio, I am lacking to test them so someone will have to check and test it. - Fix the plist. - Bump the PORTREVISION. Reported by: tmclaugh (can't build with plugins/thumbnails) Approved by: Anders Troback <freebsd@troback.com> (maintainer)
15 lines
540 B
Plaintext
15 lines
540 B
Plaintext
--- src/thumbnailer/Makefile.in.orig Thu Oct 6 00:05:24 2005
|
|
+++ src/thumbnailer/Makefile.in Thu Oct 6 00:06:55 2005
|
|
@@ -295,8 +295,10 @@
|
|
@BUILD_THUMBNAILER_MPEG3_TRUE@MPEG3_DIR = mpeg3
|
|
@BUILD_THUMBNAILER_AVIFILE_TRUE@AVIFILE_DIR = avifile
|
|
@BUILD_THUMBNAILER_ID3_TRUE@ID3_DIR = id3
|
|
+@BUILD_THUMBNAILER_XINE_TRUE@XINE_DIR = xine
|
|
|
|
-SUBDIRS = epeg imlib_loaders ttf $(AVIFILE_DIR) $(ID3_DIR) $(MPEG3_DIR) xine
|
|
+SUBDIRS = epeg imlib_loaders ttf $(AVIFILE_DIR) $(ID3_DIR) $(MPEG3_DIR) \
|
|
+ $(XINE_DIR)
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 foreign
|
|
|