Modified: users/devans/dports/gnome/tracker/Portfile (118186 => 118187)
--- users/devans/dports/gnome/tracker/Portfile 2014-03-25 01:46:16 UTC (rev 118186)
+++ users/devans/dports/gnome/tracker/Portfile 2014-03-25 04:19:30 UTC (rev 118187)
@@ -29,7 +29,6 @@
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:gobject-introspection \
- port:libpng \
port:sqlite3 \
port:ossp-uuid \
port:libgee \
@@ -113,12 +112,6 @@
--enable-icon \
--enable-playlist
-variant evolution description {} {
-}
-
-variant nautilus description {} {
-}
-
variant enca description {Enable libenca for Cyrillic language detection in MP3s} {
configure.args-delete --without-enca
configure.args-append --with-enca
@@ -144,6 +137,8 @@
depends_lib-append port:ffmpeg
}
-default_variants +gstreamer
+if {![variant_isset libav]} {
+ default_variants +gstreamer
+}
livecheck.type gnome