mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Move port origin to audio/liblastfm and only support Qt6. Qt5 support is not required by anything currently in the ports tree. Switch to active fork and update to latest commit. Convert TEST option to the cmake testing framework.
16 lines
734 B
C
16 lines
734 B
C
Mark mobilize() as deprecated. It doesn't do anything useful.
|
|
|
|
--- src/UrlBuilder.h.orig 2024-11-24 17:34:23 UTC
|
|
+++ src/UrlBuilder.h
|
|
@@ -46,8 +46,9 @@ namespace lastfm
|
|
|
|
/** www.last.fm becomes the local version, eg www.lastfm.de */
|
|
static QUrl localize( QUrl );
|
|
- /** www.last.fm becomes m.last.fm, localisation is preserved */
|
|
- static QUrl mobilize( QUrl );
|
|
+ /** DEPRECATED: Returns url as-is since the mobile website 301
|
|
+ * redirects to the main website */
|
|
+ Q_DECL_DEPRECATED static QUrl mobilize( QUrl );
|
|
|
|
/** Use this to URL encode any database item (artist, track, album). It
|
|
* internally calls UrlEncodeSpecialChars to double encode some special
|