aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gpodder/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etcCharlie Li2025-06-191-122/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | EXT_SUFFIX, according to PEP 3149, refers to the full tag and extension for compiled extension module objects, eg .cpython-311.so, .cpython-313t.so, etc. We do not use the correct semantic meaning, and this usage becomes ambiguous and confusing when tags do not match between bytecode and compiled extension module objects. Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's specification of a magic tag, which consists of implementation name and shorthand version only. This is meant for bytecode and other files containing this tag in their filename that do not depend on a specific Python ABI for the same version. Chase all existing consumers. Introduce PYTHON_SOABI to align with PEP 3149's specification of a tag, which consists of implementation name, shorthand version and any ABI flags present (this and PYTHON_TAG are identical without ABI flags). This is meant for compiled extension module objects and other files that depend on a specific Python ABI for the same version. Add documentation for these variables that our PYTHON_EXT_SUFFIX never had. PR: 274671 Event: Kitchener-Waterloo Hackathon 202506
* multimedia/gpodder: update to 3.11.5Ruslan Makhmatkhanov2025-01-271-4/+7
| | | | | Release notes: https://github.com/gpodder/gpodder/releases/tag/3.11.5
* multimedia/gpodder: Move man pages to share/manNuno Teixeira2024-03-171-3/+3
| | | | Approved by: portmgr (blanket)
* multimedia/gpodder: update to 3.11Ruslan Makhmatkhanov2022-09-291-150/+141
|
* multimedia/gpodder: Fix build with setuptools 58.0.0+Po-Chuan Hsieh2022-06-031-1/+4
| | | | | | - Bump PORTREVISION for package change With hat: python
* multimedia/gpodder: Fix pkg-plist issues with non-default Python versionsKai Knoblich2021-03-021-2/+2
| | | | | | | | | PR: 253815 Approved by: portmgr (build fix) MFH: 2021Q1 Notes: svn path=/head/; revision=566953
* multimedia/gpodder: update to 3.10.17Ruslan Makhmatkhanov2020-11-261-0/+3
| | | | Notes: svn path=/head/; revision=556324
* multimedia/gpodder: update to 3.10.15Ruslan Makhmatkhanov2020-04-241-0/+1
| | | | Notes: svn path=/head/; revision=532901
* multimedia/gpodder: update to 3.10.11Ruslan Makhmatkhanov2019-11-031-3/+4
| | | | | | | | Changelog: https://github.com/gpodder/gpodder/releases/tag/3.10.11 Notes: svn path=/head/; revision=516405
* multimedia/gpodder: update to 3.10.8Ruslan Makhmatkhanov2019-04-261-203/+221
| | | | | | | | | | | | | - update to latest 3.10.8 version and switch to github - follow upstream development and switch the port to py3/gtk3 - adjust options and dependencies accordingly - comment off eyed3 dependency, because version in ports in not py3-compatible - remove patch, merged upstream; update homepage URL - change DATADIR in plist with relative patch, because gpodder doesn't support changing it's files location Notes: svn path=/head/; revision=500174
* multimedia/gpodder: update to 3.9.0Ruslan Makhmatkhanov2016-02-131-22/+2
| | | | | | | | | | | - update to 3.9.0 - modernize port (options helpers, NO_ARCH etc) Release notes: http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html Notes: svn path=/head/; revision=408817
* multimedia/gpodder: update to 3.8.3Ruslan Makhmatkhanov2015-02-231-4/+19
| | | | Notes: svn path=/head/; revision=379669
* multimedia/gpodder: update to 3.8.1Ruslan Makhmatkhanov2014-10-081-151/+109
| | | | Notes: svn path=/head/; revision=370434
* - update to 3.5.2Ruslan Makhmatkhanov2013-12-251-0/+2
| | | | | | | | | | | - use option helpers - support staging changelog: http://blog.gpodder.org/2013/09/gpodder-352-prime-mover-released.html Notes: svn path=/head/; revision=337400
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* - update to 3.5.1Ruslan Makhmatkhanov2013-04-181-3/+63
| | | | | | | | | | changelog: http://blog.gpodder.org/2013/04/gpodder-351-nick-of-time-released.html Feature safe: yes Notes: svn path=/head/; revision=316069
* - update to 3.5.0Ruslan Makhmatkhanov2013-03-081-1/+12
| | | | | | | | | | - remove unneeded patch changelog: http://blog.gpodder.org/2013/03/gpodder-350-after-hours-released.html Notes: svn path=/head/; revision=313659
* - update to 3.4.0Ruslan Makhmatkhanov2012-12-311-7/+10
| | | | | | | | changelog: http://blog.gpodder.org/2012/12/gpodder-340-quiet-earth-released.html Notes: svn path=/head/; revision=309713
* - update to 3.3.0Ruslan Makhmatkhanov2012-09-281-12/+46
| | | | | | | | changelog: http://blog.gpodder.org/2012/09/gpodder-330-intermission-released.html Notes: svn path=/head/; revision=305011
* - update to 3.1.2Ruslan Makhmatkhanov2012-05-301-3/+5
| | | | | | | | | | | - remove no more needed files/patch-setup.py - convert to optionsng changelog: http://blog.gpodder.org/2012/05/gpodder-312-capture-moon-released.html Notes: svn path=/head/; revision=297814
* - update to 3.1.1 (current upstream branch)Ruslan Makhmatkhanov2012-05-011-172/+143
| | | | | | | | | | | | | | | | | | | | - remove mygpoclient parts, because it's now a separate port - drop COVERART and IPOD options - they are not yet ported to 3.1.0 - MP3TAG options has changed with MUTAGEN (user also need to enable corresponding extension to make it work) - drop SHOWNOTES option - it's now require python-webkit package, that we lack in the ports tree - make py-notify dependency optional (default off) - make GTK GUI optional (default on), there is also working CLI with web-server - add patch-setup.py - ugly hack to stop installing man-page with setup.py, they are now installed manually into correct location Differences in 2.x/3.x are listed here: http://blog.gpodder.org/2011/11/gpodder-300-397d-released.html Notes: svn path=/head/; revision=295802
* - update to 2.20Ruslan Makhmatkhanov2011-11-201-0/+3
| | | | | | | | | | | | | - update mirrors list - strict python version to 2.6-2.7 - update mygpoclient to 1.6 - drop dependency on py-simplejson Approved by: miwi (co-mentor) Feature safe: yes Notes: svn path=/head/; revision=286113
* - Update to 2.19Dennis Herrmann2011-09-251-0/+2
| | | | | | | | PR: ports/160983 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Notes: svn path=/head/; revision=282357
* - Update to 2.15Martin Wilke2011-07-021-7/+5
| | | | | | | | PR: 158405 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Notes: svn path=/head/; revision=276849
* - Update to 2.13Martin Wilke2011-02-271-0/+7
| | | | | | | | PR: 155052 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=269901
* Update to version 2.10Beech Rintoul2010-12-031-2/+0
| | | | | | | | | | | | This is mostly a bugfix/code-cleanup release. Some minor improvements to the UI. PR: ports/152756 Submitted by: Charlie Kester (corky1951@comcast.net) (maintainer) Approved by: itetcu (mentor) (implicit) Notes: svn path=/head/; revision=265614
* Add locale directory 'kk' to plist, at least for now, to clean up properly onStefan Walter2010-11-131-0/+2
| | | | | | | deinstall. Notes: svn path=/head/; revision=264487
* - Adjust MASTER_SITES to make it fetch.Stefan Walter2010-11-091-0/+1
| | | | | | | | - Replace a space by a tab. - Fix plist. Notes: svn path=/head/; revision=264302
* Update mygpoclient to version 1.5Stefan Walter2010-11-061-3/+0
| | | | | | | | PR: 151443 Submitted by: maintainer Notes: svn path=/head/; revision=264165
* - Update to 2.9Philip M. Gollucci2010-10-121-15/+9
| | | | | | | | PR: ports/151376 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=262871
* - Update to 2.7Pav Lucistnik2010-08-071-3/+4
| | | | | | | | PR: ports/149375 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=258885
* - Update to 2.5Beat Gaetzi2010-04-211-0/+2
| | | | | | | | | | - Remove misleading video option as gpodder works with all kind of media players Submitted by: Frank Steinborn <steinex AT nognu.de> (maintainer) Notes: svn path=/head/; revision=253024
* - Update to 2.4Beat Gaetzi2010-04-151-0/+8
| | | | | | | | | - Pass maintainership to submitter Submitted by: Frank Steinborn <steinex AT nognu.de> Notes: svn path=/head/; revision=252712
* - Update to 2.3Martin Wilke2010-03-081-0/+7
| | | | | | | | PR: 144425 Submitted by: Ports Fury Notes: svn path=/head/; revision=250730
* - Update to 2.2Martin Wilke2010-02-121-0/+57
| | | | | | | | PR: 143815 Submitted by: Ports Fury Notes: svn path=/head/; revision=249675
* - Update to 2.1Martin Wilke2009-12-221-38/+109
| | | | | | | | PR: 141816 Submitted by: Ports Fury Notes: svn path=/head/; revision=246436
* - Update to 0.15.0Martin Wilke2009-03-141-0/+7
| | | | | | | | PR: 132519 Submitted by: Chess Griffin <chess@chessgriffin.com> (Maintainer) Notes: svn path=/head/; revision=230065
* - Update to 0.14.0Wesley Shields2008-12-171-0/+4
| | | | | | | | PR: ports/129603 Submitted by: Chess Griffin <chess@chessgriffin.com> Notes: svn path=/head/; revision=224331
* - Update to 0.12.0Pav Lucistnik2008-07-161-0/+2
| | | | | | | | PR: ports/125648 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=216907
* - Update to 0.11.1Martin Wilke2008-03-291-0/+2
| | | | | | | | PR: 122190 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=210112
* Update to 0.11.0Emanuel Haupt2008-02-271-2/+4
| | | | | | | | PR: 121106 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=208001
* - Update to 0.10.4Martin Wilke2008-02-011-0/+1
| | | | | | | | PR: 119898 Submitted by: Chess Griffin <chess@usrshare.com> (maintainer) Notes: svn path=/head/; revision=206581
* - Update to 0.10.3Pav Lucistnik2007-12-151-1/+6
| | | | | | | | PR: ports/118729 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Notes: svn path=/head/; revision=203800
* gPodder is a GTK2 media aggregator written in Python. A user canPav Lucistnik2007-12-141-0/+66
subscribe to RSS feeds for podcasts, videocasts, and other similiar content and download media files found in those feeds. gPodder also supports optional iPod synchronization support, MP3/OGG id3 tag editing, and Ogg-to-iPod synchronization. WWW: http://gpodder.berlios.de PR: ports/117413 Submitted by: Chess Griffin <chess@chessgriffin.com> Notes: svn path=/head/; revision=203587