<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/audio/streamtuner, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-10-25T09:05:27Z</updated>
<entry>
<title>Update audio/streamtuner to 0.99.</title>
<updated>2004-10-25T09:05:27Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2004-10-25T09:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=276541e6a342226002ccb658153d50ad4c6ba7c0'/>
<id>urn:sha1:276541e6a342226002ccb658153d50ad4c6ba7c0</id>
<content type='text'>
0.99                                    23 October 2004

        * The plugins have been included in the core distribution
        * The plugins can now be disabled from the preferences
        * The paned position and column widths were not saved anymore:
          fixed
        * The Local plugin now depends on TagLib (instead of libid3tag
          and libvorbis)
        * The Xiph plugin has been fixed, it now lists all the streams
          (but depends on libxml2)
        * STREAMTUNER_LOCAL_ROOT has been deprecated: the music folder
          can now be set from the preferences
        * The session is now always saved upon exit
        * Tab labels now have their own popup menu, containing
          tab-specific actions
        * The german translations have been updated (submitted by
          Martin Stromberger)
        * Minor fixes and cleanups
</content>
</entry>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Drop maintainership; I don't have the enough free time to maintain</title>
<updated>2004-05-07T01:14:46Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2004-05-07T01:14:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c2b49ba19c5c2978d0a18385dfdf1409aa9ce0cc'/>
<id>urn:sha1:c2b49ba19c5c2978d0a18385dfdf1409aa9ce0cc</id>
<content type='text'>
all these packages.
</content>
</entry>
<entry>
<title>Make use of the new USE_DIRS variable, instead of directly depending on the</title>
<updated>2004-04-14T16:15:20Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-04-14T16:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ff816c1c20fc8b173c1acb7c120607e6bc348db9'/>
<id>urn:sha1:ff816c1c20fc8b173c1acb7c120607e6bc348db9</id>
<content type='text'>
*-dirs packages.
</content>
</entry>
<entry>
<title>Update to 0.12.1 and bl3ify.</title>
<updated>2004-03-30T22:21:31Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2004-03-30T22:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a00d33290a0d74544137639a74b34b8c5c871f74'/>
<id>urn:sha1:a00d33290a0d74544137639a74b34b8c5c871f74</id>
<content type='text'>
0.12.1                                  30 March 2004

        * Fixed bookmarks loading

0.12.0                                  30 March 2004

        * The bookmarks are now global
        * A preselections handler has been implemented
        * The properties dialog can now edit a stream
        * Some streams can now be deleted
        * HTTP transfers are now compressed if possible (suggested by
          Marcus Rückert)
        * HTTP transfers now follow redirections
        * Socks 5 proxy support has been added
        * The documentation is now in DocBook format
        * A splash screen has been implemented
        * Some icons have been changed
        * Tabs can now be reordered
        * GTK+ interactive search has been fixed
        * Several UI improvements have been performed
        * The API has been enriched
        * The overall performance has been greatly improved
        * Major code cleanups have been performed
        * Several bugs and memory leaks have been fixed
        * streamtuner-theme-convert has been removed
        * Now requires GTK+ version 2.2.2 or superior
        * Now requires libcurl version 7.10.5 or superior

0.11.1                                  07 February 2004

        * Fixed a deadlock on Linux and other platforms having
          non-recursive mutexes (reported by Marcus Rückert)
        * Fixed a crlf parsing bug in transfer code
        * A minor bug in tab switching has been fixed

0.11.0                                  31 January 2004

        * Reimplemented bookmarks support (unseen since 0.7.3)
        * Multiple stream selection is now possible (a new event has
          been added, ST_HANDLER_EVENT_STREAM_TUNE_IN_MULTIPLE)
        * Categories are now displayed when they are selected
        * Removed the "Stop tune in" feature and the task dialogs
        * The stop button now is now global
        * Removed the category menu and moved its items to the view
          menu
        * The transfer API has been improved:
                - retrieval of HTTP headers
                - UNIX, DOS and Mac newline support
                - cleaner API
        * Introduced the st_action API, obsoleting st_programs
        * Implemented a minimal m3u and pls API
        * Added st_handler_set_description() and
          st_handler_set_home(): a clickable label pointing to the
          currently selected handler's home is now displayed in the
          toolbar
        * GTK_STOCK_REFRESH and GTK_STOCK_STOP now replaces
          ST_STOCK_RELOAD and ST_STOCK_STOP
        * Categories now have a descriptive icon
        * Tab icons can now be hidden
        * Added an "Always refresh categories" option
        * The SHOUTcast plugin can now parse the charset information
          of the Content-Type HTTP header
        * A SHOUTcast playlist writing bug has been fixed
        * Multi-threading is now mandatory
</content>
</entry>
<entry>
<title>PKGREVISION bump after openssl-security-fix-update to 0.9.6m.</title>
<updated>2004-03-26T02:27:34Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-03-26T02:27:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f1c1f779e018f5392a5ca82138751c50dddcfb51'/>
<id>urn:sha1:f1c1f779e018f5392a5ca82138751c50dddcfb51</id>
<content type='text'>
Buildlink files: RECOMMENDED version changed to current version.
</content>
</entry>
<entry>
<title>Handle some shared directories by depending on (or updating dependancies to</title>
<updated>2004-03-08T19:40:36Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-03-08T19:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86c13741d5aac3e7554ae1450f434384bccf09e2'/>
<id>urn:sha1:86c13741d5aac3e7554ae1450f434384bccf09e2</id>
<content type='text'>
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
</content>
</entry>
<entry>
<title>PKGCONFIG_OVERRIDE is relative to WRKSRC.</title>
<updated>2004-02-14T18:26:26Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-02-14T18:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=79245d24cfa5e3e5c3dbfe27fcffba3dcf870858'/>
<id>urn:sha1:79245d24cfa5e3e5c3dbfe27fcffba3dcf870858</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs</title>
<updated>2004-02-14T17:21:32Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-02-14T17:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c46da24c142eef5eab634a945d7e1d201115cb8b'/>
<id>urn:sha1:c46da24c142eef5eab634a945d7e1d201115cb8b</id>
<content type='text'>
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
</content>
</entry>
</feed>
