Up to [cvs.netbsd.org] / pkgsrc / multimedia / gstreamer0.10
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Mon May 7 01:53:49 2012 UTC (2 weeks, 4 days ago) by dholland
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) It turns out there were a lot of these.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Mar 3 00:12:10 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 6 12:41:04 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.14 / (download) - annotate - [select for diffs], Mon May 16 01:35:10 2011 UTC (12 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.13: +1 -8
lines
Diff to previous 1.13 (colored)
Remove workaround for PR#44108, no need anymore.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:19 2011 UTC (13 months ago) by obache
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.11.12.1 / (download) - annotate - [select for diffs], Tue Dec 7 12:54:13 2010 UTC (17 months, 2 weeks ago) by tron
Branch: pkgsrc-2010Q3
Changes since 1.11: +8 -1
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Pullup ticket #3297 - requested by obache multimedia/gstreamer0.10: build fix Revisions pulled up: - multimedia/gstreamer0.10/buildlink3.mk 1.12 --- Module Name: pkgsrc Committed By: obache Date: Fri Dec 3 15:19:42 UTC 2010 Modified Files: pkgsrc/multimedia/gstreamer0.10: buildlink3.mk Log Message: set GST_REGISTRY_FORK=no on DragonFly. workaround of gst-inspect hung up as PR#44108.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 3 15:19:42 2010 UTC (17 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.11: +8 -1
lines
Diff to previous 1.11 (colored)
set GST_REGISTRY_FORK=no on DragonFly. workaround of gst-inspect hung up as PR#44108.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 14 22:58:06 2009 UTC (2 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Branch point for: pkgsrc-2010Q3
Changes since 1.10: +1 -4
lines
Diff to previous 1.10 (colored)
Remove @dirrm related logic.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 20 19:25:03 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.9: +6 -13
lines
Diff to previous 1.9 (colored)
Simply and speed up buildlink3.mk files and processing. This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
Revision 1.9 / (download) - annotate - [select for diffs], Thu May 31 08:34:52 2007 UTC (4 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
The pkgbase parameter for pkg-build-options.mk must match the buildlink3
package name. Otherwise, an error like the following occurs:
line 28: warning: "/usr/sbin/pkg_info -K /var/db/pkg -Q PKG_OPTIONS \
gstreamer 2>/dev/null || { cd && ...
Revision 1.8 / (download) - annotate - [select for diffs], Wed May 30 08:54:30 2007 UTC (4 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.7: +3 -6
lines
Diff to previous 1.7 (colored)
Removed some code duplication from the buildlink3 files by using the new pkg-build-options.mk procedure.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 8 21:27:14 2007 UTC (5 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.6: +11 -1
lines
Diff to previous 1.6 (colored)
add a "gstcheck" option which makes that the "check" library is pulled in and an additional library library gets built which can be used for selftests of gstreamer and plugins not enabled per default
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 8 23:11:01 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Change the format of BUILDLINK_ORDER to contain depth information as well, and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:30 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Track information in a new variable BUILDLINK_ORDER that informs us of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 12 10:27:27 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Aligned the last line of the buildlink3.mk files with the first line, so that they look nicer.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:25 2006 UTC (6 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Over 1200 files touched but no revisions bumped :) RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:16 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 18 15:35:48 2006 UTC (6 years, 4 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of gstreamer0.10, version 0.10.1. This is an update of
gstreamer0.8 to the 0.10 series. Changes:
Changes since 0.10.0:
* element factory leak fixes
* tests cleanup
* BaseSrc seeking in other format than BYTES
* collectpad fixes
Bugs fixed since 0.10.0:
* 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
* 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
* 323870 : [tools] gst-feedback needs updating for 0.9/0.10
* 323882 : gst-launch manpage needs updates
* 323905 : use return val of g_list_append
API added since 0.10.0:
* GST_TYPE_STATIC_CAPS
* GST_TYPE_STATIC_PAD_TEMPLATE
* GstNetTimeProvider::active
* gst_base_src_set_format
Changes from the 0.8 series to 0.10 series:
* Refcounting and API revised for thread safety, see rules in
docs/design/part-MT-refcounting.txt
* Scheduling is now done by the elements, they start/stop
processing threads themselves. This removes the need for
a separate scheduler.
* State changes now happen from sink to source. This makes sure
that downstream elements are ready to process data when upstream
starts producing.
* EOS/ERROR/... does not change the state of elements anymore. This
means that when the application sets the state on an element, it
remains in this state.
* GMainLoop integration. Information on the state of the pipeline
is now received in the mainloop via the GstBus.
* Events move separate from the datastream, this allows for both
in and out of sync delivery of events.
* Generic _pull() replaced by _pull_region() so that random access
can be made faster.
* data passing happens from PAUSED, called the preroll phase. In this
state no data is rendered but it is queued in the sinks.
* negotiation simplified. Caps are now attached to buffers and travel
along with the datastream.
* GstBuffer is now subclassable.
* Ghostpads now look and feel like real pads.
* New Seeking/flushing policy.
* Addition of base classes and helper functions in the core to abstract
away the harder parts of plugin development.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 18 15:35:48 2006 UTC (6 years, 4 months ago) by jmmv
Branch: MAIN
Initial revision