Advertisement
gusibsd

Untitled

Oct 14th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Index: graphics/gnome-video-effects/Makefile
  2. ===================================================================
  3. --- graphics/gnome-video-effects/Makefile (revision 18794)
  4. +++ graphics/gnome-video-effects/Makefile (working copy)
  5. @@ -1,19 +1,18 @@
  6. # Created by: Koop Mast <kwm@FreeBSD.org>
  7. # $FreeBSD$
  8. -# $MCom: ports/trunk/graphics/gnome-video-effects/Makefile 18393 2013-04-26 21:23:07Z kwm $
  9. +# $MCom$
  10.  
  11. PORTNAME= gnome-video-effects
  12. -PORTVERSION= 0.3.0
  13. +PORTVERSION= 0.4.0
  14. CATEGORIES= graphics
  15. MASTER_SITES= GNOME
  16.  
  17. MAINTAINER= kwm@FreeBSD.org
  18. COMMENT= Collection of Gstreamer effects
  19.  
  20. -NO_STAGE= yes
  21. -USE_BZIP2= yes
  22. +USES= gettext gmake pathfix
  23. +USE_XZ= yes
  24. USE_GNOME= intlhack
  25. -USES= gettext gmake pathfix
  26. GNU_CONFIGURE= yes
  27.  
  28. .include <bsd.port.mk>
  29. Index: graphics/gnome-video-effects/distinfo
  30. ===================================================================
  31. --- graphics/gnome-video-effects/distinfo (revision 18794)
  32. +++ graphics/gnome-video-effects/distinfo (working copy)
  33. @@ -1,2 +1,2 @@
  34. -SHA256 (gnome-video-effects-0.3.0.tar.bz2) = c637f81f5da65846247c6f28d139a7ac0ef294c737cd0da5288b4d2e36b08e7d
  35. -SIZE (gnome-video-effects-0.3.0.tar.bz2) = 179150
  36. +SHA256 (gnome-video-effects-0.4.0.tar.xz) = 8f7f674b23abab88fac1c10db8eda0cfc7bff1c39413f2959203b9755575bde7
  37. +SIZE (gnome-video-effects-0.4.0.tar.xz) = 142740
  38. Index: graphics/gnome-video-effects/pkg-plist
  39. ===================================================================
  40. --- graphics/gnome-video-effects/pkg-plist (revision 18794)
  41. +++ graphics/gnome-video-effects/pkg-plist (working copy)
  42. @@ -6,6 +6,7 @@
  43. share/gnome-video-effects/dicetv.effect
  44. share/gnome-video-effects/distortion.effect
  45. share/gnome-video-effects/edgetv.effect
  46. +share/gnome-video-effects/flip.effect
  47. share/gnome-video-effects/heat.effect
  48. share/gnome-video-effects/historical.effect
  49. share/gnome-video-effects/hulk.effect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement