non port: audio/puddletag/Makefile |
Number of commits found: 39 |
Sunday, 18 Aug 2024
|
19:59 Vladimir Druzenko (vvd) Author: Jesús Daniel Colmenares Oviedo
audio/puddletag: Update 2.3.0 → 2.4.0
Changelog:
* Bump pyparsing from 3.1.1 to 3.1.2.
* Bump levenshtein from 0.25.0 to 0.25.1.
* Bump idna from 3.3 to 3.7.
* Allow the .desktop to open folders and A/V files.
* Enable WMA support.
* Update pyparsing usage to PEP-8.
* Fix RuntimeError in puddleobjects.py by swallowing StopIteration
exception.
* Add more mp4 itunes mappings.
* Bump lxml from 5.1.0 to 5.2.2.
* Bump requests from 2.31.0 to 2.32.0.
* fix typo on exception string .format in exception handler.
* Bump urllib3 from 1.26.18 to 1.26.19.
* Fix delete file segfault.
https://github.com/puddletag/puddletag/releases/tag/2.4.0
Imporve port:
* Add USES=desktop-file-utils.
* Add NO_ARCH=yes.
PR: 280894
a93207b |
Friday, 29 Mar 2024
|
21:20 Daniel Engberg (diizzy) Author: Jesús Daniel Colmenares Oviedo
audio/puddletag: Update to 2.3.0
Add optional runtime dependencies
* Add LEVENSHTEIN option (better string matching)
* Add LXML option (better HTML parsing)
* Add PYACOUSTID option (support for tagging audio files
using web based Tag sources)
Changelog: https://github.com/puddletag/puddletag/releases/tag/2.3.0
PR: 277675
50ff5ce |
Sunday, 29 Oct 2023
|
20:37 Jason E. Hale (jhale)
Revert "audio/puddletag: Mark DEPRECATED"
This reverts commit 33c18c58b3c81a502dbca93aa9ff8ff7dd7a4f61.
devel/py-qt5-pyqt is no longer marked DEPRECATED. This port does not
require python bindings for www/qt5-webkit.
14d2c69 |
Saturday, 28 Oct 2023
|
14:40 Muhammad Moinur Rahman (bofh)
audio/puddletag: Mark DEPRECATED
- Depends on deprecated devel/py-qt5-pyqt
- Set EXPIRATION_DATE 2023-11-28
Approved by: portmgr (blanket)
33c18c5 |
Sunday, 6 Aug 2023
|
12:42 Robert Clausecker (fuz) Author: Jesús Daniel Colmenares Oviedo
audio/puddletag: New port: Powerful, simple, audio tag editor
puddletag is an audio tag editor (primarily created) for GNU/Linux
similar to the Windows program, Mp3tag. Unlike most taggers for
GNU/Linux, it uses a spreadsheet-like layout so that all the tags
you want to edit by hand are visible and easily editable.
The usual tag editor features are supported like extracting tag
information from filenames, renaming files based on their tags by
using patterns and basic tag editing.
Then there're Functions, which can do things like replace text,
trim it, do case conversions, etc. Actions can automate repetitive
tasks. Doing web lookups using Amazon (including cover art), Discogs
(does cover art too!), FreeDB and MusicBrainz is also supported.
Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.),
VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape)
and WavPack (wv).
WWW: https://puddletag.net
PR: 272925
93ad982 |
Sunday, 2 Dec 2018
|
15:41 rene
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Thursday, 22 Nov 2018
|
20:18 tcberner
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714
|
Sunday, 14 Oct 2018
|
21:27 jhale
audio/puddletag: Remove unused dependency
audio/py-musicbrainz2 is DEPRECATED and will be removed soon. The code
requiring it was removed in 2012.
https://github.com/keithgg/puddletag/commit/3da2d0d
|
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Saturday, 24 Feb 2018
|
22:35 rene
Return pawel@'s ports to the pool after he resigned.
With hat: portmgr
|
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
Tuesday, 25 Apr 2017
|
08:20 riggs
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Tuesday, 3 Jan 2017
|
18:12 mat
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
|
Monday, 28 Nov 2016
|
12:26 pawel
Update to version 1.2.0
Additions
Swedish translation (Ake Engelbrektson)
CJK Encoding for Encoding Conversion Function (XIE Dongping)
Spanish translation (Jose Vidal)
Changes
Improved Amazon tag source album matching
Czech translation (Pavel Fric)
Fixes
#280 Turn off auto-saving "Enter description here" desciption for covert art
Parsing tracks in Discogs if only a single artist (Frank Sachsenheim)
Support for latest mutagen (Bruno Bergot)
|
Thursday, 29 Sep 2016
|
23:35 pawel
- Update to version 1.1.1, now hosted on GitHub
- Add LICENSE_FILE
- Update WWW homepage
|
Tuesday, 31 May 2016
|
20:32 pawel
- Remove INSTALLS_ICONS, it's for GTK apps
- Convert to USES=pyqt
- Add NO_ARCH
|
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 4 Nov 2015
|
20:11 sunpoet
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
|
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Monday, 17 Nov 2014
|
22:29 pawel
Update to version 1.0.5
This is a bug fix which fixes an issue in Actions where floating point
values were handled incorrectly.
|
Monday, 10 Nov 2014
|
17:25 pawel
- Update to version 1.0.4
- Switch to autoplist
- Convert simple patch to REINPLACE_CMD
|
Tuesday, 23 Sep 2014
|
19:13 pawel
- Convert to USES=python
- Simplify pkg-plist
|
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Saturday, 15 Mar 2014
|
11:59 pawel
Update to version 1.0.3
Fixed:
Placeholder causing puddletag to not start up for Qt < 4.7.
New version of configobj library not saving unicode objects.
__num_images count for mp3 and ogg.
|
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Friday, 8 Nov 2013
|
22:12 pawel
Update to version 1.0.2
|
Thursday, 26 Sep 2013
|
14:47 pawel
Add support for STAGEDIR
|
Friday, 20 Sep 2013
|
14:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Wednesday, 10 Jul 2013
|
15:25 makc
- Add patch which allows to build audio/acoustid-fingerprinter and
audio/chromaprint with different ffmpeg ports (based on patch from
multimedia/kdemultimedia4-ffmpegthumbs)
- Switch dependency to multimedia/ffmpeg1
- Bump PORTREVISION due to dependency change in audio/chromaprint
Approved by: no reply from jhale@
|
Thursday, 14 Feb 2013
|
19:51 pawel
- Make RUN_DEPENDS path independent
- Fix WWW line, tab -> space
|
Sunday, 3 Feb 2013
|
18:16 makc
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
Sunday, 28 Oct 2012
|
11:05 pawel
Add run dependency on audio/chromaprint for AcoustID support
Feature safe: yes
|
Saturday, 1 Sep 2012
|
13:26 pawel
Fix previous commit, some parts of patch was rejected
|
13:16 pawel
- Update to version 1.0.1
- Sort RUN_DEPENDS
- Specify exact supported versions of Python
- Remove header
|
Friday, 25 May 2012
|
01:50 makc
Chase PyQT update
|
Wednesday, 15 Feb 2012
|
15:23 pawel
- Remove USE_QT_VERSION, it's not defined [1]
- Fix whitespace
Reported by: eadler [1]
|
Tuesday, 5 Jul 2011
|
19:24 pawel
- update to version 0.10.6
- fix portlint error
Approved by: miwi (mentor)
|
Monday, 4 Apr 2011
|
19:43 pawel
Puddletag is a audio tag editor similar to Windows program Mp3tag.
Unlike most taggers, it uses a spreadsheet-like layout so that all the
tags you want to edit by hand are visible and easily editable.
Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.),
VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape) and
WavPack (wv)
WWW: http://puddletag.sourceforge.net
PR: ports/155086
Submitted by: me
Approved by: wen (mentor)
|
Number of commits found: 39 |