Only in libvisual: CVS diff -u libvisual/Makefile libvisual04/Makefile --- libvisual/Makefile Fri Nov 3 02:51:26 2006 +++ libvisual04/Makefile Tue Dec 19 21:33:51 2006 @@ -5,24 +5,24 @@ # $FreeBSD: ports/graphics/libvisual/Makefile,v 1.10 2006/08/14 23:06:36 clsung Exp $ # -# WARNING: when updating this port check if the ports that use libvisual -# can work with it. Backwards compatiblity is known to be broken in the past. - PORTNAME= libvisual PORTVERSION= 0.4.0 CATEGORIES= graphics MASTER_SITES= SF +PKGNAMESUFFIX= 04 MAINTAINER= ports@FreeBSD.org -COMMENT= Abstraction library that sits between apps and visual plugin +COMMENT= Audio visualisation library USE_XLIBS= yes USE_GNOME= gnomehack pkgconfig +USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes +PLIST_SUB= VER=-0.4 .include @@ -31,13 +31,9 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \ - -e 's|-O3|${CFLAGS}|g' \ - -e 's|$$(LIBVISUAL_INCLUDE_DIR)|$$(includedir)|g' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/libvisual/Makefile.in - @${REINPLACE_CMD} -e 's|sys/sched.h||g;s|-$$[({]LIBVISUAL_VERSION_SUFFIX[})]||g' \ - -e 's|-@LIBVISUAL_VERSION_SUFFIX@||g' \ - ${WRKSRC}/configure ${WRKSRC}/Makefile.in ${WRKSRC}/libvisual/Makefile.in - @${REINPLACE_CMD} -e '/^$$(PKG_CONFIG_FILE)/s|.*||' -e '/$$ Common subdirectories: libvisual/files and libvisual04/files diff -u libvisual/pkg-descr libvisual04/pkg-descr --- libvisual/pkg-descr Wed Dec 1 00:52:52 2004 +++ libvisual04/pkg-descr Tue Dec 19 21:34:31 2006 @@ -13,4 +13,4 @@ The framework also allows you to morph to different plugins and mix two at once; all kinds of neat tricks are possible using this method. -WWW: http://libvisual.sourceforge.net +WWW: http://libvisual.sourceforge.net/ diff -u libvisual/pkg-plist libvisual04/pkg-plist --- libvisual/pkg-plist Fri Nov 3 02:54:11 2006 +++ libvisual04/pkg-plist Fri Nov 3 04:34:07 2006 @@ -1,54 +1,55 @@ -include/libvisual/libvisual.h -include/libvisual/lv_actor.h -include/libvisual/lv_audio.h -include/libvisual/lv_bin.h -include/libvisual/lv_bits.h -include/libvisual/lv_bmp.h -include/libvisual/lv_buffer.h -include/libvisual/lv_cache.h -include/libvisual/lv_collection.h -include/libvisual/lv_color.h -include/libvisual/lv_common.h -include/libvisual/lv_config.h -include/libvisual/lv_cpu.h -include/libvisual/lv_defines.h -include/libvisual/lv_error.h -include/libvisual/lv_event.h -include/libvisual/lv_fourier.h -include/libvisual/lv_gl.h -include/libvisual/lv_hashlist.h -include/libvisual/lv_hashmap.h -include/libvisual/lv_input.h -include/libvisual/lv_keysym.h -include/libvisual/lv_libvisual.h -include/libvisual/lv_list.h -include/libvisual/lv_log.h -include/libvisual/lv_math.h -include/libvisual/lv_mem.h -include/libvisual/lv_morph.h -include/libvisual/lv_object.h -include/libvisual/lv_os.h -include/libvisual/lv_palette.h -include/libvisual/lv_param.h -include/libvisual/lv_plugin.h -include/libvisual/lv_random.h -include/libvisual/lv_rectangle.h -include/libvisual/lv_ringbuffer.h -include/libvisual/lv_songinfo.h -include/libvisual/lv_thread.h -include/libvisual/lv_time.h -include/libvisual/lv_transform.h -include/libvisual/lv_types.h -include/libvisual/lv_ui.h -include/libvisual/lv_utils.h -include/libvisual/lv_video.h -include/libvisual/lvconfig.h -lib/libvisual.la -lib/libvisual.so -lib/libvisual.so.0 -libdata/pkgconfig/libvisual.pc -share/locale/es_AR/LC_MESSAGES/libvisual.mo -share/locale/es_ES/LC_MESSAGES/libvisual.mo +include/libvisual%%VER%%/libvisual/libvisual.h +include/libvisual%%VER%%/libvisual/lv_actor.h +include/libvisual%%VER%%/libvisual/lv_audio.h +include/libvisual%%VER%%/libvisual/lv_bin.h +include/libvisual%%VER%%/libvisual/lv_bits.h +include/libvisual%%VER%%/libvisual/lv_bmp.h +include/libvisual%%VER%%/libvisual/lv_buffer.h +include/libvisual%%VER%%/libvisual/lv_cache.h +include/libvisual%%VER%%/libvisual/lv_collection.h +include/libvisual%%VER%%/libvisual/lv_color.h +include/libvisual%%VER%%/libvisual/lv_common.h +include/libvisual%%VER%%/libvisual/lv_config.h +include/libvisual%%VER%%/libvisual/lv_cpu.h +include/libvisual%%VER%%/libvisual/lv_defines.h +include/libvisual%%VER%%/libvisual/lv_error.h +include/libvisual%%VER%%/libvisual/lv_event.h +include/libvisual%%VER%%/libvisual/lv_fourier.h +include/libvisual%%VER%%/libvisual/lv_gl.h +include/libvisual%%VER%%/libvisual/lv_hashlist.h +include/libvisual%%VER%%/libvisual/lv_hashmap.h +include/libvisual%%VER%%/libvisual/lv_input.h +include/libvisual%%VER%%/libvisual/lv_keysym.h +include/libvisual%%VER%%/libvisual/lv_libvisual.h +include/libvisual%%VER%%/libvisual/lv_list.h +include/libvisual%%VER%%/libvisual/lv_log.h +include/libvisual%%VER%%/libvisual/lv_math.h +include/libvisual%%VER%%/libvisual/lv_mem.h +include/libvisual%%VER%%/libvisual/lv_morph.h +include/libvisual%%VER%%/libvisual/lv_object.h +include/libvisual%%VER%%/libvisual/lv_os.h +include/libvisual%%VER%%/libvisual/lv_palette.h +include/libvisual%%VER%%/libvisual/lv_param.h +include/libvisual%%VER%%/libvisual/lv_plugin.h +include/libvisual%%VER%%/libvisual/lv_random.h +include/libvisual%%VER%%/libvisual/lv_rectangle.h +include/libvisual%%VER%%/libvisual/lv_ringbuffer.h +include/libvisual%%VER%%/libvisual/lv_songinfo.h +include/libvisual%%VER%%/libvisual/lv_thread.h +include/libvisual%%VER%%/libvisual/lv_time.h +include/libvisual%%VER%%/libvisual/lv_transform.h +include/libvisual%%VER%%/libvisual/lv_types.h +include/libvisual%%VER%%/libvisual/lv_ui.h +include/libvisual%%VER%%/libvisual/lv_utils.h +include/libvisual%%VER%%/libvisual/lv_video.h +include/libvisual%%VER%%/libvisual/lvconfig.h +lib/libvisual%%VER%%.la +lib/libvisual%%VER%%.so +lib/libvisual%%VER%%.so.0 +libdata/pkgconfig/libvisual%%VER%%.pc +share/locale/es_AR/LC_MESSAGES/libvisual%%VER%%.mo +share/locale/es_ES/LC_MESSAGES/libvisual%%VER%%.mo @dirrmtry share/locale/es_AR/LC_MESSAGES @dirrmtry share/locale/es_AR -@dirrm include/libvisual +@dirrm include/libvisual%%VER%%/libvisual +@dirrm include/libvisual%%VER%%